Pages

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

Friday, April 13, 2012

[Errno 14] Could not open/read file:///etc/pki/rpm-gpg

fix:

cd /etc/pki/rpm-gpg/
wget http://www.crc.id.au/repo/RPM-GPG-KEY-kernel-xen

Sunday, April 8, 2012

Change time zone on Linux

ln -sf /usr/share/zoneinfo/Asia/Ho_Chi_Minh /etc/localtime
type date to confirm that date changed
NSN