Linux
grep -v with multiple patterns.
2010/01/25
$ sed '/test/{/error|critical|warning/d}' somefile If you wanted to do all in one command, you could go w/ sed instead […] <a href="http://www.commandlinefu.com"><img …
statifier β Dynamic to Static
2010/01/24
<a href="http://statifier.sourceforge.net/">Homepage of statifier. <span style="font-size: xx-small;"><span style="font-size: xx-small;">Statifier …
Short Information about loaded kernel modules
2010/01/24
There are couple of ways you can find the information on the <a class="zem_slink" title="Loadable kernel module" rel="wikipedia" …
Seders\βs grab bag β Tutorials
2010/01/24
<a href="http://sed.sourceforge.net/grabbag/tutorials/">http://sed.sourceforge.net/grabbag/tutorials/ […] <a …
Copy temporary evolution images downloaded for messages
2010/01/21
cd ~/.evolution cd cache cd http find . -name ”*.jpg” -exec cp {} /tmp/newfolder \; Simple to understand, so no explanation π <a name="more">
Blog worth mentioning on linux.com
2010/01/21
Go to the blog <a href="http://www.linux.com/community/blogs/linux-command-line.html" target="_blank">here. I am specially interested to find out if this is a joke or what? …
sed tutorial and help
2010/01/21
A very nice turorial and help <a href="http://sed.sourceforge.net/grabbag/tutorials/">here.
shotwell- Photo organizer for Linux in Gnome
2010/01/21
Here is description of shotwell: […] Shotwell is a new <a class="zem_slink freebase/en/open_source" title="Open Source" rel="wikinvest" …
Get a lot of spam β use spamassasin.
2010/01/19
If you get a lot of spam into your local inbox and do not want your service provider to filter them for you, like me :), then you can use spamassasin. The benefit with this approach is that all the …
Perl script to create csv files with a pattern β Generic script.
2010/01/19
I was having a really bad day and needed a quick solution to create some csv files. And this I needed to do for multiple data kinds and patterns, so I created this small script to do the job for meβ¦ …
Useful link for grep
2010/01/16
<a href="http://lifehacker.com/398441/get-to-know-grep">http://lifehacker.com/398441/get-to-know-grep
whohas
2010/01/16
Example output for