↧
Compress Linux or UNIX Directory
You need to use tar command as follows (syntax of tar command): tar -zcvf archive-name.tar.gz directory-name Where, -z: Compress archive using gzip program -c: Create archive -v: Verbose i.e display...
View ArticleHow do I Compress a Whole Linux or UNIX Directory?
Q. How can I compress a whole directory under Linux / UNIX using a shell prompt? A. It is very easy to compress a Whole Linux/UNIX directory. It is useful to backup files, email all files, or even to...
View Articlepunypng: crushing your images even more
Conrad Chu, Design Director at Ask.com, thought he needed an image compression tool better suited for designers and front-end developers (compared to smush.it) and scratched the itch with punypng....
View Article