2024年3月14日
摘要: CentOS-7部署PHP-7.4 使用CentOS-7-x86_64-Minimal-2009.iso安装 一、常用操作 1:关闭防火墙 service firewalld stop systemctl disable firewalld 2:启用登录密钥 mkdir -p ~/.ssh&&ech 阅读全文
posted @ 2024-03-14 21:19 项希盛 阅读(349) 评论(0) 推荐(0)
摘要: CentOS-9部署PHP系统 使用centos-9-stream-default_20221109_amd64.tar.xz模板安装LXC 一、SSH服务器和常用工具 1:安装ssh服务器 dnf update dnf install openssh-server dnf install tar 阅读全文
posted @ 2024-03-14 16:25 项希盛 阅读(386) 评论(0) 推荐(0)