1. 创建目录/usr/share/fonts/chinese@H_403_4@
2. 复制 “*.ttf” 到/usr/share/fonts/chinese@H_403_4@
3. 创建索引(fonts.scale和fonts.dir)
/usr/share/fonts/chinese # mkfontdir@H_403_4@
/usr/share/fonts/chinese # mkfontscale@H_403_4@
5. 刷新字体缓存:fc-cache@H_403_4@
6.查看字体:fc-list@H_403_4@
#开放端口:8080(已开启不需要执行)
/sbin/iptables -I INPUT -p tcp --dport 8080 -j ACCEPT@H_403_4@
/sbin/iptables -I OUTPUT -p tcp --dport 8080 -j DROP@H_403_4@