Technotes

Technotes for future me

NTP

NTP

ntpdate -q 145.222.16.132
systemctl status ntpd
ntpdate 145.222.16.132
systemctl start ntpd
systemctl status ntpd

timedatectl status
apt purge ntp
/etc/systemd/timesyncd.conf
timedatectl set-ntp true
journalctl --since -1h -u systemd-timesyncd
Last updated on 31 Jan 2021
Published on 11 Dec 2019
Edit on GitHub