一、檢視當前系統語言環境
1、檢視當前系統語言:命令,echo $lang
2、檢視當前語言環境的所有環境變數:命令,locale -a
3、檢視當前系統是否有中文字型:命令,fc-list
[root@localhost share]# fc-list
-bash: fc-list: command not found
[root@localhost share]#
如果提示命令不存在,說明不僅沒有中文字型,連字型庫都沒有。這種情況下,在/usr/share下,無fonts和fontconfig目錄。
接下來就要安裝字型庫和字型。
二、安裝字型庫
執行以下命令
yum -y install fontconfig //安裝字型庫,使用類似fontconfig-2.13.0-4.3.el7.x86_64安裝包
yum -y groupinstall "fonts" //安裝字型庫
Centos7 x 安裝中文字型庫
接到開發的需求,由於合同部分需要用到宋體來生成檔案,伺服器需要安裝宋體字型。而應用伺服器用的作業系統的版本如下 cat etc redhat release centos linux release 7.5.1804 core 檢查支援哪些字型 fc list fc list grep sim 我們...
CentOS 7 X 安全手記
一 安裝雲鎖 1 報錯 2 關閉selinux vim etc selinux config 將 selinux enforcing 改 selinux disabled 3 重啟系統 reboot now 二 centos7相關的操作 1 防火牆 firewall cmd 1 禁止被ping 禁止...
CentOS7 X磁碟掛載
假設掛載點為 www 假設磁碟為 dev vdc 假設磁碟只有卷 dev vdc1 該方案可能會丟失磁碟所有資料,操作前請先備份 磁碟已格式化 用過的磁碟 磁碟立即掛載 mkdir www mount dev vdc1 www 啟用開機掛載 獲取磁碟id ll dev disk by path lr...