[Debian] 設定同步 windows NTP 時間
Step 1: 確認更新工具是否安裝
apt install rdate
Step 2: 找到同步NTP server 清單.
List of HOSTNAME's: https://www.pool.ntp.org/zone/tw
Step 3: 編輯 cron 和設定排程 定期更新NTP主機.
(Generally once a day is acceptable)
Add the following to your cron: replace the HOSTNAME with one from the list above
0 6 * * * /usr/bin/rdate -s HOSTNAME 2>&1 >> /dev/null
說明: 0 6 * * * 時間: 每天 Check once at 6:00 AM
沒有留言:
張貼留言