การติดตั้ง NTP เพื่อ Sync เวลาบน Linux (Cent OS 6/7, Ubuntu)

การติดตั้ง NTP เพื่อ Sync เวลาบน Linux เพื่อทำให้เวลาของเครื่องตรงมากที่สุด โดยสามารถติดตั้งง่ายๆ โดยใช้คำสั่งดังต่อไปนี้
CentOS 6
yum install ntp ntpdate -y
chkconfig ntpd on
/etc/init.d/ntpd start
mv /etc/localtime /etc/localtime.bak
ln -s /usr/share/zoneinfo/Asia/Bangkok /etc/localtime
hwclock --systohc
CentOS 7
yum -y install ntp
timedatectl set-timezone Asia/Bangkok
timedatectl
service ntpd restart
systemctl enable ntpd.service
Ubuntu
apt-get install ntp
timedatectl set-timezone Asia/Bangkok
timedatectl
service ntpd restart
เรียบร้อยครับ สามารถตรวจสอบว่า เวลาถูกต้องหรือไม่ โดยใช้คำสั่ง
date
Latest posts by admin (see all)
- ทำความเข้าใจ Linux Kernel และ GNU: องค์ประกอบสำคัญของระบบปฏิบัติการ Linux - March 14, 2025
- วิธีการแก้ไขปัญหา CentOS 7 ให้ Yum Update ได้ตามปกติ - February 16, 2025
- การติดตั้ง PostgreSQL 17 บน AlmaLinux 8.9 - February 9, 2025
Trackback from your site.
admin
PhalconHost Team | Line id: @PhalconHost | Tel: 096-520-7008