Skip to content

Instantly share code, notes, and snippets.

@kurap
Created November 13, 2013 04:14
Show Gist options
  • Save kurap/7443590 to your computer and use it in GitHub Desktop.
Save kurap/7443590 to your computer and use it in GitHub Desktop.
#==============================================================================
##
## ntp setup (Ubuntu)
##
#==============================================================================
##### install for ntp
apt-get install ntp
##### disallow UTC
vi /etc/default/rcS
## rewrite to no
UTC=yes → UTC=no
## setting timezone
sudo dpkg-reconfigure tzdata
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment