Archive for the ‘Psyber.Monkey’ Category

Tip my Nokia E71

Tuesday, August 26th, 2008

At Home Screen (aka Idle Screen) :

press * and dont release will enable/disable bluetooth

press # and dont release will switch between silent/general profile

press 0 and dont release will launch web browser

Shortcut keys for mark/unmark :

Function key + down/up to mark multiple or Function key + enter key to mark single item

At Browser :

Function key + u = zoom in

Function key + j = zoom out

Function key + t = search

Misc. :

how to find out MAC address – *#62209526#

how to restore factory default – *#7370#

assign IP manually : Menu > Tools > Settings > Connection > Access Points > *Highlight Access Point* > Options > Edit > Options > Advanced settings > IPv4 settings

cisco IOS equivalent Ctrl-w or Control-w …

Thursday, May 8th, 2008

ctrl-n or Control-n

split – but no destination parameter to specify

Tuesday, April 22nd, 2008

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)

cron & time zone

Friday, April 18th, 2008

after changing time zone (tzsetup), restart cron (/etc/rc.d/cron restart) to let it know the changes or else the cron jobs will use the previous time zone.

convert epoch using date command

Sunday, April 13th, 2008

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’