###HTTP方式 安装步骤 系统:CentOS 7.6 yum install -y httpd vi /etc/httpd/conf/httpd.conf Options FollowSymLinks AllowOverride None Order deny,allow allow from ...
分类:
其他好文 时间:
2020-10-22 22:43:57
阅读次数:
24
1,打开网址下载mysql yum源 https://dev.mysql.com/downloads/repo/yum/ 根据linux版本选择不同的rpm包 ,我的是centos7.5,所以我选择第二个 2,点击下载 点击获得地址 二、下载和安装mysql源,wget 加上刚刚复制的地址 如果显示 ...
分类:
数据库 时间:
2020-10-19 22:49:58
阅读次数:
37
系统环境准备 开发组件与依赖库安装 安装centos时选择Server with GUI,右面的可以不勾选,后面统一来装 配置本地yum源 以上包如果缺乏可配置本地yum源进行安装 sudo mount /dev/cdrom /mnt/ [galen@localhost yum.repos.d]$ ...
分类:
数据库 时间:
2020-10-10 17:07:53
阅读次数:
33
登录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