CentOS8 中文支持

简介: CentOS8 中文支持

ssh 进入到 CentOS 8 系统时, 如果发现中文乱码, 说明系统还不支持中文显示, 首先要安装相关的中文支持库, 然后配置一下 etc 目录下的系统默认字符集, 使其生效就可以咯~

dnf install glibc-langpack-zh.x86_64  #安装中文支持
echo LANG=zh_CN.UTF-8 > /etc/locale.conf #修改系统的字符集
source /etc/locale.conf #使立即生效


如果有之前修改的文件存在一部分中文,未使用utf-8编码,导致中文处为乱码的情况。这时使用 Vim 删除乱码并重新输入原有的中文,最后保存时会出现


no write since last change


无法保存,解决方法是保存时指定编码方式:

:w ++enc=utf-8




目录
相关文章
|
Linux Docker 容器
Centos 7 下安装kibana,ik中文分词器以及ElasticSearch集群教程(二)
Centos 7 下安装kibana,ik中文分词器以及ElasticSearch集群教程
252 0
 Centos 7 下安装kibana,ik中文分词器以及ElasticSearch集群教程(二)
|
自然语言处理 搜索推荐 Java
Centos 7 下安装kibana,ik中文分词器以及ElasticSearch集群教程(一)
Centos 7 下安装kibana,ik中文分词器以及ElasticSearch集群教程
438 0
Centos 7 下安装kibana,ik中文分词器以及ElasticSearch集群教程(一)
centos7中如何设置成中文显示
centos7中如何设置成中文显示
centos7中如何设置成中文显示
|
安全 Shell Linux
|
Linux Perl
linux centos 被攻击乱码 将字符编码设置为中文
linux centos mysql 漏洞导致centos 被执行恶意命令
231 0
|
Linux
CentOS上如何配置中文man(cman命令)
CentOS上如何配置中文man(cman命令)
453 0
CentOS上如何配置中文man(cman命令)
|
域名解析 弹性计算 安全
在 CentOS 8 中安装中文支持
本文主要为大家讲述如何在 CentOS 8系统中安装中文支持。
5091 0
在 CentOS 8 中安装中文支持