Fork me on GitHub

随笔分类 -  Linux

linux
摘要:开启和关闭防火墙命令如下: 查看防火状态 systemctl status firewalld 2:暂时关闭防火墙 systemctl stop firewalld 3:永久关闭防火墙 systemctl disable firewalld systemctl stop firewalld.serv 阅读全文
posted @ 2024-05-25 22:19 我是来揍你的 阅读(3205) 评论(0) 推荐(0)
摘要:按顺序执行命令 yum install libgdiplus-devel -y 安装字体库: yum -y install fontconfig 安装成功后可在 /usr/share 目录下看到 fonts和 fontconfig 目录 添加中文字体到字体库中 在window下,C:Windowsl 阅读全文
posted @ 2024-02-07 14:58 我是来揍你的 阅读(197) 评论(0) 推荐(0)