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