Ubuntu如何同步网络时间
Posted 钟桂耀
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Ubuntu如何同步网络时间相关的知识,希望对你有一定的参考价值。
装完Ubuntu设置完时间,重启总是恢复设置前的时间。
设定时区:dpkg-reconfigure tzdata
选择Asia -> 再选择Shanghai -> OK
解决方法:
1.安装ntpdate
工具
sudo apt-get install ntpdate
2.将系统时间与网络同步
ntpdate cn.pool.ntp.org
3.将时间写入硬件
hwclock --systohc
4.查看时间是否已同步
date
以上是关于Ubuntu如何同步网络时间的主要内容,如果未能解决你的问题,请参考以下文章
VSCode自定义代码片段14——Vue的axios网络请求封装