been busy for last couple of days….
2010/01/24
Sorry to all my followers, been busy for last couple of days so there was not much of update…. anyways, I think I should be more free from this week onwards. Reason for being busy was that my sister …
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 …