05 2022 档案

摘要:nginx 安装 yum install -y epel-release yum install nginx -y systemctl start nginx systemctl enable nginx /etc/nginx/nginx.conf 在http节点下面添加 map 并注释掉 默认监听 阅读全文
posted @ 2022-05-31 01:32 小谭行天下 阅读(236) 评论(0) 推荐(0)
摘要:# yum install epel-release # yum install -y supervisor # systemctl enable supervisord # 开机自启动 # systemctl start supervisord # 启动supervisord服务 将supervi 阅读全文
posted @ 2022-05-30 18:42 小谭行天下 阅读(498) 评论(0) 推荐(0)
摘要:yum 默认安装的是很老的 redis,新版 redis 增加了很多新功能,需要手动指定 yum 源才能安装最新版 redis 首先,卸载旧版本 redis $ sudo yum -y remove redis Bash 更新 yum $ sudo yum -y update Bash 添加 yum 阅读全文
posted @ 2022-05-30 03:01 小谭行天下 阅读(5970) 评论(0) 推荐(0)
摘要:Installing MariaDB Server 10.4 To deploy MariaDB Community Server 10.4 on RHEL 7 or CentOS 7, first download and use the mariadb_repo_setup script to 阅读全文
posted @ 2022-05-30 02:26 小谭行天下 阅读(358) 评论(0) 推荐(0)