scripts
Mount and unmount/umount images(iso/img) from nautilus (Fixed not mounting in Fedora)
2010/03/09
Get the Nautilus Script <a href="http://gnome-look.org/content/show.php/moiso?content=84301" target="_blank">here. So what is required is that you have the necessary …
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. …
Using nullglob and dotglob in bash scripts.
2009/11/04
<a href="http://www.cyberciti.biz/faq/bash-shell-check-for-any-mp3-files-in-directory/">Use BASH nullglob To Verify *.c Files Exists or Not In a Directory has a nice explanation on …
Enter the cvs password in scripts without manual intervention, automatically
2009/10/01
One of the things I have been looking for sometime to do is enter the password for cvs in my scripts and finally here’s how to do it. echo ”password” |cvs login