Fedora
Spruce up your firefox with lightweight themes – Personas
2010/04/29
Head over to Firefox addons site for persona <a href="https://addons.mozilla.org/en-US/firefox/addon/10900" target="_blank">here. This addon will give you the ability to …
Lock the hardware eject button of the cdrom
2010/04/29
$ eject -i 1 This command will lock the hardware eject button of your cdrom drive. Some uses are: 1: If you have a toddler and has discovered the cdrom button 2: If you are carrying a laptop in a bag …
Upgrade to Fedora 13 from your existing version using yum.
2010/04/21
Well. this time it seems to be very simple : […] yum –releasever=13 upgrade […] update 22/April/2010: The key file will not be there so there are two options for you in this case: …
Liquid rescale and remove objects from the images.
2010/04/12
Ever wanted to remove some unwanted object from an image. Wonder how many thinkgs you have to do, clone and delete and what not:) There is a simpler way, just paint it in foreground color. Does that …
recursively add directory and files to cvs from Linux.
2010/04/12
Go to the directory which you want to add to cvs and execute the following: […] cvs login find . -type d -exec cvs add {} \; find . -type f -exec cvs add {} \; cvs commit […] That was …
Afraid Dynamic DNS client in Fedora with Email indicating the changed to original IP.
2010/04/12
If you have your domain in the Dynamic DNS located at : <a href="http://freedns.afraid.org">Freedns then you know how difficult it is to get the Dynamic DNS client to work with Fedora. …
F12 Wallpaper Sprinting
2010/04/11
I’ve been working with Jon McCann, Charlie Brej, Nicu Buculei, Jeremy Perry, María Leandro, and Ian Weller’s help and critique the past few days on trying to come up with a slicker version of the F12 …
Jokes – many to be downloaded once..
2010/04/11
All work and no fun makes Jack dull boy. So lets do something for fun. Here is a one liner I wrote sometime back. The original idea is not mine and I don’t remeber where I got the idea from …
Linux Links — collection of universe.. all links on everything about linux
2010/04/11
<a href="http://loll.sourceforge.net/linux/links/">LoLL is a sourceforge project which maintains a well commented and categorized list of links on linux. This is a very nice list and …
Bugzilla Automation with perl — add, update or query any bug in Bugzilla using perl and www series modules for perl.
2010/04/11
Today I was trying to do some queries and see if I could create a new bug or update a existing bug in the Bugzilla. The one that I was trying to access was on version 2.0 and not on 3.0. This being …
bash script to change vim colorscheme based on the available themes
2010/04/11
Here’s one script that you may find useful. A little variation or wrapper for this script can make your life colorful 🙂 You can write a wrapper to this to take one of the inputs randomly and …
Adding date to Photographs.
2010/04/07
This is one of the common things that I want to do when I want to print the photos and its truely boring job to do given the fact that the Date Photo taken is already in the image taken by the Digital …