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
-
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
-
#### define eth0 interface ##### vi /etc/sysconfig/network-scripts/ifcfg-eth0 DEVICE=eth0 NM_CONTROLLED=no ONBOOT=yes HWADDR=00:50:56:37:F1:04 TYPE=Ethernet BOOTPROTO=static IPADDR=192.168.1.8 NETMASK=255.255.255.0 NETWORKING=yes HOSTNAME=web.example.com GATEWAY=192.168.1.1 nameserver 192.168.1.1 nameserver 8.8.8.8 # Google’s DNS server
-
try to start ssh /etc/init.d/sshd restart /etc/init.d/sshd status Check log: sudo /usr/sbin/sshd -d
-
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