Saturday of December 08, 2012
Created a photobooth codeigniter based website for katture.com. The site is light weight application, basically it contains a simple blogger and album viewer. It allows administration for blogs and albums. Future development on the site would allow a mobile device compatibilty mode, and a corresponding android application.
Saturday of December 01, 2012
To change the time zone for linux or unix systems you can check the following steps:
# cat /etc/timezone
Asia/Shanghai# vim /etc/timezone
Asia/Singapore# export TZ=Asia/SingaporeThursday of November 29, 2012
nohup comand allows you to running a java program, command or shell script without being terminated on exit or logout
nohup java -jar myjarfile.jar &Tuesday of November 13, 2012
Created a simple lightbox for mootools 1.4 for a friend, the script only requires mootools core. I have tested it only for 1.4 but should work for older versions if "Object.merge" functions are replaced. This function might come handy for furture projects.
Tuesday of October 30, 2012
After having a broken Samsung portable hard drive, I was trying to recover some of the files by copying them to another drive. The copying process stops for each redundancy check error messages, to ignore the error message and continue copying I used the following command to ignore the errors.
ROBOCOPY /E /R:0 /W:0 c:\\ z:\\