Upload a video to youtube
2010/06/23
[…] <td> <div class="bash codecolorer"> google youtube post <span class="re5">--title</span> <span class="st0">"My …
Fedora 11 Leonidas — Fix HDD (Hard Disk) and CD/DVD automount issues for users other than root.
2010/06/22
I have been thinking of putting this for quite some time now. By default no user (other than root) on Fedora 11 has the permission to mount CD/DVD and or ntfs/vfat partitions. So HAL automount does …
cdargs – bash cd command with bookmarks and browser.
2010/06/22
cdargs is a <a class="zem_slink freebase/en/bash" title="Bash" rel="homepage" href="http://tiswww.case.edu/php/chet/bash/bashtop.html">bash shell cd with …
Oracle GUI client on Linux with mysql support
2010/06/22
I was looking for some nice client for Oracle and mysql. I did find mysql-administrator and navicat to be useful but this is much better. <a href="http://sourceforge.net/projects/tora/" …
Fixing the Xorg X server after removing nouveau and nvidia and installing a nVidia graphics card.
2010/06/22
I updated my destop configuration recently, well thats not the news. But I was a idiot doing certain things at that time might be something interesting to my readers. I got a <a …
gollage – create simple collage with ease.
2010/06/21
Find the project <a href="http://sourceforge.net/projects/gollage/" target="_blank">here. Download the tar ball and install it. Description of the application is: […] …
concatenate compressed and uncompressed logs
2010/06/21
$ find /var/log/apache2 -name 'access.loggz' -exec <a class="zem_slink freebase/en/gzip" title="Gzip" rel="homepage" href="http://www.gzip.org/">zcat {} ; …
Scribblenauts
2010/06/20
<a href="http://xkcd.com/637/"><img src="http://blog.amit-agarwal.com/wp-content/uploads/imgs.xkcd.com/comics/scribblenauts.png" alt="Let me look away and type 'guy …
How To Quickly Check If You’re Running A Javascript Enabled Browser
2010/06/20
** <img src="http://blog.amit-agarwal.co.in/wp-content/uploads/2010/08/javaHead1.png" border="0" alt="javascript enabled browser" align="bottom" /><a …
regular expression, sed and grep tuturials and tricks.
2010/06/17
Simply a great one page article on sed and use of regular expressions. <a href="http://almirkaric.com/2009/07/15/sed-and-grep-tips/" …
Enhance photos quickly with GIMP
2010/06/17
Okay today I will show you how to enhance or make the photo look better with GIMP. Digital photos are good but can be made better with GIMP. I will take you step by step with the process. There are …
Using tput to save, clear and restore the terminal contents
2010/06/17
Using tput to save, clear and restore the terminal contents $ tput smcup; echo ”Doing some things…”; sleep 2; tput rmcup Very useful for interactive scripts where you would like to …