Pages

Bài đăng phổ biến

Thursday, May 3, 2012

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

Ssh-copy-id on different port



#ssh-copy-id -i /*/id_rsa.pub "root@Ip.ip.ip.ip -pxxxx"


Nguyen Si Nhan