环境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
背景 安装了Fedora 32,但是对发行版自带的内核不太满意,因为我想将vfio-pci驱动编译到内核里面(builtin),而不是以module的方式加载。 然后就从 https://mirrors.aliyun.com/fedora/releases/32/Everything/source/ ...
分类:
其他好文 时间:
2020-09-24 00:00:14
阅读次数:
42
搭建Mirror站点的工具有很多,但从根源上讲,他们都使用了rsync作为远程同步的工具和手段,因此可称这一类镜像工具为rsync镜像工具。在诸多rsync镜像工具,使用和配置的便捷性当属清华大学开放出的tunasync工具,当然它也是一个Golang开发而成的rsync镜像工具。之所以会展示这篇操作文档,是因为今天有个我去年带过的学生需要在隔离环境中搭建一个对阿里云CentOS站点进行镜像的站点
分类:
其他好文 时间:
2020-09-23 23:33:55
阅读次数:
38
1,首先在官网下载Linux系统的jdk到本地 Oracle JDK15下载地址:https://www.oracle.com/java/technologies/javase-jdk15-downloads.html 如果下载deb或者rpm包,则下面步骤的2、3、4可以忽略,安装完毕后查找JDK ...
分类:
系统相关 时间:
2020-09-18 17:10:44
阅读次数:
67
docker环境搭建 1.数据源准备 curl -fsSL get.docker.com -o get-docker.sh 2.docker CE 下载及安装 下载:sh get-docker.sh --mirror Aliyun 刷新:systemctl daemon-reload 启动:syst ...
分类:
其他好文 时间:
2020-09-18 00:16:28
阅读次数:
38
引用 http://jianshu.com 1.备份 sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak 2.修改 sudo gedit /etc/apt/sources.list 3.替换内容 阿里云源 deb http://mirror ...
分类:
系统相关 时间:
2020-09-17 22:56:00
阅读次数:
41
ansible运行报错:CryptographyDeprecationWarning,本文旨在解决该问题。
分类:
其他好文 时间:
2020-09-17 22:44:47
阅读次数:
58
1. 下载grafana安装包 wget https://mirrors.huaweicloud.com/grafana/7.1.5/grafana-7.1.5-1.x86_64.rpm 2. 安装 rpm -Uvh grafana-7.1.5-1.x86_64.rpm 3. 设置开机启动并启动 / ...
分类:
其他好文 时间:
2020-09-17 21:24:39
阅读次数:
25
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