1.添加yum源 yum install epel-release –y yum clean all yum list 2.安装并运行Docker yum install docker-io –y systemctl start docker 3.检查安装结果 docker info 图: 4.另附 ...
分类:
系统相关 时间:
2020-03-18 21:35:43
阅读次数:
85
1,安装centos 7 ,并调通网络(省略) 2, 更换源成阿里云 curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo 更换epel yum install wget wget ...
分类:
数据库 时间:
2020-03-15 11:35:46
阅读次数:
62
linux CentOS6.8 安装命令 1、yum install -y epel-release 2、yum install -y docker-io (无效的话,直接下载源安装:yum install https://get.docker.com/rpm/1.7.1/centos-6/RPMS ...
分类:
其他好文 时间:
2020-03-11 10:32:22
阅读次数:
68
centos安装消息队列beanstalkd 在虚拟机上装一个centos系统,然后在centos上安装beanstalkd yum install epel-release // 不安装上一步,无法找到 beanstalkd yum install beanstalkd --enablerepo= ...
分类:
Web程序 时间:
2020-03-09 20:56:21
阅读次数:
62
直接上命令 ## rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm rpm -Uvh https://mirror.webtatic.com/yum/el7/webtatic-release ...
分类:
Web程序 时间:
2020-03-08 17:20:19
阅读次数:
83
在CentOS 6.3 x86_64下安装php-mcrypt的时候出现了问题:Error: Cannot retrieve metalink for repository: epel. Please verify its path and try again,需要安装epel源。 解决方法: 一句 ...
分类:
Web程序 时间:
2020-03-03 22:45:16
阅读次数:
107
运行环境 系统版本:CentOS Linux release 7.3.1611 软件版本:Tomcat 9.0.11 硬件要求:无 安装过程 1、安装YUM EPEL存储库 YUM EPEL存储库由EPEL官网提供。 2、安装依赖 我这里使用的OpenJDK,建议大家采用JDK。 3、从官网下载To ...
分类:
系统相关 时间:
2020-03-03 11:19:28
阅读次数:
82
运行环境 系统版本:CentOS Linux release 7.3.1611 (Core) 软件版本:vsftpd 3.0.2 硬件要求:无 安装过程 1、安装YUM EPEL存储库 YUM EPEL存储库由EPEL官网提供。 2、安装vsFTP和FTP vsFTP是FTP服务端,FTP是FTP客 ...
分类:
其他好文 时间:
2020-03-03 11:16:16
阅读次数:
66
安装node https://github.com/nodesource/distributions#installation-instructions-1 注意使用No root privileges方法安装 安装yarn curl --silent --location https://dl.y ...
分类:
Web程序 时间:
2020-03-02 22:36:50
阅读次数:
266
运行环境 系统版本:CentOS Linux release 7.3.1611 (Core) 软件版本:Suberversion 1.7.14 硬件要求:无 安装过程 1、安装YUM EPEL源 Subversion软件包由EPEL YUM源提供。 2、安装Subversion 3、查看Subver ...
分类:
其他好文 时间:
2020-03-02 13:08:29
阅读次数:
81