The following regular expressions were tested on Gentoo x64 Search for credit card numbers grep -E ‘(^|[[:space:]])[456][[:digit:]]{3}((-|[[:space:]])?[[:digit:]]{4}){3}([[:space:]]|$)’ <filename> Search for IP
Archive for the ‘Linux’ Category
Gentoo Mozilla Thunderbird Error: Failed to send command…
Posted: 12th August 2009 by renumbus in Blogroll, LinuxComments Off
Mozilla Thunderbird 2.0.0.22 on Gentoo amd64 would not start. It gives an error: /usr/lib64/mozilla-thunderbird/mozilla-xremote-client: Error: Failed to send command: 500 command not parseable Re-emerging world did not fix the problem. Solution: Run Thunderbid in safe mode $ thunderbird -safe-mode After that Thunderbird starts OK in normal mode.