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β¦ …
Mail Server Setup With Exim, MySQL, Cyrus-Imapd, Horde Webmail
2010/01/18
I was thinking of doing this for some time but never got time to do this. So finally I took some time off yesterday to do the setup. <a …
Blog once and educate 40,000 underprivileged children of India
2010/01/18
Here’s one of the mail that I received from the IndiBlogger team. <span style="font-size: x-small;">Dear <a class="zem_slink" title="Amit Agarwal" …
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
Viewing log files without using vi or any other text editor
2010/01/16
This is quite useful for viewing files without opening them.. Saves quite a lot of time in viewing the logs π Want to see the first 5 lines of the /etc/passwd file? Pretty easy, just use the …
View information on all the rpms installed.
2010/01/16
This post if applicable to all the distro’s which are based on rpm. If you look at the number of rpms installed on your system, you will see it somewhere around 500-2000. Noe thats a pretty …