I'm pretty sure that the reason it works in Internet Explorer but not in Firefox is because Internet Explorer allows cross-sight scripting while Firefox does not.
Depending on how your disks were partitioned, /var might not be a separate file partition and may be included under the / partition.
Check the /etc/fstab which contains static information about the filesystems. If /var is not listed in that file, then /var is not a mounted filesystem, but is...
Alan,
"createrepo" is not an option of yum; it is a separate package under Red Hat Linux 5 which provides an executable as /usr/bin/createrepo.
What flavor of Linux are you working with?
I wasted a lot of time troubleshooting a Dell DVD problem only to determine that it was broke and Dell needed to fix it. Dell replaced the DVD at no charge because it was still under warranty.
Less than four months old? Don't waste time. Call Dell Support to repair it.
stevenriz,
On your BB, while looking at e-mail, select "Options" from the menu. Then look at "Email Reconciliation".
If possible, see if the problem goes away when you turn off the Cache mode in Outlook.
--
ZaSter
stevenriz,
what setting does your Pearl have for Email Reconciliation?
another thing to check is whether your Outlook in running in Cache mode (Tools -> Options -> Mail Setup (tab) -> E-Mail Accounts -> E-mail (tab) -> Change...
--
ZaSter
stla,
Actually, to pull the e-mail address out of some text, you would need to use brackets as in '[a-zA-Z0-9_]+' or the '\w+'. Also, you should preserve the literal '.' in your strings, otherwise as a regular expression they will match any character when you really want to match a dot as in...
What help do you need? Depending upon your application, your initial syntax looks okay:
# echo "friends@abcd.br" | egrep '.*@abcd.br|.*@abcd-rio.br'
friends@abcd.br
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.