什么是nginx? Nginx是一款轻量级的Web 服务器/反向代理服务器及电子邮件(IMAP/POP3)代理服务器,在BSD-like 协议下发行。其特点是占有内存少,并发能力强,事实上nginx的并发能力在同类型的网页服务器中表现较好 nginx安装 1、手动安装 #安装 nginx $ yum ...
分类:
其他好文 时间:
2021-01-25 11:18:02
阅读次数:
0
环境 virtual box 6.1 centos 7.8 docker 19.03 kubernetes 1.20.2 安装必备软件 添加 Kubernetes 仓库 cat <<EOF > /etc/yum.repos.d/kubernetes.repo [kubernetes] name=Ku ...
分类:
Web程序 时间:
2021-01-22 12:21:59
阅读次数:
0
1.运行Node.js安装程序脚本 下载并执行脚本: 1 2 3 $ sudo yum -y install curl $ curl -sL https://rpm.nodesource.com/setup_14.x | sudo bash - 2.在CentOS 8/7、RHEL 8/7系统上安装 ...
分类:
Web程序 时间:
2021-01-22 12:00:16
阅读次数:
0
MySQL的介绍和安装 MySQL 分支 Oracle Percona Mariadb RDS TX MySQL 企业版本选择 5.7 : 5.7.28+ 8.0 : 8.0.18+ GA 6-12月版本,GA15-20版本以上的. 下载路径 https://downloads.mysql.com/ ...
分类:
数据库 时间:
2021-01-22 11:42:50
阅读次数:
0
检查build-essential安装 sudo apt-get install build-essential 1 安装yum sudo apt-get install yum 1 检查yum是否安装成功 yum ...
分类:
其他好文 时间:
2021-01-22 11:39:27
阅读次数:
0
下载mysql8.0rpm安装包 wget https://dev.mysql.com/get/mysql80-community-release-el7-1.noarch.rpm 安装yum repo文件 rpm -ivh mysql80-community-release-el7-11.noar ...
分类:
数据库 时间:
2021-01-21 10:51:08
阅读次数:
0
参考网页 https://blog.csdn.net/xiaojin21cen/article/details/84726193 (1)、首先备份 CentOS-Base.repo mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentO ...
分类:
其他好文 时间:
2021-01-19 12:28:46
阅读次数:
0
Ansible 常用模块 参考地址: https://docs.ansible.com/ansible/latest/modules/modules_by_category.html ping command and shell # 注意区别和相同 # command 不能识别变量以及引号内容 ro ...
分类:
系统相关 时间:
2021-01-19 12:09:17
阅读次数:
0
安装mysql 使用rpm包安装 yum remove mariadb-libs.x86_64 yum install perl rpm -ivh mysql-community-common-5.7.31-1.el7.x86_64.rpm rpm -ivh mysql-community-libs ...
分类:
数据库 时间:
2021-01-19 11:40:29
阅读次数:
0
1.确认下面内容(管理员权限) yum install gcc yum install pcre pcre-devel yum install zlib zlib-devel yum install openssl openssl-devel 2.下载Nginx,选择稳定版(Stable) 目录:/ ...
分类:
其他好文 时间:
2021-01-18 11:28:16
阅读次数:
0