就只要安裝中文語系包並且調一下設定值就可以了~
可惜我拿到VM連YUM都沒有很好用~
所以必須先把YUM Server設定好~
1.設定yum server,大家常用的就是義守大學的伺服器
(檔名自取,我是新增一個名為 cnetos.repo的檔案)
[training@elephant ~]$ sudo vi /etc/yum.repos.d/centos.repo ---------content--------------------------------------- [base] name=CentOS 6.3 - Base baseurl=http://ftp.isu.edu.tw/pub/Linux/CentOS/6.6/os/x86_64 enabled=1 gpgcheck=1 gpgkey=http://ftp.isu.edu.tw/pub/Linux/CentOS/RPM-GPG-KEY-CentOS-6 [updates] name=CentOS 6.3 - Updates baseurl=http://ftp.isu.edu.tw/pub/Linux/CentOS/6.6/updates/x86_64 enabled=1 gpgcheck=1 gpgkey=http://ftp.isu.edu.tw/pub/Linux/CentOS/RPM-GPG-KEY-CentOS-6至於為什麼要用6.6因為實際上的路徑就是那邊~
所以必須直接點進去看看喔~^^
[training@elephant ~]$ sudo yum groupinstall "Chinese Support" -y
3.修改設定檔(據說如果沒有i18n這個檔案就自己新增??!!!)
[training@elephant ~]$ sudo vi /etc/sysconfig/i18n -----------------content--------------------------- #LANG="en_US.UTF-8" LANG="zh_CN.UTF-8" SUPPORTED= "zh_CN.UTF-8:zh_CN:zh:en_US.UTF-8:en_US:en:ja_JP.UTF-8:ja_JP:zh" SYSFONT="latarcyrheb-sun16"4.重開機~~~~~~~~~~~~就可以了喔!