Categories
Tags
aastra apache asterisk centos cheatsheet chrome cisco comic dd dropbox email esxi fedora file sharing find gmail gnome google grep im feeling lucky linux migration networking olf openfiler openoffice replace rpl scm search security sed sp3 spyware ssh storage subversion tips tomcat twitter ubuntu vmware voip windowsArchives
Monthly Archives: November 2008
Super simple, limited and basic look at tar
Create a tar archive
tar -c -f archive.tar *
Create a compressed archive with gzip
tar -c -z -f archive.tar.gz *
You can also condense down the commands like so..
tar -czf archive.tar.gz *
Another insightful comic..