centos7買來以後一般都是空白的,很多東西需要安裝不廢話,直接來安裝:
1、先把windows下的字型檔案拷貝到usr/share/fonts/win資料夾下面,然後用命令:
修改字型全新:
修改字型檔案的許可權,使root使用者以外的使用者也可以使用chmod 755 *
[root@iz250234rf8z truetype]# mkfontscale[root@iz250234rf8z truetype]# mkfontdir
[root@iz250234rf8z truetype]# fc-cache -fv
如果找不到命令mkfontscale則要安裝,yum install mkfontscale (fc命令也是一樣的執行: yum install fontconfig )
如果安裝時出現could not resolve host: mirrors.cloud.aliyuncs.com; name or service not known"trying other mirror.,出現類似的錯誤,則很有可能是dns解析的問題:可以在vi /etc/resolv.conf配置兩個dns:
nameserver 8.8.8.8 ##google網域名稱 伺服器nameserver 8.8.4.4 ##谷歌網域名稱伺服器
然後service network restart 重啟
繼續安裝命令安裝完:檢視字型fc-list檢視所有字型
重啟機器,如果不生效最好也重啟下應用reboot;如果還不行再執行以下內容:
#yum groupinstall chinese-support
console終端也必須設定為utf8編碼
1、console終端亂碼
在/etc/profile檔案的最後一行新增如下內容:
export lc_all="zh_cn.utf8"
centos7安裝中文字型
安裝後修改配置 安裝fontconfig字型庫 yum y install fontconfig 安裝ttmkfdir工具 yum y install ttmkfdir 準備安裝檔案 fontconfig fontconfig 2.13.0 4.3.el7.x86 64.rpm ttmkfdir t...
CentOS 7 中文字型安裝
echo lang en us.utf 8 locale lang en us.utf 8 lc ctype en us.utf 8 lc numeric en us.utf 8 lc time en us.utf 8 lc collate en us.utf 8 lc monetary en us...
CentOS7安裝中文字
1.在這之前我們還需要新建目錄,首先在 usr shared fonts目錄下新建乙個目錄chinese cd usr shared fonts mkdir chinese 2.將 windows的字型 從 c windows fonts 找到需要匯入的 ttf 或者.ttc格式 通過 winscp...