illustrate When you install the system yourself, you can usually customize the system language. However, cloud servers are usually pre-installed images with English as the default system language, which may be difficult for beginners to understand. Here I will briefly talk about how to change the system language of centos7 to Chinese. Modify centos7 system language View the current language pack locale View the language packs that the system has locale -a (zh_CN.UTF-8 is Simplified Chinese. If there is no zh_CN.UTF-8, install the language pack. If it exists, you can set it directly) Install the Simplified Chinese language pack yum install kde-l10n-Chinese Set to Chinese Temporary modification, the previous settings will be restored after restarting the server LANG="zh_CN.UTF-8" #Change to Chinese LANG="en_US.UTF-8" #Change to English To make permanent changes, you need to write the configuration into the file Method 1 vi /etc/locale.conf ##Add the following content to the first line, set Chinese LANG=zh_CN.UTF8 Method 2 localectl set-locale LANG=zh_CN.UTF8 other Change the time zone to Shanghai, Asia ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime When checking IP, yum install net-tools ##This is usually not installed This is the end of this article about how to change the system language of centos7 to simplified Chinese. For more related centos7 simplified Chinese content, please search for previous articles on 123WORDPRESS.COM or continue to browse the related articles below. I hope everyone will support 123WORDPRESS.COM in the future! You may also be interested in:
|
<<: Example of how to achieve ceiling effect using WeChat applet
>>: Resolving MySQL implicit conversion issues
In order to improve user experience and ease of us...
I have recently been following the CSS Animation ...
Table of contents 1. MySQL master-slave replicati...
After installing Jenkins, the initial download of...
Table of contents 1. Array deconstruction 2. Obje...
Recently, due to work needs, I need to format num...
This article shares the specific code of Vue to a...
Let me first introduce to you that the node proce...
Table of contents 1. Change the 2375 port of Dock...
Table of contents 1. Brief description 2. Steps t...
a : Indicates the starting or destination positio...
When the scroll bar is pulled down, the floating ...
Table of contents 1. Mutex 1. Initialization of m...
MySQL 5.7.8 and later began to support a native J...
Phenomenon When using Apache Spark 2.x, you may e...