Skip to main content

time syncroyzation

apt install ntp ntpdate -y
mv /etc/ntp.conf /etc/ntp.conf.orig
vim /etc/ntp.conf
server 10.8.10.254 prefer iburst
timedatectl set-ntp no
service ntp restart
ntpq -p
ntpdate 10.8.10.254
```bash