小城子
这个人很懒,什么都没有留下Firewall 相关命令
暂时只会用得的到这些了,记一个小笔记启动相关关闭防火墙systemctl stop firewalld.service开启防火墙systemctl start firewalld.service...
搭建 LNMP 环境
安装安装nginx、mysql、phpyum install nginx mariadb mariadb-server php php-fpm php-mysql配置打开nginx的配置文件vi...
安装 MySQL 数据库
操作系统:CentOS 7.6 64位MySQL版本:5.6.14安装安装编译环境yum -y install make gcc-c++ cmake bison-devel ncurses-de...
Nginx 安装 & 配置
操作系统:CentOS 7.6 64位Nginx版本:1.16.1安装安装编译环境yum -y install gcc zlib zlib-devel pcre-devel openssl op...