Exch for Linux

I just uploaded Exch for Linux. It was excitingly difficult to make a tar.gz file off of the command line because Ark wasn’t playing nice on Kanotix.

For those who would like to make a tar.gz file of an entire directory, here’s how:

tar -cvf filename.tar directoryName

And then issue this command:

gzip filename.tar

Voila, you should have:

filename.tar.gz

0 thoughts on “Exch for Linux