Posts archive for February, 2014

How to restart dock when dock hang in Mac OS X

advertisement

macSometimes due to some error, you might encounter your dock hang and no respond in your Mac OS X. I encounter this issue few times and it very irritating while my dock hang. If you dock hang and not responding like mine, you may want to restart your dock thru the following method.

Continue reading How to restart dock when dock hang in Mac OS X »

How to split compressed file into smaller files in Linux / Mac

advertisement

mac linux I’ve written a script to compressed some files and upload to my online cloud storage as a backup daily. Due to memory limitation, i’ve to split the large compressed file into smaller files and upload each of them one at a time. While i’m writing the script, i notice to split the compressed file into smaller files, you need to use another command “split” which i covered many years ago but seldom use it. :p

Continue reading How to split compressed file into smaller files in Linux / Mac »