Skip to content

Instantly share code, notes, and snippets.

@dgershman
Created August 5, 2013 15:00
Show Gist options
  • Select an option

  • Save dgershman/6156581 to your computer and use it in GitHub Desktop.

Select an option

Save dgershman/6156581 to your computer and use it in GitHub Desktop.
#re-sync time for a CentOS VM which was sleeping
/etc/init.d/ntpd stop
ntpdate pool.ntp.org
/etc/init.d/ntpd start
date
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment