Archive for August, 2007
How to use rar files on ubuntu
by Huy Tran on Aug.18, 2007, under Linux, Open Source, Tips - Tricks, Ubuntu
Open a terminal window and type in:
sudo apt-get install rar
sudo ln -fs /usr/bin/rar /usr/bin/unrar
After that you can find Archive Manager in the Gnome menu under Applications -> Accessories.
How to install nmap into ubuntu
by Huy Tran on Aug.16, 2007, under Linux, Open Source, Security, Tips - Tricks, Ubuntu
open a terminal and enter:
apt-get install nmap
using traceroute on ubuntu terminal
by Huy Tran on Aug.13, 2007, under Linux, Open Source, Tips - Tricks, Ubuntu
open a terminal and enter:
1. sudo apt-get install traceroute (to install the packages you need)
2. traceroute domain or IP
For further information enter man traceroute. (continue reading…)


