Linux 安装 JDK 第一步:检查是否已经安装过JDK # java -version 第二步:检查是否有系统自带安装包 # rpm -qa | grep java 第三步:移除安装包 # yum remove *openjdk* 第四步:登录系统创建安装jdk的目录 第五步:上传JDK到指定安 ...
分类:
系统相关 时间:
2021-06-02 15:47:35
阅读次数:
0
安装yum install epel-releaseyum install snapdsystemctl enable --now snapd.socketln -s /var/lib/snapd/snap /snapsnap install core; snap refresh coreyum r ...
分类:
其他好文 时间:
2021-06-02 15:37:58
阅读次数:
0
1.解决方法 yum update gettext-common-devel yum update gettext-libs yum update gettext-devel yum update gettext 2.重启验证 reboot ...
分类:
其他好文 时间:
2021-06-02 15:28:37
阅读次数:
0
docker 安装 yum install -y yum-utils device-mapper-persistent-data lvm2 yum-config-manager --add-repo http://mirrors.aliyun.com/docker-ce/linux/centos/d ...
分类:
其他好文 时间:
2021-06-02 15:18:47
阅读次数:
0
docker-centos7运行systemctl status jenkins, 出现/etc/rc.d/init.d/jenkins: line 59: /etc/init.d/functions: No such file or directory错误, yum安装即可 yum install ...
分类:
其他好文 时间:
2021-06-02 15:14:11
阅读次数:
0
3.1 安装vm和Centos 3.11 基本说明 3.2 vmware15.5下载 3.3 vm安装的步骤 3.4 Centos的下载地址 3.5 CentOS安装的步骤 3.6 虚拟机克隆 3.7 虚拟机快照 3.7.1 应用实例 3.8 虚拟机迁移和删除 3.10 安装vmtools 3.10 ...
分类:
系统相关 时间:
2021-06-02 14:52:24
阅读次数:
0
docker 安装 yum install -y yum-utils device-mapper-persistent-data lvm2 yum-config-manager --add-repo http://mirrors.aliyun.com/docker-ce/linux/centos/d ...
分类:
其他好文 时间:
2021-06-02 14:49:47
阅读次数:
0
下载内核源rpm -Uvh http://www.elrepo.org/elrepo-release-7.0-3.el7.elrepo.noarch.rpm安装最新版本内核yum --enablerepo=elrepo-kernel install -y kernel-lt查看可用内核 cat >u ...
分类:
其他好文 时间:
2021-06-02 14:26:17
阅读次数:
0
FROM centos:8MAINTAINER xiaocaidaoRUN mkdir /usr/local/javaADD jdk-11.0.10_linux-x64_bin.tar.gz /usr/local/javaENV JAVA_HOME /usr/local/java/jdk-11.0. ...
分类:
编程语言 时间:
2021-06-02 14:15:02
阅读次数:
0
错误: Repository epel is listed more than once in the configurationbintray-rabbitmq-rpm 5.6 B/s | 10 B 00:01 Errors during downloading metadata for repo ...
分类:
其他好文 时间:
2021-06-02 14:01:53
阅读次数:
0