#การติดตั้ง NTP Server (Time Server) ใน ubuntu
apt-get install ntp# หรือ
aptitude install ntp# config-file จะอยู่ที่ directory /etc/ntp.conf
vi /etc/ntp.conf# ปิดของเดิม
# จากนั้น start service ของ ntp ด้วยคำสั่ง# server ntp.ubuntu.com# เพิ่ม Server เข้าไป
server time.navy.mi.th dynamic# อัปเดท time แบบแต่ละครั้ง
server clock.nectec.or.th prefer
ntpdate -u time.navy.mi.th# หรือ
ntpdate -u clock.thaicert.nectec.or.th
# ตั้ง Command ลงไปใส่ crontab/etc/ntp/init.d/ntp restart
### CentOS >> http://hosxp.net/smf/index.php?topic=6922.0http://hosxp.net/smf/index.php?topic=6922.0