Pages

Bài đăng phổ biến

Thursday, May 3, 2012

Run a program background on Linux

You just type more > /dev/null & :


ie: ls > /dev/null &


Nguyễn Sĩ Nhàn

Timezone with graphite

You just edit file wepapp/graphite/setting.py change line(or uncomment ),in my case i change such as:

TIME_ZONE = 'Asia/Ho_Chi_Minh'

Nguyen Si Nhan

Friday, April 27, 2012

rsync on different port

#rsync -avr --links --rsh='/usr/bin/ssh -pxxxx' ip.ip.ip.ip:/sourcepath destpath


Nguyen Si Nhan