update time

#看時間
date
#更新時間
sudo ntpdate time.stdtime.gov.tw
# 查BIOS時間
hwclock 
# 寫入BIOS
hwclock -w
# 設定時區
timedatectl set-timezone "Asia/Taipei"
sudo dpkg-reconfigure tzdata

# 自動校時
sudo timedatectl set-ntp yes
# 關閉自動校時
sudo timedatectl set-ntp no

# 修改時間
sudo timedatectl set-time "2020-01-23"
sudo timedatectl set-time "2020-01-23 08:00:38"
sudo timedatectl set-time "08:00:38"

發佈留言