Open Firefox browser and open preferences window by selecting the menu as shown below. Press “Edit” in the menu bar and then press “Preferences” item in the menu. Read Full Article.
How configure Proxy settings in Firefox Browser
February 26, 2009How to get exit code of previous command in Bash
February 26, 2009he special variable “$?” returns the exit code of last executed command in Bash shell script. Read Full Article.
Why my application can’t open more than 1024 or 4096 sockets in Linux
February 26, 2009Typically socket “open” call doesn’t fail unless you have missed out closing the previous connections using “close” system call. Read Full Article.
Bash shell script to convert string from lower to upper case and vice versa
February 26, 2009The “tr” command can be used to convert a string variable to upper or lower case. Read Full Article.
Why GNU Make always says `target’ is up to date
February 26, 2009The GNU make expects the rule target to be files by default. That’s why it first checks the presense of a file/directory with the name specified in the rule. Read Full Article.
GNU Make – How to compile all c files in present directory
February 26, 2009The “shell” built-in function supported by GNU Make can be used to get the list of C source files in a directory. Then a list of corresponding object files can be created by replacing the file extension in the file list. Read Full Article.
How to find file name of the script with in a bash shell script
February 26, 2009With in a bash shell script, you can use the very first command line argument ($0) to find the name of the script. The following example explains it. Read Full Article for more details with example.
How to get “Show Desktop” button to my Fedora 10 (KDE4) Panel
February 26, 2009You can simply press Ctrl+F12 to get what you expect from “Show Desktop” button on KDE panel. Pressing the same combination of keys will toggle the previous action. Read Full Article for detailed procedure with screenshots.
How to get multimedia support in Fedora 10
December 5, 2008There is a repository RPMFusion.org from where you can get the multimedia related software.
How to get “Show Desktop” button to my Fedora 10 (KDE4) Panel
December 5, 2008Read Full Article on step by step approach to add “Show Desktop” button with screen shots.