Skip to content
Archive of posts filed under the Fedora category.

Upgrade to Fedora 17 from 16.

As usual time in couple of days to upgrade to Fedora 17. Release schedule is for 05/22 and so its just around the corner. So, if you are looking at upgrading using yum, then make sure that you visit this page. There are some changes in latest version that will not allow you to upgrade [...]

Display X applications from virtual terminals

Here is a script that can help you set the proper envirionment to start a gnome-shell from one of the terminals. #!/bin/bash – #=============================================================================== # # FILE: xenv.sh # # USAGE: ./xenv.sh # # DESCRIPTION: http://live.gnome.org/GnomeShell/Debugging # # # OPTIONS: — # REQUIREMENTS: — # BUGS: — # NOTES: — # AUTHOR: Amit Agarwal (aka), [...]

colors in bash scripts

I have been trying to understand the color codes for bash for a pretty long time, but somehow never got time to understand this clearly. So this time around when I was writing a script to analyze some logs. I thought I will give it a go and finally understood some part of this. So, [...]