Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to configure clock synchronization for Linux

2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/02 Report--

This article is about how to configure clock synchronization in Linux. The editor thinks it is very practical, so share it with you as a reference and follow the editor to have a look.

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 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:

Sudo dpkg-reconfigure systemd-timesyncd

View the effect

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

Thank you for reading! This is the end of this article on "how to configure clock synchronization in Linux". I hope the above content can be of some help to you, so that you can learn more knowledge. if you think the article is good, you can share it for more people to see!

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.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report