Ubuntu 系統同步網絡時間

第一步,選擇時區bash

# 第一個命令若是不行就用第二個
sudo tzconfig
sudo dpkg-reconfigure tzdata

 

第二步同步時間,並寫入硬件服務器

# 安裝ntpdate
sudo apt-get install ntpdate

# 同步時間,若是是美國服務器,則能夠用us.pool.ntp.org
sudo ntpdate cn.pool.ntp.org

# 寫入硬件
sudo hwclock  --systohc
相關文章
相關標籤/搜索