标签:apt 问题 解决 get ntp win windows windows10 安装
安装完windows与Ubuntu双系统之后会发现windows与Ubuntu时间不一致。这是硬件时间都一样的情况下,Ubuntu使用的是UST,Windows使用的是CST。要解决该问题就要对这两个时间进行同步即可。
打开Ubuntu终端输入:
sudo apt-get install ntpdate sudo ntpdate time.windows.com sudo hwclock --localtime --systohc
标签:apt 问题 解决 get ntp win windows windows10 安装
原文地址:https://www.cnblogs.com/GHzz/p/9379119.html