Create a Sound File from a Text
January 17, 2008
You can create a wav file of a written text using this command echo “It’s such a beautiful day! Why…
Create a Directory Tree in One Command
January 15, 2008
You can create a directory tree using just one command in Linux mkdir -p /tmp/dir1/dir2
Using Dvorak in Linux Console
January 14, 2008
If you are a user of the dvorak layout, this command will let you use that layout in the console……
Install Java JRE in Linux and Use it as a Firefox Plugin
January 9, 2008
Download the installer from http://www.java.com/en/download/manual.jsp cd /usr/local/ mkdir java cd java sh /home/user/location_of_jre_installer/jre-6u3-linux-i586.bin cd /usr/local/firefox/plugin/ [The folder where firefox is…
Linux Shutdown Commands
January 8, 2008
Three commands that could be used to shutdown a linux system. shutdown -h now init 0 telinit 0
Fish Alias/Function Location
January 5, 2008
The alias/function of the fish shell are stored at ‘/home/username/.config/fish/functions’
Recent Comments