码迷,mamicode.com
首页 >  
搜索关键字:epel源    ( 590个结果
Centos 7 添加epel源
由于部分包仅存在于epel源中,所以我们在centos中添加;以下提供了2种方法,1手动,2自动1、手动方法vi/etc/yum.repos.d/epel.repo添加以下代码[epel] name=ExtraPackagesforEnterpriseLinux7-$basearch #baseurl=http://download.fedoraproject.org/pub/epel/7/$basearch mirr..
分类:其他好文   时间:2016-09-14 23:34:51    阅读次数:1223
ansible
一、安装1.安装epel源rpm–ivhhttp://mirrors.ustc.edu.cn/fedora/epel/6/i386/epel-release-6-8.noarch.rpm2.通过yum安装yum-yinstallpython-develpython-setuptoolspython-toolspython-develgmp-develgccgcc-c++yum-yinstallansible--enablerepo=‘epel*‘二、基本设置1.ansib..
分类:其他好文   时间:2016-09-14 17:07:14    阅读次数:397
RHEL7 Or CentOS7下配置aliyun-epel和fedora的EPEL源
1,阿里云的直接添加aliyun-epel.repo[root@hadoop1yum.repos.d]#vimaliyun-epel.repo[epel]name=ExtraPackagesforEnterpriseLinux7-$basearchbaseurl=http://mirrors.aliyun.com/epel/7/$basearch#mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=epel-7&arc..
分类:其他好文   时间:2016-09-12 12:45:17    阅读次数:202
Python rabbitmq
一、RabbitMQ安装 安装配置epel源 $ rpm -ivh http://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm 安装erlang $ yum -y install erlang 安装RabbitMQ ...
分类:编程语言   时间:2016-09-11 01:38:45    阅读次数:209
33-5 ansible playbook组件:任务列表、handlers、案例
管理端:192.168.1.131 Centos7.2node1: 1.121 Centos6.7node2: 1.122 Centos6.7node3: 1.123 Centos6.7[root@server~]#yum-yinstallansible #需要安装EPEL源[root@server~]#ssh-keygen-trsa-P‘‘[root@server~]#ssh-copy-id-i~/.ssh/id_rsa.pub192.168.1.131 #管..
分类:其他好文   时间:2016-09-09 19:03:32    阅读次数:314
centos6.5 安装php5.6
安装php安装依赖包yuminstallgccmakegd-devellibjpeg-devellibpng-devellibxml2-develbzip2-devellibcurl-devel–y安装epel源wget-O/etc/yum.repos.d/epel.repohttp://mirrors.aliyun.com/repo/epel-6.repoyum-yinstalllibmcrypt-develmcytptmhashlibxslt-devel安装libiconvta..
分类:Web程序   时间:2016-08-30 23:07:12    阅读次数:835
CentOS-6.5安装zabbix2.4.4
使用epel源 (检查网络连接是否正常) //这里使用epel源 [root@localhost /]# wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-6.repo --2016-06- ...
分类:其他好文   时间:2016-08-30 01:46:10    阅读次数:312
haproxy负载均衡
os:[root@node1~]#cat/etc/system-releaseCentOSrelease6.4(Final)参考文章:http://www.serverlab.ca/tutorials/linux/network-services/deploying-an-haproxy-load-balancer-on-centos-6/安装epel源:wgethttp://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.n..
分类:其他好文   时间:2016-08-22 00:38:56    阅读次数:244
Pxe +ks+ cobbler+ cobbler-web 实现centos6.7,centos7.2无人值守全自动化网络安装系统。
Pxe+ks+cobbler+cobbler-web实现centos6.7,centos7.2无人值守全自动化网络安装系统。实验环境:一台centos7.2主机一块网卡vnet110.0.0.10/8静态ip地址。两台测试安装centos6.7及centos7.2的虚拟机,网卡各1块,都是vnet1,网卡启动(bios里调)由于cobbler软件包,是epel源的,..
分类:Web程序   时间:2016-08-14 22:32:34    阅读次数:735
redis安装及简单应用
1.系统环境:centos7.2——x86_64[root@salt1~]#cat/etc/centos-releaseCentOSLinuxrelease7.2.1511(Core)[root@salt1~]#uname-aLinuxsalt13.10.0-327.el7.x86_64#1SMPThuNov1922:10:57UTC2015x86_64x86_64x86_64GNU/Linux2.安装redis先决条件:首先安装epel-release(epel源)..
分类:其他好文   时间:2016-08-11 22:59:04    阅读次数:253
590条   上一页 1 ... 37 38 39 40 41 ... 59 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!