Download with browse with bash and wget
2010/05/09
Been pretty busy for last couple of days. Will be busy for another few days, but here’s something to munch in the meantime (Script may need changes depending on the type of file you want to …
Transfer all the google feed URLs to rss2email.
2010/05/09
Next step in restoring my settings was to get the working rules and all the blogs into rss2email. I have subscribed to more than 150 blogs. So, adding all of them manually was difficult. For a time …
bash script to periodically change the cursor theme.
2010/05/07
#!/bin/bash [[ ”$1” == ”” ]] && time=5 || time=$1 [[ ”$2” == ”” ]] && ( cd ~/.icons …
Post your free classifieds.
2010/05/07
I have put up a free classifieds site here: <a href="http://noah.amit-agarwal.co.in/" target="_blank">http://noah.amit-agarwal.co.in/
top - looks better and is more useful with a rc file…
2010/05/07
top is a very useful command to find out who is eating up the <a class="zem_slink freebase/en/central_processing_unit" title="Central processing unit" rel="wikipedia" …
Prachi collage
2010/05/06
<span style="font-size: 0.9em; margin-top: 0px;"> <a href="http://www.flickr.com/photos/raj77_in/3946748772/">Prachi Originally uploaded by <a …
75% of Linux code now written by paid developers
2010/05/06
<a href="http://apcmag.com/linux-now-75-corporate.htm">75% of Linux code now written by paid developers: Oh well, and who is gaining… 🙂
View entire process string
2010/05/06
$ /usr/ucb/ps -auxgww Depending on your installation, when you run ps you will only get the first 40 or so characters displayed. In order to view the entire string, use /usr/ucb/ps on <a …
Craeating a sequence in OpenOffice.org calc.
2010/05/06
Creating a numberd list in the calc with alphabets can be really tiresome sometimes. I found a simple solution to this. Create the numbered list in vim and then paste it into Openoffice.org calc. …
Solved – Errors with afraid-dyndns in Goddard (Fedora 13)
2010/05/06
Since I updated to the <a class="zem_slink freebase/en/fedora" title="Fedora" rel="homepage" href="http://fedoraproject.org/">Fedora 13, I was getting …
xterm – select font name and size from command line and set it as default
2010/05/05
I have been very busy last week and specially yesterday with 20 hours of continueous work, but managed to get this working :). When you right click on Xterm with Ctrl pressed, there pops up a menu for …
Find out why a program can’t seem to access to a file
2010/05/05
$ strace php tias.php -e open,access 2>&1 | <a class="zem_slink freebase/en/grep" href="http://en.wikipedia.org/wiki/Grep" title="Grep" …