2023年12月24日

CentOS7安装cmake3

摘要: https://blog.csdn.net/redfoxtao/article/details/130518576 阅读全文

posted @ 2023-12-24 18:14 建安永乐 阅读(144) 评论(0) 推荐(0) 编辑

centos防火墙常用命令

摘要: systemctl start firewalld;#启动 systemctl stop firewalld;#停止 systemctl status firewalld;#查看状态 systemctl disable firewalld;#开机禁用 systemctl enable firewal 阅读全文

posted @ 2023-12-24 14:22 建安永乐 阅读(28) 评论(0) 推荐(0) 编辑

centos7编译安装php8

摘要: 参考:https://blog.csdn.net/zzz1502/article/details/120157436 首先安装需要的依赖和第三方库 # yum install -y --setopt=protected_multilib=false gcGc gcc-c++ make cmake a 阅读全文

posted @ 2023-12-24 14:17 建安永乐 阅读(533) 评论(0) 推荐(0) 编辑

centos7安装nginx

摘要: 首先安装nginx所需要的第三方库和编译工具 # yum install -y gcc gcc-c++ autoconf automake make # yum install zlib zlib-devel openssl openssl-devel pcre pcre-devel wget ht 阅读全文

posted @ 2023-12-24 11:50 建安永乐 阅读(122) 评论(0) 推荐(0) 编辑

导航