Nginx: 1.安装nginx yum源 rpm -Uvh http://nginx.org/packages/centos/7/noarch/RPMS/nginx-release-centos-7-0.el7.ngx.noarch.rpm 2.yum install nginx -y 3.mv ...
分类:
其他好文 时间:
2020-02-12 00:24:02
阅读次数:
74
源地址:Centos 7 YUM源:http://www.elrepo.org/elrepo-release-7.0-2.el7.elrepo.noarch.rpm 用wget 把源文件下载下来。 wget http://www.elrepo.org/elrepo-release-7.0-2.el7 ...
分类:
系统相关 时间:
2020-02-09 22:03:02
阅读次数:
89
1、替换YUM源yum -y install epel-release rpm -Uvh https://mirror.webtatic.com/yum/el7/webtatic-release.rpm 2、php7.2安装yum -y install php72w 3、安装扩展yum -y ins ...
分类:
Web程序 时间:
2020-02-07 16:41:31
阅读次数:
129
一:本地和外网源配置方法 二:外网YUM源的地址 一: ① 本地源配置方法:以光盘里rpm举例(这里使用虚拟机演示) 1、挂载一个iso的镜像 (操作参考https://blog.csdn.net/qq_36119192/article/details/82222175) 把光盘挂载到一个目录里,然 ...
分类:
系统相关 时间:
2020-02-05 16:15:38
阅读次数:
96
Galera能够实现MySQL/MariaDB数据库的主主复制和多主复制等模式,这些复制模式都是同步进行的,同步时间非常短。 每一个节点都可以同时写入和读取,当某一节点发生故障时,可自动从集群中自动剔除。 HAProxy能提供负载均衡和故障判断等功能解决服务器系统存在的单点故障。 Keepalive ...
分类:
数据库 时间:
2020-02-01 19:39:48
阅读次数:
97
Jenkins 安装 准备前提: 1、注:提前安装好 jdk1.8 2、进入官网下载包、官网: https://jenkins.io/zh/ 3、使用版本jenkins-2.176.3 安装: # 下载yum源 sudo wget -O /etc/yum.repos.d/jenkins.repo h ...
分类:
其他好文 时间:
2020-01-31 12:42:50
阅读次数:
71
我们在使用Red Hat系列与CentOS系列的Linux系统时经常要配置yum源,本文档提出一个快速配置yum源的方法,就是用shell脚本来实现。 首先确保系统已挂载好镜像文件,然后执行vim rhel7.repo.sh命令,这个命令是创建一个脚本。 在打开的文件中添加以下内 [root@lin ...
分类:
系统相关 时间:
2020-01-30 20:59:56
阅读次数:
116
1.备份原来的源 sudo mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.bk 2.下载阿里的源 cd /etc/yum.repos.d sudo wget -nc http://mirrors.aliy ...
分类:
系统相关 时间:
2020-01-30 19:02:10
阅读次数:
87
以安装MySQL 5.x版本为例,操作系统版本为 CentOS Linux release 7.7.1908 (Core)。 一、检查yum源中是否已经有mysql-server, # 命令行执行 yum update rpm -qa | grep mysql # 命令行显示 mysql-commu ...
分类:
数据库 时间:
2020-01-30 09:44:08
阅读次数:
84
Linux CentOS7.x安装docker全过程
分类:
系统相关 时间:
2020-01-29 23:23:21
阅读次数:
215