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
Points regarding computing that I always forget - so I write them here to find them easily and maybe other could benefit too.