Skip to content

Instantly share code, notes, and snippets.

@mcmoe
Last active November 27, 2018 13:04
Show Gist options
  • Save mcmoe/d96b2bddb90ed64734baa8d66d3ff294 to your computer and use it in GitHub Desktop.
Save mcmoe/d96b2bddb90ed64734baa8d66d3ff294 to your computer and use it in GitHub Desktop.
Update OS time based on specific NTP server
sudo /etc/init.d/ntp stop
sudo ntpdate -s server.company.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment