Linux自动更新时间

摘要:
Canusentpdateorrdatecommandtosyncthedatetimewithremoteserver.i.e.:#ntpdateremote_serveror#rdate-sremote_serverAlso,synctheremoteserverperiodicallyisagoodidea!#crontab-e#autosyncwithtimeserverat0:00eve

Can use ntpdate or rdate command to sync the datetime with remote server.
i.e.:

# ntpdate remote_server

or

# rdate -s remote_server

Also, sync the remote server periodically is a good idea!

# crontab -e
# auto sync with time server at 0:00 everyday
0 0 * * * rdate -t 60 -s stdtime.gov.hk

免责声明:文章转载自《Linux自动更新时间》仅用于学习参考。如对内容有疑问,请及时联系本站处理。

上篇gitlab安装后吃内存的解决办法在 Windows 上安装 rust环境下篇

宿迁高防,2C2G15M,22元/月;香港BGP,2C5G5M,25元/月 雨云优惠码:MjYwNzM=

相关文章

linux时间同步,ntpd、ntpdate

在Windwos中,系统时间的设置很简单,界面操作,通俗易懂。而且设置后,重启,关机都没关系。系统时间会自动保存在Bios的时钟里面,启动计算机的时候,系统会自动在Bios里面取硬件时间,以保证时间的不间断。 但在Linux下,默认情况下,系统时间和硬件时间,并不会自动同步。在Linux运行过程中,系统时间和硬件时间以异步的方式运行,互不干扰。硬件时间的运...

ntpdate server时出错原因及解决

错误1.Server dropped: Strata too high 在ntp客户端运行ntpdate serverIP,出现no server suitable for synchronization found的错误,如下所示 zhj@test:~$ sudo ntpdate weblbserver-1 28 Dec 15:22:33 ntpdat...

同步集群时间

首先确保集群已经正常使用(搭建集群完毕) 集群时间同步 时间同步的方式:找一个机器,作为时间服务器,所有的机器与这台集群时间进行定时的同步,比如,每隔十分钟,同步一次时间。 第一步 配置小弟同步老大的操作   配置时间同步实操:     1.时间服务器配置(必须 root 用户)       检查 ntp 是否安装       [root@hadoop10...

Centos7搭建日志服务器rsyslog+loganalyzer

、准备环境 更新时间 yum install ntp ntpdate systemctl start ntpd systemctl enable ntpd ntpdate ntp1.aliyun.com--------------------- 2.1 关闭防火墙: #systemctl stop firewalld2.2 将SELINUX设置为disab...

Linux系统时间和硬件时间设置

在linux系统中有两个时间,硬件时钟和系统时间,硬件时钟是指主机板上的时钟设备,也就是通常可在BIOS画面设定的时钟。系统时钟则是指kernel中的时钟。所有Linux相关指令与函数都是读取系统时钟的设定。因为存在两种不同的时钟,那么它们之间就会存在差异。当Linux启动时,系统时钟会去读取硬件时钟的设定,之后系统时钟即独立运作。 用date命令对系统时...

docker 报错 Error response from daemon: error while validating Root CA Certificate: x509: certificate has expired or is not yet valid

#是因为集群时间不同步[root@kycx124 ~]# docker swarm join --token SWMTKN-1-10s4 10.10.185.111:2377Error response from daemon: error whilevalidating Root CA Certificate: x509: certificate has...