gdialog on F11 – Leonidas
2010/06/01
If you are using some old application or want to install some application that was developed quite some time back with GTK GUI, then you may find the application using gdialog. gdialog is no more …
Deleting lines from the text file
2010/06/01
Really useful for pretty big <a class="zem_slink freebase/en/computer_file" title="Computer file" rel="wikipedia" …
Google\’s RE2 regular expression library
2010/05/30
? <a class="zem_slink freebase/en/google" title="Google" rel="homepage" href="http://google.com">Google has announced the release of its RE2 library under …
cairo-dock themes on server – download to local machine.
2010/05/30
I was trying to get all the cairo-themes locally. One because sometimes the internet connection is slow and second for the fun of it. So I did the first thing that can be done, to search the internet …
Busy
2010/05/30
I am busy finding a good photo to submit on one of the photography contest. Once I have finalized the Photo, will post the details and the photos here :). Probably tomorrow. Till then so long.
UFRaw – Open open format raw images in Linux.
2010/05/27
<a class="zem_slink freebase/en/ufraw" title="UFRaw" rel="homepage" href="http://ufraw.sourceforge.net/">UFRaw is quite an essential program if you are …
vim – get the list of all the scripts available.
2010/05/27
To get a list of all the scripts in the vim.sf.net project, you can run the following command. This will list all the scripts with the script id. […] wget -O – …
prints line numbers
2010/05/27
$ nl others: perl -ne ’print ”$. – $_”’ $1 grep -n . $1 perl -pe ’print ”$. ”’ $1 cat -n $1 […] <a …
Checking the links to your site (from affiliates) using cron and bash script.
2010/05/27
If you have some affiliate links and are concerned about their presence then you can setup <a class="zem_slink freebase/guid/9202a8c04000641f80000000045c9c5b" title="Cron" …
Using SSH-keys to connect to a server – Putty,Solaris,Linux
2010/05/27
Generating the ssh dsa keys ssh-keygen -b 1024 -t dsa When this command is executed on your local machine, it will ask you for a passphrase and generate a 1024 bit long (-b 1024) public/private dsa …
Fedora 12 Beta now available
2010/05/27
The Fedora project has released Fedora 12 Beta. ”We have reached the Fedora 12 Beta, the last important development milestone of Fedora 12. Only critical bug fixes will be pushed as updates …
command not found – packagekit plugin
2010/05/27
If you run into problems where you run some command and the command is not found and you have to install it and run the program again then why not use the command not found <a class="zem_slink …