How to Set to The Best Mouse Sensitivity for Apple Magic Mouse
I couldn’t find my best touch with the Mouse Sensitivity setting for Magic Mouse in System Preference. Ended up I decided to write the configuration directly to the system config file. I find the value -31000 fit me the best….
How to Edit Cell in Microsoft Excel on Mac OSX Leopard
Many windows user may know that F2 is the shortcut key to edit a cell on Microsoft Excel. I run native Microsoft Excel on Apple Mac OSX to do my claims, report, database and etc. Sometime it’s annoying on cell…
split – but no destination parameter to specify
first : cd /destination/directory second : split /source/directory/big-huge-file prefix-to-apply-onto-splited-files Voila !!! (use the parameter -b to specify the size of splited files in BYTES, NOT kb, mb or gb)
convert epoch using date command
date -d ‘<Unix epoch> <epoch date> sec’ e.g. date -d ‘1970-01-01 988822888 sec’ would dated “Wed May 2 17:31:28 MYT 2001” 20080430 : get a particular date in epoch, e.g. date -d ‘Apr 30 2008 00:00:00’ ‘+%s’
How to dig SRV record after creating it in DNS
dig <record type> <host.name> e.g dig SRV _someservice._port.hostname.domainame.com.my OR dig SRV _https._ICMP.host.takizo.com
Recent Comments