lshw | more
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
nano ~/.bashrc
source ~/.bashrc
Archiving
tar -czvf destination.tar.gz source_folder
Decompress
tar -xzvf source_archive.tar.gz