root@hadoop001 sysconfig]# systemctl start jenkins Job for jenkins.service failed because the control process exited with error code. See "systemctl s ...
分类:
其他好文 时间:
2020-01-22 16:47:34
阅读次数:
116
首先安装依赖 下载erlang, 在https://packagecloud.io/rabbitmq/erlang页面选择对应版本的erlang的rpm安装包(centos7需要19.3以上版本。 推荐 erlang-22.2.2-1.el7.x86_64.rpm 然后下载socat, 在http: ...
分类:
其他好文 时间:
2020-01-22 16:01:26
阅读次数:
246
安装步骤 添加Nginx到YUM源 sudo rpm -Uvh http://nginx.org/packages/centos/7/noarch/RPMS/nginx-release-centos-7-0.el7.ngx.noarch.rpm 安装Nginx sudo yum install -y ...
分类:
其他好文 时间:
2020-01-22 10:30:55
阅读次数:
60
1.下载,进入mysql官网,查找需要的版本; wget https://dev.mysql.com/get/Downloads/MySQL-5.7/mysql-community-server-5.7.29-1.el7.x86_64.rpm 2.安装mysql包 rpm -ivh mysql-co ...
分类:
数据库 时间:
2020-01-17 00:24:14
阅读次数:
339
1、官网下载jdk的rpm文件(http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html) 2、到该文件所在目录执行命令 rpm -ivh jdk-8u221-linux-x64.rpm 3 ...
分类:
其他好文 时间:
2020-01-15 19:26:26
阅读次数:
118
1.rpm 安装 Mysql5.7 相应的 yum源 rpm -Uvh http://dev.mysql.com/get/mysql57-community-release-el7-10.noarch.rpm 2.安装Mysql yum install mysql-community-server ...
分类:
数据库 时间:
2020-01-14 09:51:42
阅读次数:
102
安装mysql数据库 a)下载mysql源安装包:wget http://dev.mysql.com/get/mysql57-community-release-el7-8.noarch.rpm b)安装mysql源:yum localinstall mysql57-community-releas ...
分类:
数据库 时间:
2020-01-13 01:13:55
阅读次数:
218
一.rpm介绍 二.rpm相关指令 三.rpm包结构 例如一个 rpm 包名:firefox 45.0.1 1.el6.centos.x86_64.rpm 安装rpm包例子 安装firefox: 四.yum介绍 Yum是一个 "Shell" 前端软件包管理器。基于 "RPM" 包管理,能够从指定的服 ...
分类:
系统相关 时间:
2020-01-11 18:50:22
阅读次数:
104
1.安装部署Tomcat服务器官网:https://tomcat.apache.org/proxy 10.10.11.10client 10.10.11.11web1 10.10.11.12web2 10.10.11.13web1:1.1 使用RPM安装JDK环境]# yum -y install ...
分类:
Web程序 时间:
2020-01-08 00:20:14
阅读次数:
112