首页 > 其他 > 详细

redhat6.5 配置使用中文

时间:2015-04-17 15:53:49      阅读:97      评论:0      收藏:0      [点我收藏+]

[root@localhost ~]# echo $LANG

[root@localhost ~]# yum grouplist chinese-support

[root@localhost ~]# yum groupinstall chinese-support

[root@localhost ~]# vi /etc/sysconfig/i18n

#LANG="en_US.UTF-8"

LANG="zh_CN.UTF-8"

SYSFONT="latarcyrheb-sun16"

[root@localhost ~]# shutdown -r now


redhat6.5 配置使用中文

原文:http://342440697.blog.51cto.com/9179243/1633858

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!