码迷,mamicode.com
首页 >  
搜索关键字:epel    ( 1917个结果
docker初探
首先安装环境的准备,docker好像不支持32位的系统。(本人实验得出的结果7.0系统的安装包不同于6.X的) 我安装的是CentOS6.6的虚拟机 首先配置扩展源epel #cd/etc/yum.repos.d/ #wgethttp://mirrors.aliyun.com/repo/epel-6.repo #yumcleanall #yummakecache..
分类:其他好文   时间:2015-04-08 01:19:32    阅读次数:494
Microsoft Azure部署MYSQL-MMM(3)配置MYSQL-MMM
(3)安装配置MYSQL-MMM在db1、db2、db3安装MMM所需要的Perl模块(所有服务器)执行该脚本,然后yum-yinstallmysql-mmm-agent来安装MMM: #rpm-ivhhttp://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm#yum-yinstallmysql-mmm-agent在Monitor节点安装my..
分类:数据库   时间:2015-04-06 06:29:37    阅读次数:173
开源的PaaS方案:在OpenStack上部署CloudFoundry (二)部署OpenStack
硬件要求安装OpenStack1 安装CentOS 65系统并清空iptables防火墙规则2 安装系统需要的工具包包括Openstack依赖的和CloudFoundry依赖的3 安装EPEL repo4 Upgrade 当前系统5 安装openstack repo 目前CloudFoundry最高...
分类:其他好文   时间:2015-04-04 09:05:38    阅读次数:213
cobbler快速部署
安装系统:centos_6.5sed-i‘/SELINUX/s/enforcing/disabled/‘/etc/selinux/configsetenforce0chkconfigiptablesoffserviceiptablesstoprpm-Uvh‘http://mirrors.ustc.edu.cn/epel/6/x86_64/epel-release-6-8.noarch.rpm‘yuminstall-ycobblertftpdhcphttpdcmanpykickstartdebmirr..
分类:其他好文   时间:2015-04-03 19:37:36    阅读次数:239
Centos6源 安装最新的nginx php mysql (iptables selinux事先关闭)
Centos6源安装最新的nginxphpmysql(iptablesselinux事先关闭)1、Php5.6安装remi源http://rpms.famillecollet.com/yuminstallhttp://rpms.famillecollet.com/enterprise/remi-release-6.rpm此操作也会自动安装epel源,(此源可安装mysql5.5php5.4php5.6php5.5)然后在/etc/yum.repo..
分类:数据库   时间:2015-04-02 16:42:07    阅读次数:203
Enable EPEL Repository for RHEL/CentOS 7.x/6.x/5.x
This howto guide shows you’ll how to enable EPEL repository under RHEL/CentOS 6/5 to install additional standard open source packages by using YUM com...
分类:其他好文   时间:2015-04-02 09:00:49    阅读次数:139
Linux-测试环境构建本地YUM全类型仓库(Base,Extras,epel)
1.同步yum源的脚本#cat/data/yum_repo/rsync_yum_shell/rsync_yumrepo.sh#!/bin/bash#scriptname:rsync_yumrepo.shRsyncBin="/usr/bin/rsync"RsyncPerm=‘-avrt--delete--no-iconv--bwlimit=100000‘Centos_7_base=‘/data/yum_repo/Centos-7/Base/‘Centos_7_epel=‘/data/yum_repo..
分类:系统相关   时间:2015-04-02 06:44:51    阅读次数:309
Linux 安装网络yum地址
rpm-Uhvhttp://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm rpm-Uhvhttp://rpms.famillecollet.com/enterprise/remi-release-6.rpm yu...
分类:系统相关   时间:2015-03-31 21:47:55    阅读次数:130
cobbler 安装部署
最近机房要上线几个机柜的机器,必须实现自动化装机。一、安装系统环境是centos6.4,采用yum安装:rpm-Uvhhttp://mirrors.hustunique.com/epel/6/x86_64/epel-release-6-8.noarch.rpm yum-yinstallcobblercobbler-webhttpdrsynctftp-serverxinetddhcppython-ctypesdebmirrorpyk..
分类:其他好文   时间:2015-03-31 20:32:15    阅读次数:255
RHEL6 postfix+dovecot 邮件服务配置
环境:RHEL6.6软件:postfix-3.0.0bind-9.8.2-0.30mysql-5.5.42dovecot-2.0.9-7软件源:本地源,epel源,remi源邮件服务器IP:192.168.1.110主机名为mail.mingxiao.info客户端IP192.168.1.77WinXP,OutlookExpress收发邮件请确保selinux处于permissive状态,防火墙处于关闭状态..
分类:其他好文   时间:2015-03-30 19:06:25    阅读次数:415
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!