摘要:
安装Git #使用dnf工具: dnf install git-all #查看Git版本 git --version 提示:git version 2.27.0 安装Composer 说明:是 PHP 用来管理依赖(dependency)关系的工具。你可以在自己的项目中声明所依赖的外部工具库(lib 阅读全文
摘要:
一、临时关闭防火墙 #查看防火墙状态 systemctl status firewalld 如果Active后面是 inactive 表示已经是关闭状态了 #开启状态下临时关闭防火墙 systemctl stop firewalld #永久关闭防火墙 systemctl disable firewa 阅读全文