1.yum模块 1)语法帮助 [root@m01 ~]# ansible-doc yum EXAMPLES: - name: install the latest version of Apache yum: name: httpd state: latest name: httpd #服务的名字 ...
分类:
其他好文 时间:
2020-10-07 21:26:48
阅读次数:
31
背景 安装了Fedora 32,但是对发行版自带的内核不太满意,因为我想将vfio-pci驱动编译到内核里面(builtin),而不是以module的方式加载。 然后就从 https://mirrors.aliyun.com/fedora/releases/32/Everything/source/ ...
分类:
其他好文 时间:
2020-09-24 00:00:14
阅读次数:
42
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
在线安装第一步:验证环境? 验证端口是否被占用第二步:在中控机上安装tiup组件1、执行如下命令安装 TiUP 工具:curl --proto '=https' --tlsv1.2 -sSf https://tiup-mirrors.pingcap.com/install.sh | sh2、按如下步... ...
分类:
数据库 时间:
2020-09-17 20:53:30
阅读次数:
77
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
搭建gitlab清华的软件库下载:https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el7/安装依赖软件yum-yinstallpolicycoreutilsopenssh-serveropenssh-clientspostfix2.设置postfix开机自启,并启动,postfix支持gitlab发信功能systemctlenablepostf
分类:
其他好文 时间:
2020-09-17 18:00:29
阅读次数:
29
搭建gitlab清华的软件库下载:https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el7/安装依赖软件yum-yinstallpolicycoreutilsopenssh-serveropenssh-clientspostfix2.设置postfix开机自启,并启动,postfix支持gitlab发信功能systemctlenablepostf
分类:
其他好文 时间:
2020-09-17 17:19:09
阅读次数:
22
将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
1.nodejs 安装国内下载 wget https://npm.taobao.org/mirrors/node/v10.1.0/node-v10.1.0-linux-x64.tar.gz 2.配置nodejs 环境变量 echo "PATH=$PATH:/usr/local/nodejs/node ...
分类:
移动开发 时间:
2020-09-11 15:56:47
阅读次数:
52
title: windows安装mysql windows安装mysql 1.下载mysql mysql国内镜像链接:http://mirrors.sohu.com/mysql/MySQL-8.0/ ` 2.安装mysql 下载完成,双击msi 选择你要安装的路径: 3.配置环境变量 在安装Mysq ...
分类:
数据库 时间:
2020-09-11 14:25:55
阅读次数:
58