NTP
ntpdate cn.pool.ntp.org
crontab -e
* * * * * /usr/sbin/ntpdate cn.pool.ntp.org
systemctl restart crond
HTTP
date -s "$(curl -sD - google.com | grep '^Date:' | cut -d' ' -f3-6)Z" (境外)
date -s "$(curl -sD - baidu.com | grep '^Date:' | cut -d' ' -f3-6)Z" (境内)
hwclock -w