#时间同步
#1.安装时间同步工具
sudo apt install ntpdate
#2.利用时间工具与互联网同步正确的时间
sudo ntpdate time.windows.com
#3.将时间机制从UTC改成LOCAL TIME 并同步BIOS硬件时间
sudo hwclock --localtime --systohc
#设置启动项
#1.打开文件
sudo gedit /etc/default/grub
#2.改
GRUB_DEFAULT=2
#3.更新设置
sudo update-grub