Skip to content

Instantly share code, notes, and snippets.

Created December 28, 2012 06:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/4395002 to your computer and use it in GitHub Desktop.
Save anonymous/4395002 to your computer and use it in GitHub Desktop.
Keep the time updated
There are times when you need to keep the date and time of your system to be correct.
Ntpdate in linux helps you do the same
sudo ntpdate -u ntp.ubuntu.org
ntpdate are installed on most distributions, if not install using apt-get.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment