Bootstrap

Linux设置时间、自动更新网络时间、设置时间为24小时制

1、修改日期和时间

date -s "20201021 18:30:50"    //设置日期时间
hwclock --systohc      //将系统时间同步到硬件

2、同步网络时间

yum install -y ntpdate    //安装ntpdate
ntpdate us.pool.ntp.org   //同步时间
hwclock --systohc      //将系统时间同步到硬件

3、将时间格式修改为24小时制

cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
ntpdate us.pool.ntp.org   //同步时间
hwclock --systohc      //将系统时间同步到硬件

悦读

道可道,非常道;名可名,非常名。 无名,天地之始,有名,万物之母。 故常无欲,以观其妙,常有欲,以观其徼。 此两者,同出而异名,同谓之玄,玄之又玄,众妙之门。

;