Linux
Simple rss to email service for your feeds on Linux with your/ISP server.
2010/01/01
I like couple of blogs and feeds but the problem is that I keep forgetting to run the rss reader and would rather like to have the rss article’s emailed to me at regular intervals so that I …
Some Rather Old But Still Funny Anti-UNIX Jokes (One Liners)
2009/12/28
<a href="http://blog.amit-agarwal.co.in/wp-content/uploads/2009/12/unix-jokes1.jpg"><img src="http://blog.amit-agarwal.co.in/wp-content/uploads/2010/08/unix-jokes1.jpg" …
Nifty Things to Do with GIMP
2009/12/26
Nifty Things to Do with GIMP Some of us are probably addicted to capturing moments in pictures. I can understand why. It’s one of those things that help us go back to the good old days, so to speak. …
query and downgrade selected packages based on version or repository
2009/12/24
If you have worked on rpm based distro then you know how difficult it is to downgrade packages. And unluckily I upgraded some packages to fc12 and was still on FC11. Completely my mistake while doing …
EncFS – Simple article to use Encrypted filesystem in Linux
2009/12/24
A nice article here EncFS is an easy-to-use, command-line tool for storing information in encrypted form. It’s not really a file-system, but it pretends to be one at the CLI. If you’ve been searching …
Ubuntu Tips – Boot Faster
2009/12/24
<a href="http://blog.amit-agarwal.co.in/category/linux/">Bookmark this category Ubuntu Tips – Boot Faster LinuxLinks: ”With just a few modifications and some experimentation, …
Finding all numbers that are bigger than 1 in vim
2009/12/24
/^([2-9]d*|1d+) If we have a csv like structure The trick here is simple, lets look at the regex from the begining: ^ – start from the begining () – start and end of block [] – digits within this. So …
Initialization or clearing of log files
2009/12/22
Like all Unix file systems, open log files can cause a real problem when they get too large and need to be deleted. The problem is, if you delete an open file, the link is removed, but all of the …
7 Examples for Sed Hold and Pattern Buffer Operations
2009/12/22
<a href="http://www.flickr.com/photos/35237104750@N01/259102613"><img id="kwiclick-temp-0" title="txt e-book" …
Change information for the user on Linux machine.
2009/12/19
Today I have couple of hours to spare and thus thought might as well spend it on my blog. The finger command in *nix systems is used to display the information on the users. This information is taken …
Yahoo adds Glue to make search more useful
2009/12/19
The article is so good in itself that I need not say anything more than giving the <a href="http://www.guardian.co.uk/technology/blog/2008/nov/20/yahoo-glue" …
Compiz/Beryl issue on Fedora.
2009/12/15
Since quite some time I was getting the below error when I am trying to run compiz. I was busy and also was not working in Gnome so did not look at this until today. […] compiz (core) – Fatal: …