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

  • create gitconfig: user> git config –global user.name “jayceee” user> git config –global user.email jicheng17@gmail.com user> git config –global -e edit gitconfig to add in: [http] proxy = http://mydomain\\myusername:mypassword@myproxyserver:8080

  • ####init.d /etc/init.d/mysql start/stop/status ####service service mysql start/stop/status ####log /var/log/mysql.log /var/log/mysql.err

  • ssh-keygen -t rsa ssh-agent bash ssh-add ~/.ssh/id_rsa

  • 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…