1、ubuntu不要安装yum
ubuntu默认软件包管理器不是yum,而是dpkg,安装软件时用apt-get
sudo apt-get install name
2、修改ubuntu关闭UTC
1、先在ubuntu上更新时间
sudo apt-get install ntpdate
sudo ntpdate time.windows.com
2、写入硬件:
sudo hwclock --localtime --systohc
ubuntu默认软件包管理器不是yum,而是dpkg,安装软件时用apt-get
sudo apt-get install name
1、先在ubuntu上更新时间
sudo apt-get install ntpdate
sudo ntpdate time.windows.com
2、写入硬件:
sudo hwclock --localtime --systohc