Tag: command

Create a Directory Tree in One Command

You can create a directory tree using just one command in Linux mkdir -p /tmp/dir1/dir2

Using Dvorak in Linux Console

If you are a user of the dvorak layout, this command will let you use that layout in the console……

Using Range in Commands

Show files and directory containing numbers ls *[0-9]*

Install Java JRE in Linux and Use it as a Firefox Plugin

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

Three commands that could be used to shutdown a linux system. shutdown -h now init 0 telinit 0

arch Command

Show architecture of machine $ arch i686 Original Article

Commands for Idle Time

I run this command when I go for lunch or something – these commands take a while to run. sudo…

lsmod – Show Loaded Kernel Modules

This command shows the kernel modules that are currently loaded. # lsmod Module Size Used by vboxdrv 55088 0 autofs4…

Rip DVD using Mencoder

Rip a DVD to an AVI file using mencoder mencoder dvd://1 -dvd-device /mnt/Image/ -ovc xvid -xvidencopts pass=1 -alang en -oac…

Get External IP

Get the external IP of your system – useful if you have a dynamic ip… curl -s checkip.dyndns.org|sed -e ‘s/.*Current…