Ubuntu Linux is now an important Server platform. Users mainly use Ubuntu to execute general tasks such as websites, databases, archives, printing, and email servers, some users also use Ubuntu as an important platform for security, backup, and firewall. During the installation of the ubuntu system as a Server, there will always be some problems. The following is what I plan to use the Ubuntu Server version as a Server. During the installation, I did not pay attention to it. I chose a Chinese character directly, after entering the system, you will find a solution with garbled characters. The figure is at the end. The solution is as follows: 1. use the vi editor to modify the/etc/default/local file. 2. replace the original Chinese encoding with the following LANG = "en_US.UTF-8" LANGUAGE = "en_US: en" 3. log out of the system, log on again and OK Note: There is a temporary change method: Use the command export LANG = "en_US.UTF-8" and export LANGUAGE = "en_US: en"