I found an interesting post about how to compress a file with better results even better than tar.bgz2
In a Ubuntu
sudo apt-get install p7zip- to compress:
p7zip myfile - To decompress the file
p7zip -d myfile.7z
I found an interesting post about how to compress a file with better results even better than tar.bgz2
In a Ubuntu
sudo apt-get install p7zipp7zip myfile p7zip -d myfile.7z