下载maven安装包 下载地址:https://maven.apache.org/download.cgi wget https://mirrors.bfsu.edu.cn/apache/maven/maven-3/3.6.3/binaries/apache-maven-3.6.3-bin.tar. ...
分类:
其他好文 时间:
2021-03-29 11:46:34
阅读次数:
0
#!/bin/bash mkdir /etc/yum.repos.d/repo mv /etc/yum.repos.d/*.repo /etc/yum.repos.d/repo curl -o /etc/yum.repos.d/CentOS-Base.repo https://mirrors.ali ...
分类:
其他好文 时间:
2021-03-18 14:42:38
阅读次数:
0
php7安装ldap扩展 EricSanchez 2018-03-27 16:22:35 5055 收藏文章标签: php ldap centos 添加扩展 编译安装版权进入之前编译安装php包中 cd ~/php7.2.3/ext/ldap/server/php7/bin/phpize./conf ...
分类:
Web程序 时间:
2021-03-18 14:07:46
阅读次数:
0
error: C++ preprocessor "/lib/cpp" fails sanity check 问题的根源是缺少必要的C++库。如果是CentOS系统,运行,如下命令解决: yum install -y glibc-headers gcc-c++ Ubuntu系统中,运行命令: apt- ...
分类:
其他好文 时间:
2021-03-18 14:06:28
阅读次数:
0
安装docker centos 7 上官网https://docs.docker.com/engine/install/ 进入对应的服务器平台查看相应的方法,这里以centos7 为例:https://docs.docker.com/engine/install/centos/ 第一步: 卸载已安装 ...
分类:
其他好文 时间:
2021-03-17 15:08:56
阅读次数:
0
环境准备 本篇文章使用的 ACME 客户端是基于 Docker 容器使用的,所以需要准备 Docker 运行环境。本文使用的是 CentOS 7.x 与 Docker CE - 19.03.13,且已经安装了 Docker Compose 工具。 我已经参考官方的 GitHub 文章编写了 acme ...
分类:
其他好文 时间:
2021-03-17 14:30:14
阅读次数:
0
问题原因在于官方在2020年12月2日正式将CentOS 6相关的软件源移出了官方源,随之而来逐级镜像也会陆续将其删除。 解决方案: curl -o /etc/yum.repos.d/CentOS-Base.repo https://www.xmpan.com/Centos-6-Vault-Aliy ...
分类:
Web程序 时间:
2021-03-17 14:13:50
阅读次数:
0
安装VMware虚拟机和Linux系统(CentOS) 学习Linux需要一个环境,我们需要创建一个虚拟机,然后在虚拟机上安装要给CentOS系统来学习 1>先安装virtual machine,vm12 2>再安装Linux(CentOS 6.8) 3>原理示意图 ...
分类:
系统相关 时间:
2021-03-17 14:03:30
阅读次数:
0
1:修改/etc/docker/daemon.json文件 { "registry-mirrors": [ "https://kfwkfulq.mirror.aliyuncs.com", "https://2lqq34jg.mirror.aliyuncs.com", "https://pee6w65 ...
分类:
其他好文 时间:
2021-03-16 13:49:07
阅读次数:
0
列出所有repo文件 dnf repolist all 列出系统所有repo文件 dnf repolist 列出所有软件包(已安装+可用) dnf list 列出已安装的包 dnf list installed 列出可用的包 dnf list available 列出组包 dnf grouplist ...
分类:
其他好文 时间:
2021-03-11 20:48:56
阅读次数:
0