Cochleas - Welcome

A lot of time is spent on solving problems regarding software conflicts.

Searching in forums is quite difficult and a lot of things are missing.

Here you can find useful advice on how to solve problems quickly and ... forever!

Thursday, June 3, 2010

Tar Zip things...

tar -cvf file.tar file1 file2 ...

gzip -9 file.tar

split -b 20M (or 3GB) -d file.tar.gz

cat x0* > file.tar.gz

tar zxvf file.tar.gz

No comments: