有些系统时间不准同步时间后重启后又不准,可以使用这个加入到自动任务里即可 date -s "$(curl -H 'Cache-Control: no-cache' -sI google.com | grep '^Date:' | cut -d' ' -f3-6)Z" &>/dev/null 2...
Tag Archives: 同步时间
Linux强制同步时间命令
2024.04.19 , linux , No Comments ,Linux更改时区并同步时间
2019.04.19 , linux , No Comments ,ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime ntpdate time.windows.com 123 ln -sf /usr/share/zonei...