How i fix local issues on my ubuntu server

put these lines in your ~/.bashrc and ~/.profile files:

export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
export LANGUAGE=en_US.UTF-8


reboot 1 // can be re-login but reboot is so fast for my vps servers that i just reboot lol, less typing :)

sudo locale-gen "en_US.UTF-8"
sudo dpkg-reconfigure locales

No comments:

Post a Comment

You can ask IT questions in comments!