登录mysql网站下载yum源包列出rpm包中文件rpm-qplmysql57-community-release-el7-11.noarch.rpm安装mysqlyum源rpm包rpm-ivhmysql57-community-release-el7-11.noarch.rpm查看已经安装的mysql安装mysqlyum-yinstallmysql-clientmysql-server启动mys
分类:
数据库 时间:
2020-10-06 20:06:55
阅读次数:
20
环境192.168.1.81master1192.168.1.82master2Centos7.4下载yum安装包登录mysql网站下载yum源包列出rpm包中文件rpm-qplmysql57-community-release-el7-11.noarch.rpmrpm-ivhmysql57-community-release-el7-11.noarch.rpm安装MySQL查看已经安装的mysq
分类:
数据库 时间:
2020-10-06 20:03:37
阅读次数:
30
最近无意间发现Nginx官方提供了Yum源。因此写个文章记录下。 1、添加源 默认情况Centos7中无Nginx的源,最近发现Nginx官网提供了Centos的源地址。因此可以如下执行命令添加源: sudo rpm -Uvh http://nginx.org/packages/centos/7/n ...
分类:
其他好文 时间:
2020-10-05 21:46:19
阅读次数:
27
##1.自建yum仓库,分别为网络源和本地源。 备份yum源配置 [root@centos6 ~]#ll /etc/yum.repos.d/ total 28 -rw-r--r--. 1 root root 1991 Jun 26 2018 CentOS-Base.repo -rw-r--r--. ...
分类:
系统相关 时间:
2020-09-18 01:29:17
阅读次数:
41
1. 简介 kubernates version : v1.19.0 ###2. 搭建过程 ####2.1 设置yum源 vim /etc/yum.repos.d/kubernates.repo [kubernate] name=Kubernates Repository baseurl=http: ...
分类:
其他好文 时间:
2020-09-18 00:17:34
阅读次数:
31
Loaded plugins: fastestmirror, refresh-packagekit, securityLoading mirror speeds from cached hostfile * base: mirrors.aliyun.com * c6-media: * extras: ...
分类:
其他好文 时间:
2020-09-17 20:48:20
阅读次数:
33
将yum源设置为国内yum源,可以提升软件包安装和更新的速度,同时避免一些常见软件版本无法找到。国内源:可以使用wget获取或者直接下载。阿里云的yum源:Centos5:http://mirrors.aliyun.com/repo/Centos-5.repoCentos6:http://mirrors.aliyun.com/repo/Centos-6.repoCentos7:http://mir
分类:
其他好文 时间:
2020-09-17 13:10:21
阅读次数:
61
CentOS7系统配置国内yum源和epel源 源文章地址:https://www.cnblogs.com/renpingsheng/p/7845096.html 1.首先进入/etc/yum.repos.d/目录下,新建一个repo_bak目录,用于保存系统中原来的repo文件 [root@bog ...
分类:
其他好文 时间:
2020-09-14 19:10:52
阅读次数:
43
yum源:[root@jack7-1yum.repos.d]#catali*[aliBase]name=aliBasebaseurl=https://mirrors.aliyun.com/centos/$releasever/os/$basearch/enabled=1gpgcheck=1gpgkey=https://mirrors.aliyun.com/centos/$releasever/os
分类:
其他好文 时间:
2020-09-10 22:45:35
阅读次数:
36
环境:centos7--------客户端centos6--------客户端zabbix官网:https://www.zabbix.com/选择对应系统版本的yum源由于官方yum源比较慢而且有时候找不到包推荐使用:https://mirrors.tuna.tsinghua.edu.cn/zabbix/选择版本替换yum源baseurl即可centos6为例:[zabbix]name=Zabbi
分类:
其他好文 时间:
2020-09-07 18:52:22
阅读次数:
44