Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to modify system Code in Linux system

2025-03-31 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly introduces the Linux system how to modify the system code, has a certain reference value, interested friends can refer to, I hope you can learn a lot after reading this article, the following let the editor take you to understand it.

The default encoding of Windows is GBK,Linux, and the default encoding is UTF-8. The Chinese edited under Windows is displayed as garbled under Linux, and the default encoding of Linux is zh_CN.UTF-8.

] # locale .UTF-8 LC_CTYPE= "en_US.UTF-8" LC_NUMERIC=en_US.utf8 LC_TIME=en_US.utf8 LC_COLLATE= "en_US.UTF-8" LC_MONETARY=en_US.utf8 LC_MESSAGES= "en_US.UTF-8" LC_PAPER=en_US.utf8 LC_NAME= "en_US.UTF-8" LC_ADDRESS= "en_US.UTF-8" LC_TELEPHONE= "en_US.UTF-8" LC_MEASUREMENT=en_US.utf8 LC_IDENTIFICATION= "en_US.UTF-8" LC_ALL= then modify / etc/locale.conf If changed to Chinese code: centos7

# cat / etc/locale.conf # LANG=en_US.UTF-8 .GB18030 LC_NUMERIC=en_US.utf8 LC_TIME=en_US.utf8 LC_MONETARY=en_US.utf8 LC_PAPER=en_US.utf8 LC_MEASUREMENT=en_US.utf8source to make it effective:

# locale .UTF-8 LC_CTYPE= "en_US.UTF-8" LC_NUMERIC=en_US.utf8 LC_TIME=en_US.utf8 LC_COLLATE= "en_US.UTF-8" LC_MONETARY=en_US.utf8 LC_MESSAGES= "en_US.UTF-8" LC_PAPER=en_US.utf8 LC_NAME= "en_US.UTF-8" LC_ADDRESS= "en_US.UTF-8" LC_TELEPHONE= "en_US.UTF-8" LC_MEASUREMENT=en_US.utf8 LC _ IDENTIFICATION= "en_US.UTF-8" LC_ALL= # source / etc/locale.conf # locale .GB18030 LC_CTYPE= "zh_CN.GB18030" LC_NUMERIC=en_US.utf8 LC_TIME=en_US.utf8 LC_COLLATE= "zh_CN.GB18030" LC_MONETARY=en_US.utf8 LC_MESSAGES= "zh_CN.GB18030" LC_PAPER=en_US.utf8 LC_NAME= "zh_CN.GB18030" LC_ADDRESS= "zh_CN.GB18030" LC_TELEPHONE= "zh_CN GB18030 "LC_MEASUREMENT=en_US.utf8 LC_IDENTIFICATION=" zh_CN.GB18030 "LC_ALL= Thank you for reading this article carefully I hope the article "how to modify the system Code of Linux system" shared by the editor will be helpful to everyone. At the same time, I also hope that you will support and pay attention to the industry information channel. More related knowledge is waiting for you to learn!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report