lshw

Posted by batt | Posted in Linux, Ubuntu | Posted on 05-11-2010

0

lshw | more

~/.bashrc

Posted by batt | Posted in Linux, Ubuntu | Posted on 26-04-2010

0

nano ~/.bashrc

source ~/.bashrc

Linux Archiving (tar.gz)

Posted by batt | Posted in Linux, Ubuntu | Posted on 03-06-2009

0

Archiving

tar -czvf destination.tar.gz source_folder

Decompress

tar -xzvf source_archive.tar.gz