Entries tagged with “zip”.


how to unzip files on blackberry

unzipping directly on your BlackBerry is not available without adding some additional software to your BlackBerry. An application called Ziplorer gives you the ability to unzip files on a BlackBerry. http://www.s4bb.com/software/ziplorer/

Linux and Free BSD, how to zip a folder. This is useful for backups, or moving to a new webhost.

zip -9 -r zipname folder

example: zip -9 -r myfolder.zip examplefoldername

-9 = best compression
-r = recursive