Linux CentOS 7 中ssh界面乱码

Linux CentOS 7 中ssh界面乱码

大家好,又见面了,我是你们的朋友全栈君。

For the time being, my computer cannot input Chinese character. So I came up with this blog in English instead. I tried to enable Chinese in my installation of Linux CentOS 7, however, I found that my ssh always shows a messy of characters, not Chinese. After painstaking searches I find out the trick.
Linux CentOS 7设置语言已经不再使用/etc/sysconfig/i18n,而是/etc/locale.conf。

# vi /etc/locale.conf

LANG="zh_CN.GB18030"  
LANGUAGE="zh_CN.GB18030:zh_CN.GB2312:zh_CN"  
SUPPORTED="zh_CN.GB18030:zh_CN:zh:en_US.UTF-8:en_US:en"  
SYSFONT="lat0-sun16" 

//After saving the file and run:
# source /etc/locale.conf

If you’re running CentOS 6 or the equivalent, you will have to modify a file located in /etc/sysconfig/i18n.

重启系统之后,你会发现,Shell终端里也全部用中文显示。显然,这是不可以的。要不你试试:

# yum grouplist

显示出来的中文,你还可以拷贝中文结果,用来groupinstall吗?所以,要单独为shell处理一下。

# /root/.ssh/profile  //这里只管为root用户处理,其他用户不管,文件里只有一句:
export LANG=en_US.utf8

 

转载于:https://my.oschina.net/u/589241/blog/1845519

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请联系我们举报,一经查实,本站将立刻删除。

发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/107424.html原文链接:https://javaforall.net

(0)
全栈程序员-站长的头像全栈程序员-站长


相关推荐

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

关注全栈程序员社区公众号