Синхронизация времени

date
timedatectl set-timezone Asia/Almaty
ntpdate 192.168.150.2
apt install systemd-timesyncd
mcedit /etc/systemd/timesyncd.conf
...
[Time]
NTP=192.168.150.2 192.168.150.109
...
systemctl enable systemd-timesyncd.service
systemctl start systemd-timesyncd.service
date
timedatectl