Monthly Archives: August 2011

Setting time on a Linux client from a Windows PDC

You can set the time on a linux client using NTP, using the ntpd daemon. For a quick and dirty approach you can use the deprecated ntpdate command. The following script will set the time on the pc cat /usr/local/bin/syncclock #!/bin/bash /usr/sbin/ntpdate … Continue reading

Posted in General | Tagged , | Leave a comment