Linux
Fundraising for Linux Foundation.
2010/11/13
All of us have been benefited by Linux in some way or other and this is due to all the work that is being done by so many organizations and people around the world. I would like to spare some time to …
Print all environment variables, including hidden ones
2010/11/09
Print all environment variables, including hidden ones […] <td> <div class="text codecolorer"> for _a in {A..Z} {a..z};do _z=${!${_a}*};for _i in `eval echo …
Announcing the release of Fedora 14 and upgrade procedure.
2010/11/03
Before you read the release announcement, you can update/upgrade to F14 with : […] <td> <div class="text codecolorer"> sudo yum upgrade --releasever=14 …
Photo Editing with nice border and preparing for print.
2010/11/02
Working with photos in Linux is very easy with lots of viewers/editors/managers and what not. Not that there are not many options in Windows but most of them are not free. BEST case scenario is that …
Linux>1% Campaign. Prove that we are more than 1% !
2010/10/25
Linux>1% Campaign. Prove that we are more than 1% ! At http://www.dudalibre.com they are running a campaign to make every owner of computers running Linux register. The aim is to prove that the …
Ubuntu Maverick Meerkat 10.10 Post Installation Guide
2010/10/12
Ubuntu Maverick Meerkat 10.10 Post Installation Guide ubuntu.jpgUbuntu 10.10 codenamed Maverick Meerkat is released. As you all know Ubuntu is the most popular Linux distribution since it aims on …
http://ninite.com/linux/makeuseof – very good collection of utilities for .deb based distro’s
2010/10/08
Head over to http://ninite.com/linux/makeuseof and you will find a nice utility created by the makeuseof guys. This will allow you to select the applications that you want to install and once you have …
bash script to run a command and take screenshot in every loop.
2010/09/24
Couple of days back, I had posted a command to display a stop timer with bash and echo. There I had also put the following gif file: <img class="size-medium wp-image-2555" …
Hard and Software requirements… can you beat this.
2010/09/23
The other day, I was looking at OTRS Documentation and guess what, I found a requirement that I could not full-fill. The requirement was for “Hard and Software”. […] Can you full-fill this …
15 (More) Awesome Conky Configurations
2010/09/13
15 (More) Awesome <a class="zem_slink" title="Conky (software)" rel="homepage" href="http://conky.sourceforge.net/">Conky Configurations You may have …
Fedora Linux – Display information about users currently logged on – whowatch
2010/09/04
Here is description of program/utility to display the currently logged in user in a Linux box (tried on Fedora 13 Goddard): […] Whowatch is an interactive console utility that displays …
Remove some path from the PATH variable temporarily.
2010/09/04
How many times has it happened to you that you are working on some linux platform (like Fedora/Ubuntu/CentOS etc) and suddenly you see that you need to remove some path from the PATH variable so that …