Set gnome-shell to start in fallback mode without GUI.
2012/01/26
If you run into issues with gnome-shell then gnome-shell should allow you to disable all the plugins and get the gnome-shell. But since gnome-shell is still evolving, you might run into issue where …
Color disk usage on Fedora
2012/01/21
For this tip, you would need to setup the rpm-shere repository. You can get the information here. Once you have done that you need to install the cdu package with the following command: sudo yum …
Interesting repository for Fedora.
2012/01/18
Here is one repository that you can add to your Fedora to give it a few more hundred packages:
Benchmarking the system/CPU performance
2012/01/15
Have you ever wanted to have a quick check on your CPU performance. I know that lot of people will say that this is not the right way to do this, but here is something that you can use to check the …
conky script used to monitor server status remotely.
2012/01/12
I was looking for something to monitor few details on the server. I thought about quite a lot of applications, some open source and some scripts developed in house. But my requirements were quite …
BASH Script Performace
2012/01/06
Today we will look at some bash code snippests and the performance issues. Lets first look at the problem and the implemented solution: Problem: We needed to log the output of the ps command for all …
Happy New Year 2012
2011/12/31
Happy new year to all.
30 Best Windows Mobile Applications
2011/12/28
33 Comments » Share inShare The main reason why people still love window mobile is because of its freeware applications and excellent add-ons. Windows Mobile users carry great access to third party …
Merry Christmas
2011/12/25
Merry Christmas to all.
qemu manager for Windows to run your linux distribution
2011/12/22
If you are into virtualization, then you must have heard about Qemu. And if you are on windows then this is a must: http://www.davereyn.co.uk/download.htm
Blogging from N900
2011/12/19
Can´t get simpler than this. Just install the application called wordpress in your N900, and punch in the details for your blog along with your admin login and password and you have a amazing …
Rekursive Grep on Solaris or AIX Systems without GNU egrep -r funcionality
2011/12/16
If you work regularly on a Solaris or systems which do not have the “-r” (recursive grep) for grep, then you know what a lifesaver this command can be. Here is one from command line fu: find . -type f …