Skip to content

Instantly share code, notes, and snippets.

@vilisov
Last active November 23, 2015 09:01
Show Gist options
  • Save vilisov/1ba3253efc41c5d4c421 to your computer and use it in GitHub Desktop.
Save vilisov/1ba3253efc41c5d4c421 to your computer and use it in GitHub Desktop.
centos ru locale
touch /etc/sysconfig/i18n
nano /etc/sysconfig/i18n
LANG="ru_RU.UTF-8"
SUPPORTED="ru_RU.UTF-8:ru_RU:ru"
SYSFONT="latarcyrheb-sun16"
~/.bashrc
export LC_ALL=en_US.UTF-8
export LANG=ru_RU.UTF-8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment