Skip to content

Instantly share code, notes, and snippets.

@MoonshineSG
Created October 25, 2017 09:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MoonshineSG/9695f265b7029dec72e1d79357b63062 to your computer and use it in GitHub Desktop.
Save MoonshineSG/9695f265b7029dec72e1d79357b63062 to your computer and use it in GitHub Desktop.
sudo locale-gen en_US.UTF-8
sudo dpkg-reconfigure locales
sudo sh -c "echo 'LC_ALL=en_US.UTF-8\nLANG=en_US.UTF-8' >> /etc/environment"
sudo sh -c "echo -e 'LANG=en_US.UTF-8\nLC_ALL=en_US.UTF-8' >> /etc/default/locale"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment