1. 添加jenkins库(找个合适的地方 mkdir jenkins) wget https://mirrors.tuna.tsinghua.edu.cn/jenkins/redhat-stable/jenkins-2.249.3-1.1.noarch.rpm 2.安装 sudo yum inst ...
分类:
其他好文 时间:
2021-04-20 14:19:03
阅读次数:
0
这里我们以禁止美国地址段为例,可以根据自己的需要将us.zone改为相应国家缩写 #/bin/bash wget -O /tmp/us.zone http://www.ipdeny.com/ipblocks/data/countries/us.zone for ip in `cat /tmp/us. ...
分类:
系统相关 时间:
2021-04-19 15:10:27
阅读次数:
0
设置仓库 更新 apt 包索引。 $ sudo apt-get update 安装 apt 依赖包,用于通过HTTPS来获取仓库: $ sudo apt-get install \ apt-transport-https \ ca-certificates \ curl \ gnupg-agent ...
分类:
系统相关 时间:
2021-04-16 11:59:52
阅读次数:
0
版本:3.7.0 节点IP: 172.50.13.103 172.50.13.104 172.50.13.105 获取安装包: wget http://mirrors.ustc.edu.cn/apache/zookeeper/zookeeper-3.7.0/apache-zookeeper-3.7. ...
分类:
其他好文 时间:
2021-04-16 11:58:39
阅读次数:
0
检查是否安装,如果安装则卸载 rpm -qa|grep mysql rpm -e --nodeps 下载rpm包仓库 wget https://repo.mysql.com/mysql80-community-release-el8-1.noarch.rpm rpm -ivh mysql80-com ...
分类:
数据库 时间:
2021-04-16 11:42:26
阅读次数:
0
1:首先,打开官网 <http://jmeter.apache.org/download_jmeter.cgi> 2:点击下载最新的安装包,apache-jmeter-5.1.1.tgz, 3:双击解压该压缩包,或者直接使用命令行 tar -zxvf apache-jmeter-5.1.1.tgz ...
分类:
系统相关 时间:
2021-04-15 12:36:01
阅读次数:
0
解决Gitlab的The remote end hung up unexpectedly错误 解决RPC failed; HTTP 413 curl 22 The requested URL returned error: 413 Request Entity Too Large问题 解决办法1: ...
分类:
Web程序 时间:
2021-04-15 12:34:26
阅读次数:
0
下载安装包:wget https://cdn.mysql.com//Downloads/MySQL-5.7/mysql-5.7.28-linux-glibc2.12-x86_64.tar.gz(1)首先卸载mariadb,不然后面会和安装mysql需要的库冲突: [root@localhost ~] ...
分类:
数据库 时间:
2021-04-15 12:11:33
阅读次数:
0
主要测试了各方式clone的情况: 1. 安装gitlab,配置ip:port。 常规步骤: yum install -y curl policycoreutils-python openssh-server wget https://mirrors.tuna.tsinghua.edu.cn/git ...
分类:
其他好文 时间:
2021-04-15 12:08:39
阅读次数:
0
MeterSphere 一站安装部署 环境要求 操作系统: CentOS 7.x CPU/内存: 4核8G 磁盘空间: 50G 可访问互联网 1)一键安装 以 root 用户执行如下命令一键安装 MeterSphere: curl -sSL https://github.com/meterspher ...
分类:
其他好文 时间:
2021-04-14 11:56:25
阅读次数:
0