Category: Career

  • Working Experience: Worked on payment system of Singapore Exchange Clearing System, implemented payment generation including variation calculation and margin calculation, SWIFT interbank transaction instruction generation and message sending and consuming with IBM WebSphere MQ. Deployment and operation on IBM WebSphere application server. More materials: Execution, Clearing, and Settlement A transfer of financial instruments, such as…

  • Value Meaning 777 (rwxrwxrwx) No restrictions on permissions. Anybody may do anything. Generally not a desirable setting. 755 (rwxr-xr-x) The file’s owner may read, write, and execute the file. All others may read and execute the file. This setting is common for programs that are used by all users. 700 (rwx——) The file’s owner may…

  • Local testing with http server: #To develop run chrome without cross domain checking /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome –disable-web-security #safari open -a ‘/Applications/Safari.app’ –args –disable-web-security ##To run a local web server using python to have a look in the browser how it works python -m SimpleHTTPServer 8000

  • My MBP is 10.7.5. Unfortunately, the internal keyboard was spoiled by my baby. So here is how to disable it and use an external apple keyboard. Open terminal and type the following: sudo kextunload /System/Library/Extensions/AppleUSBTopCase.kext/Contents/PlugIns/AppleUSBTCKeyboard.kext/ To enable it again: sudo kextunload /System/Library/Extensions/AppleUSBTopCase.kext/Contents/PlugIns/AppleUSBTCKeyboard.kext/ It works like a charm!~ Googled from this link: http://forums.macrumors.com/showthread.php?t=433407

  • ####configuration Just bought my new CPU with: I5 16G ram 1TB hard disk. But somehow the fan makes huge noise, trying to figure it out…. It is the case problem, changed to cooler master. Cooler master is quite nice. ####Install dual system – windows and linux ( CentOS 6.5 ) Download centOS 6.5 from centOs…

  • ####To install the default LAMP stack in Ubuntu 10.04 and above First install tasksel… $ sudo apt-get install tasksel … and then the LAMP stack: $ sudo tasksel install lamp-server ####Test the installation The webapp folder is located /var/www $sudo vi /var/www/info.php create: restart apache2 , sudo /etc/init.d/apache2 restart Open browser: http://localhost/info.php ####log /var/log/apache2 logs…

  • You don’t have to copy your project files into webapp everytime after make changes. Just do this: ln -s ~/projects/fishfamily /var/www/ then you will see in /var/www/: lrwxrwxrwx 1 root root 32 Apr 12 01:33 fishfamily -> /home/jaycee/projects/fishfamily

  • yii and project folder in the webapp #####setup db config/main.php data/*.sql

  • Calculate / Compute md5sum Calculate or compute md5sum for the input file. $ md5sum samplefile.txt 3b85ec9ab2984b91070128be6aae25eb samplefile.txt