Skip to content

Instantly share code, notes, and snippets.

@bandicoot86
Created September 8, 2014 14:14
Show Gist options
  • Save bandicoot86/c49fb92c4cc63b7bd74a to your computer and use it in GitHub Desktop.
Save bandicoot86/c49fb92c4cc63b7bd74a to your computer and use it in GitHub Desktop.
Set time zone ubuntu
rm -rf /etc/localtime
ln -s /usr/share/zoneinfo/Europe/Moscow /etc/localtime
date
--Thu May 14 10:13:03 MSD 2009
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment