How to time sync with local AD(Active Directory)/PDC(Primary Domain Controller) on Debian/Ubuntu
How to time sync with local AD(Active Directory)/PDC(Primary Domain Controller) on Debian/Ubuntu.
$sudo apt-get install rdate
then:
$sudo rdate -n
Some people use ntpdate, but it seems to have trouble to sync with Windows based server(AD/PDC).
Category