一台VPS的时间出错,使用常规手段修改均失败。提示hwclock failed :
ntpdate stdtime.sinica.edu.tw
如果你的 VPS 提示没有 ntpdate 这个命令,可以通过下面的命令安装:
centos 系统
yum -y install ntpdate ntp
Debian 系统
apt-get install -y ntpdate ntp
Ubuntu 系统
sudo apt-get install -y ntpdate ntp
记得最后再执行一次 ln -sf /usr/share/zoneinfo/Asia/Hong_Kong /etc/localtime