CentOS 安装中文语言包
December 9th, 2010 11:31 PM 1 Comments Filed under: 【Linux学习记录】 Feed for this Entry
之前介绍的在VPS安装xfce桌面和vncserver,连接上去之后是英文的,要显示中文的话,还得安装CentOS的中文语言包,百度找到了几种方法,其中通过yum方式安装的最简单快速:
yum groupinstall "Chinese Support"
装完中文语言包之后,它不会自己变成中文,得修改文件/etc/sysconfing/i18n,用WINSCP把里面的内容改成如下:
LANG="zh_CN.utf8"
SYSFONT="latarcyrheb-sun16"
然后再重启一下vncserver,连接上去显示的就是中文了.
service vncserver restart
TAGS: CentOS Chinese-Support
One Comment
September 30th, 2011 at 11:37 am
共同分享
Leave a comment