compress:
sudo tar cvfz lib_mysql_gtcrm.tgz mysql/
tar -czf name_of_zip.tar.gz directory/
open:
tar -xzf /tmp/some_file.tar.gz
sudo tar cvfz lib_mysql_gtcrm.tgz mysql/
tar -czf name_of_zip.tar.gz directory/
open:
tar -xzf /tmp/some_file.tar.gz
Points regarding computing that I always forget - so I write them here to find them easily and maybe other could benefit too.
I am using mysql for quite some time now. I have noticed that looking at client connections using mysql workbench so an interesting column ...