Ubuntu 12.04 LTS (Precise Pangolin)

New Ubuntu 12.04 released on April 26. After installation, I installed the Gnome-Shell and after that I switched to Ubuntu Classic (No Effects). And now I’m on my 10.04.4 LTS again. Stable, Fast and Great. Nothing more.

Success path

To follow the path, look to the master, follow the master, walk with the master, see through the master, become the master.

“Eric Steven Raymond”

Trouble to use traceroute?

If you have any trouble with traceroute and you can’t check the blocked IP’s of your ISP, use “mtr” in Linux.

Usage:

mtr [IP/HOST]

Technology

One of the nice things about technology is that it’s always changing. One of the bad things about technology is that it’s always changing.

“CompTIA Security+”

Downloading with “wget”

The command that I use for downloading all the contents of the folder and sub folders in Linux.

wget -r -np -R index.html [URL]

Options:
-r  =  Recursive retrieving.
-np  =  Ignore upper directories.
-R  index.html  = Excluding index.html files.