Last active
March 29, 2018 10:03
-
-
Save JBlond/6e58977277f40f8eb94d0d7cb77d7b64 to your computer and use it in GitHub Desktop.
linux console UTF-8
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo dpkg-reconfigure locales | |
sudo apt install console-setup | |
sudo dpkg-reconfigure console-setup | |
export LANGUAGE=de_DE.utf8 | |
export LANG=de_DE.utf8 | |
export LC_ALL=de_DE.utf8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment