Ubuntu and Windows dual system time synchronization

Follow the steps below

sudo apt-get install ntpdate
sudo su
ntpdate time.windows.com
hwclock --localtime --systohc
reboot

Guess you like

Origin blog.csdn.net/qq_24649627/article/details/111664835