1.下载yum repo [root@hadoop002 ~]# wget https://dev.mysql.com/get/mysql57-community-release-el7-9.noarch.rpm 2.repo安装 [root@hadoop002 ~]# rpm -ivh mysql ...
分类:
数据库 时间:
2020-05-28 00:27:54
阅读次数:
93
第一步环境准备: jdk安装,用户用组新建 useradd -m hadoop passwd hadoop 修改密码 添加用户hadoop到hadoop用户组 wget https://downloads.apache.org/hadoop/common/hadoop-3.2.1/hadoop-3. ...
分类:
其他好文 时间:
2020-05-27 20:47:07
阅读次数:
90
yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh ...
分类:
其他好文 时间:
2020-05-27 18:55:58
阅读次数:
360
排版比较丑,但按照此步骤执行一定会搭建成功。 一、环境描述及准备 1.下载Elasticsearch包 curl -L -O https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.7.0-linux-x86_64.t ...
分类:
其他好文 时间:
2020-05-27 12:02:56
阅读次数:
76
【深入nodejs开发】一、将node项目结合nginx部署到Centos7服务器 一、安装nginx服务器环境 1、使用ssh工具连接服务器 2、安装宝塔面板,方便服务器管理 1 yum install -y wget && wget -O install.sh http://download.b ...
分类:
Web程序 时间:
2020-05-27 11:59:18
阅读次数:
84
1.官网下载链接:https://redis.io/download(我这里下载的比最新版低一个版本) 2.使用链接在命令行下载:wget http://download.redis.io/releases/redis-5.0.8.tar.gz 3.解压得到源码文件: tar xf redis-5. ...
分类:
系统相关 时间:
2020-05-27 01:11:51
阅读次数:
204
1、执行yum命令报404错误1)检查yum仓库是否配置正确,可以到阿里云下载repo配置文件。wget-O/etc/yum.repos.d/CentOS-Base.repohttp://mirrors.aliyun.com/repo/Centos-7.repo2)如果报错中包含$releasever变量,则执行rpm-qa|grepcentos-release确认centos-release是否
分类:
其他好文 时间:
2020-05-26 23:32:10
阅读次数:
178
1)先安装wget 执行命令 yum install -y wget[root@localhost ~]# yum install -y wget 2) 查询国内镜像源 打开阿里镜像http://mirrors.aliyun.com/点击帮助: 3)下载CentOS 7的repo文件wget -O ...
分类:
其他好文 时间:
2020-05-26 18:30:56
阅读次数:
506
安装erlang 下载rpm仓库: wget http://packages.erlang-solutions.com/erlang-solutions-1.0-1.noarch.rpm 安装rpm仓库 rpm -Uvh erlang-solutions-1.0-1.noarch.rpm 安装erl ...
分类:
其他好文 时间:
2020-05-26 13:55:14
阅读次数:
61
查看私有仓库镜像的版本列表 格式: curl -XGET http://仓库地址/v2/镜像名称/tags/list # curl -XGET http://docker.vonedao.com/v2/vonedao-cs/vonedao-tenant-message-biz/tags/list { ...
分类:
其他好文 时间:
2020-05-26 12:13:40
阅读次数:
153