Common Ubuntu Commands
Here comes a list with some commands I often use on Ubuntu. I will update this list when I get more time, so do not expect a new post with new commands, it will appear here!
Window with root access
gksudo nautilus
Copy hole disk to another
sudo dd if=/dev/disk-you-will-copy of=/dev/disk-you-will-copy-too
Format disk
sudo mkfs.Filesystem /dev/you-disk
Install program
sudo apt-get install Program
Remove program
sudo apt-get remove Program
Show IP address
ip route
Ping IP/Hostname
ping Hostname
Leave a Reply