#新建url文件,以名filelist.txt为例 vim filelist.txt #把文件下载地址url填进去 #执行命令下载 wget -bc -i filelist.txt #选项说明 -b, --background 启动后转入后台。 -c, --continue 继续下载部分下载的文件。 ...
分类:
Web程序 时间:
2021-04-24 13:11:34
阅读次数:
0
Mongdb mongdb入门 mongdb安装 linux下安装mangdb wget https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-rhel62-3.2.10.tgz 下载完成后解压 tar zxvf mongodb-linux-x8 ...
分类:
数据库 时间:
2021-04-24 11:58:27
阅读次数:
0
Prometheus部署: 安装 go 语言环境 由于Prometheus是用golang开发的,所以首先安装一个go环境,Go语言是跨平台,支持Windows、Linux、Mac OS X等系统,还提供有源码,可编译安装 二进制包下载地址 wget https://dl.google.com/go ...
分类:
其他好文 时间:
2021-04-23 11:51:38
阅读次数:
0
git clone https://gitee.com/GreatSQL/GreatSQL.gitwget https://gitee.com/GreatSQL/GreatSQL/repository/archive/master.ziphttps://gitee.com/GreatSQL/Grea ...
分类:
数据库 时间:
2021-04-21 12:01:14
阅读次数:
0
wget http://download.savannah.gnu.org/releases/freetype/freetype-2.10.0.tar.bz2 tar -xf freetype-2.10.0.tar.bz2 cd freetype-2.10.0 ./configure --prefi ...
分类:
系统相关 时间:
2021-04-20 14:36:46
阅读次数:
0
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
版本: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
下载安装包: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