Skip to content

Instantly share code, notes, and snippets.

@wilsonsilva
Created July 29, 2014 10:25
Show Gist options
  • Save wilsonsilva/2b6a4c8a3d6d165c8ea8 to your computer and use it in GitHub Desktop.
Save wilsonsilva/2b6a4c8a3d6d165c8ea8 to your computer and use it in GitHub Desktop.
Set timezone in CentOS
# Sets the timezone to Europe/Lisbon
sudo mv /etc/localtime /etc/localtime.bak
sudo ln -s /usr/share/zoneinfo/Europe/Lisbon /etc/localtime
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment