Archiving Commands via SSH

Extract compressed file: [syntax_prettify linenums=”0″]tar -zxvf file.tar.gz[/syntax_prettify] Extract uncompressed file: [syntax_prettify linenums=”0″]tar -xvf file.tar[/syntax_prettify] Takes everything from folder_to_be_archived/ and puts it into archived_filename.tar: [syntax_prettify linenums=”0″]tar -cf archived_filename.tar folder_to_be_archived/[/syntax_prettify]  

Showcased on .net Magazine

Working at Bluelounge, we have been featured in many publications both online and print. As the web developer/producer, this time I am very excited because our website is showcased in .net magazine, which is popular amongst web designers and developers. You can check it out in their April 2012 #226 issue here. The article is… Continue reading