In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-06 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/01 Report--
This article mainly introduces Linux how to achieve clock synchronization, the article is very detailed, has a certain reference value, interested friends must read it!
Due to hardware reasons, the root standard time of the machine does not match more or less, and the error of a month ranges from a few seconds to a few minutes. For the server, the time is not right, there will be a lot of trouble. For example, when paying, the order cannot be placed, the game cannot log in, and so on. It doesn't matter if you use your own PC, just change it manually.
Installation
Timesync is usually pre-installed. If not, you can install it manually using the following command.
Sudo apt install systemd-timesyncd
It conflicts with ntp, and only one of them can be installed.
Configuration
Modify / etc/systemd/timesyncd.conf to make NTP a NTP server accessible to Huawei's Inner Green Zone.
[Time] NTP=ntp7.aliyun.comNTP=ntp6.aliyun.com
After the modification is completed, this configuration will not take effect until restart is required.
Sudo systemctl restart systemd-timesyncd.service
If the above systemd-timesyncd.service does not exist for any reason, it can be repaired with the following command:
View the effect of sudo dpkg-reconfigure systemd-timesyncd
Date is generally used to view the date and time. Use timedatectl to see more information about clock synchronization.
$timedatectl status Local time: two 2020-09-22 20:06:05 CST Universal time: two 2020-09-22 12:06:05 UTC RTC time: two 2020-09-22 12:06:05 Time zone: Asia/Shanghai (CST, + 0800) System clock synchronized: yes NTP service: active RTC in local TZ: no
List of domestic NTP servers
Here are some NTP lists of Aliyun, which can be used preferably through ping.
Ntp1.aliyun.comntp2.aliyun.comntp3.aliyun.comntp4.aliyun.comntp5.aliyun.comntp6.aliyun.comntp7.aliyun.com above is all the content of this article "how to achieve clock synchronization in Linux". Thank you for reading! Hope to share the content to help you, more related knowledge, welcome to follow the industry information channel!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.