CentOS6的请编辑/etc/yum.repos.d/epel.repo输入以下内容 [epel] name=Extra Packages for Enterprise Linux 6 - $basearch #baseurl=http://download.fedoraproject.org/p ...
分类:
其他好文 时间:
2017-08-04 09:54:04
阅读次数:
153
EPEL,即ExtraPackagesforEnterpriseLinux,这个软件仓库里有很多非常常用的软件,而且是专门针对RHEL设计的,对RHEL标准yum源是一个很好的补充,完全免费使用,由Fedora项目维护,所以如果你使用的是RHEL,或者CentOS,Scientific等RHEL系的linux,可以非常放心的使用EPEL的yum..
分类:
其他好文 时间:
2017-08-03 20:13:34
阅读次数:
163
1,CentOS6x86_64wget-P/etc/yum.repos.d/http://mirrors.aliyun.com/repo/epel-6.repoyumcleanallyummakecacheyumrepolistrm-rf/etc/yum.repos.d/*wget-P/etc/yum.repos.d/http://mirrors.aliyun.com/repo/epel-6.repohttp://mirrors.aliyun.com/repo/Centos-6.repo2,CentOS7x8..
分类:
其他好文 时间:
2017-08-03 12:34:18
阅读次数:
163
epel源 yum install jq [root@mhc NaHan-master]# curl 127.0.0.1:5000/v2/_catalog|jq . % Total % Received % Xferd Average Speed Time Time Time Current Dlo ...
分类:
Web程序 时间:
2017-08-02 13:53:14
阅读次数:
232
以下是redhat6和centos6的安装过程, centos5的同学直接跳到后面.超快的安装方法. 1. 安装源 1.1 安装epel源 # cd /usr/local/src/ # wget http://mirrors.sohu.com/fedora-epel/6/x86_64/epel-re ...
分类:
其他好文 时间:
2017-07-24 21:34:08
阅读次数:
264
如果要安装Nginx,可以使用yum或者rpm来安装,但需要配置epel源才能安装。本文主要演示Nginx的编译安装过程。系统环境:主机:192.168.10.7(CentOS7)一、安装Nginx所依赖到的程序包所对应的开发包这里的开发包指的是以"devel"结尾的程序包,为了让Nginx支持URI重写、SSL、zli..
分类:
其他好文 时间:
2017-07-17 18:46:09
阅读次数:
153
centos下面使用yum方式安装sshpass远程登录其他机器执行命令,之前一直用export脚本的方式。现在感觉用这个更加方便一点,但是不安全,不建议在生产环境中使用此命令!安装epel源wget-O/etc/yum.repos.d/epel.repohttp://mirrors.aliyun.com/repo/epel-6.repo
yuminstallsshpas..
分类:
其他好文 时间:
2017-07-13 16:16:07
阅读次数:
153
epel的yum源中有php-xcache 安装epel源: cd /etc/yum.repos.d wget http://mirrors.neusoft.edu.cn/epel/epel-release-latest-6.noarch.rpm rpm -ivh epel-release-late ...
分类:
数据库 时间:
2017-07-12 23:29:27
阅读次数:
270
centos7下安装rabbitmq 折腾了三天最后做了以下总结 先查看一电脑名 :示例 查看一下hosts配置文件:如果如下结果,就要修改下 修改hosts: 如下 安装相关文件:为了不出错,要装 EPEL源,顺手安装一下 redis ...
分类:
其他好文 时间:
2017-07-05 15:24:15
阅读次数:
151