Hien minh dang la quan ly du a'n cua mot cong ty software sourcing lon cua Vietnam.
Minh dang tim mot u'ng vien gioi voi nhung kinh nghiem, kien thuc yeu cau sau day:
- Lap trinh he. thong tren Windows gioi
- Co kha nang lap trinh tot bang C++ hoac C#, hoac Java
- Co kien thuc admin DBMS (MSSQL, MySQL, Oracle, etc.)
- Co kha nang admin Unix, network, shell, etc.
- Lap trinh shell script, batch script
- Su dung duoc QuickTest Pro, hieu nguyen ly hoat dong
- Co kinh nghiem Test Automation la mot loi the'
Luong bong canh tranh, moi truong lam viec chuyen nghiep, co* hoi thang tien cao, di cong tac nuoc ngoai
Leadership & Project Management
Sunday, October 5, 2008
Saturday, October 4, 2008
Nhung website hay de tham khao ve technical
http://www.dbforums.com/archive/index.php/t-997103.html
He is member of JavaVietnam.org/Step2
http://blog.khanhlnq.com/
I want to be updated most newest technologies news
http://ilovegoogle.blogspot.com/
http://sotaykythuat.blogspot.com/
http://scribd.com
There are many articles related to high-scalability in web development & architecture
http://highscalability.com/flickr-architecture
He is member of JavaVietnam.org/Step2
http://blog.khanhlnq.com/
I want to be updated most newest technologies news
http://ilovegoogle.blogspot.com/
http://sotaykythuat.blogspot.com/
http://scribd.com
There are many articles related to high-scalability in web development & architecture
http://highscalability.com/flickr-architecture
Friday, October 3, 2008
shell, environment, .profile, some notes, su - informix
Issue: your binary cannot work, when you change user (su), you schedule (cron) a script to run, but the executed binary inside the script cannot work properly
Reason:
When you change user and forgot to input the '-' paramter, before the username (su informix) instead of (su - informix). Unix won't run .profile (based in the user's home folder) So environment won't configured correctly, etc. $HOME, some kind of environment variable, some initial scripts, etc. So your binary won't work or announce some issues
The same, when you script the cron job, the script will be run in an another shell each time, and by default that shell won't configured (run .profile) so you script will be failed. To avoid this, at beginning of your script, you need to add some codes like:
#!/bin/ksh
/.profile
Reason:
When you change user and forgot to input the '-' paramter, before the username (su informix) instead of (su - informix). Unix won't run .profile (based in the user's home folder) So environment won't configured correctly, etc. $HOME, some kind of environment variable, some initial scripts, etc. So your binary won't work or announce some issues
The same, when you script the cron job, the script will be run in an another shell each time, and by default that shell won't configured (run .profile) so you script will be failed. To avoid this, at beginning of your script, you need to add some codes like:
#!/bin/ksh
Wednesday, October 1, 2008
web2.0 tools/utilities javascript components
http://extjs.com/products/extjs/
This looks good, and open source, any ideas to implement for your own web?
http://mashable.com/2007/07/31/facebook-powertools-1/
This looks good, and open source, any ideas to implement for your own web?
http://mashable.com/2007/07/31/facebook-powertools-1/
Subscribe to:
Posts (Atom)