Skip to content

Instantly share code, notes, and snippets.

@mrTimofey
Last active March 9, 2018 04:38
Show Gist options
  • Save mrTimofey/068db03cc16ec1ac9592f07f8b1f7a72 to your computer and use it in GitHub Desktop.
Save mrTimofey/068db03cc16ec1ac9592f07f8b1f7a72 to your computer and use it in GitHub Desktop.
Set locale and timezone on Ubuntu

Run locale -a to list all locales (ru_RU for Russian). Add locale if there is no needed one:

locale-gen ru_RU
locale-gen ru_RU.UTF-8

Set timezone with dpkg-reconfigure tzdata

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment