Monthly Archives: November 2008

Another insightful comic..

Reading the feeds today, and came across todays xkcd comic.  Very funny.
Posted in other | Tagged | Leave a comment

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 *
Posted in tips | Tagged , | 1 Comment