apt-get install nano -y
echo "export LC_ALL=en_US.UTF-8" >>
~/.bashrc
echo "export LANG=en_US.UTF-8" >>
~/.bashrc
echo "export LANGUAGE=en_US.UTF-8" >>
~/.bashrc
echo "export LC_ALL=en_US.UTF-8" >>
~/.profile
echo "export LANG=en_US.UTF-8" >>
~/.profile
echo "export LANGUAGE=en_US.UTF-8" >>
~/.profile
sudo locale-gen "en_US.UTF-8"
sudo dpkg-reconfigure locales
apt-get install htop
No comments:
Post a Comment
You can ask IT questions in comments!