码迷,mamicode.com
首页 >  
搜索关键字:epel源    ( 590个结果
安装源-centos6.6
1、安装阿里源cd/etc/yum.repos.d/cpCentOS-Base.repoCentOS-Base.repo_$(date+%F)bakwget-O/etc/yum.repos.d/CentOS-Base.repohttp://mirrors.aliyun.com/repo/Centos-6.repo2、安装epel源wget-O/etc/yum.repos.d/epel.repohttp://mirrors.aliyun.com/repo/epel-6.repo或者使..
分类:其他好文   时间:2016-04-20 02:16:23    阅读次数:215
cobbler 一键自动化安装系统
本文介绍---collber,路径和配置文件都是完全默认的配置安装步骤1准备测试环境虚拟机vmwarenat模式VMware的NAT模式的dhcp服务也关闭,避免干扰。2准备系统环境关闭selinux关闭iptables,按epel源,可以使用阿里云的epelcat/etc/redhat-releasegetenforce/etc/init.d/iptablesst..
分类:其他好文   时间:2016-04-14 07:05:03    阅读次数:338
CentOS7安装Cobbler
安装EPEL源 安装cobbler 启动cobblerd服务,并设置成开机自启动 如果80端口被占用,需要修改httpd的监听端口 # vi /etc/httpd/conf/httpd.conf 启动httpd服务,并设置成开机自启动 ...
分类:其他好文   时间:2016-04-13 02:04:27    阅读次数:174
ansible搭建文档
安装epel源(阿里云主机已安装)最好做ssh秘钥认证,本例中已做yum-yinstallansible然后看一下都装了那些东西:rpm-qlansible/etc/ansible/ansible.cfg#ansible的配置文件/etc/ansible/hosts#ansible存放主机主机组的路径,ansible命令必须用/etc/ansible/hosts里面定义的主机才..
分类:其他好文   时间:2016-04-11 19:02:57    阅读次数:283
ansible
ansible主要参数-u指定ssh连接用户名-i指定/etc/snsible/hosts文件位置-m指定使用的模块如shellyumcopyscript-f10指定并发数-k用来输入密码-a指定模块的参数可以是命令等等ansible安装centos直接是yum安装即可安装之前先安装epel源码rpm-Uvhhttp://mirrors.ustc.edu.cn/fedora/..
分类:其他好文   时间:2016-04-06 18:54:44    阅读次数:145
Saltstack安装
添加epel源wget-O/etc/yum.repos.d/epel.repohttp://mirrors.aliyun.com/repo/epel-6.repo安装server端:yum-yinstallsalt-master安装minion端:yum-yinstallsalt-minion注意如报错:Error:Cannotretrievemetalinkforrepository:epel.Pleaseverifyitspathandtryagain修改文件“/e..
分类:其他好文   时间:2016-03-24 13:21:16    阅读次数:145
centos7中配置epel源
[epel]name=ExtraPackagesforEnterpriseLinux7-$basearch#baseurl=http://download.fedoraproject.org/pub/epel/7/$basearchmirrorlist=https://mirrors.fedoraproject.org/metalink?repo=epel-7&arch=$basearchfailovermethod=priorityenabled=1gpgcheck=0
分类:其他好文   时间:2016-03-16 19:25:07    阅读次数:154
zabbix服务端以及客户端的安装
环境准备centos6.xselinux关闭防火墙关闭可访问外网zabbix服务端的安装参考zabbix官方安装文档安装实战安装epel源(以备不需)wget-O/etc/yum.repos.d/epel.repohttp://mirrors.aliyun.com/repo/epel-6.repo安装mysql服务端yuminstallmysql-server安装zabbix的官方源rpm-ivhhtt..
分类:其他好文   时间:2016-02-22 16:13:24    阅读次数:203
添加epel源及简单使用教程
WhatisEPELEPEL(ExtraPackagesforEnterpriseLinux)isopensourceandfreecommunitybasedrepositoryprojectfromFedorateamwhichprovides100%highqualityadd-onsoftwarepackagesforLinuxdistributionincludingRHEL(RedHatEnterpriseLinux),CentOS,andScientificLinux.Epelprojectis..
分类:其他好文   时间:2016-02-21 10:16:25    阅读次数:1033
老王学linux-centos6.7RHCS
集群服务器安装(使用epel源的朋友们注意了,禁用掉,要是在生产系统上安装了,启动不起来就哭去吧。)yum-yinstallcmancorosyncrgmanagerricci管理端yum-yinstallluci具体步骤我就不写了,网上一抓一把。(或者使用luci配置的时候装cmancorosyncrgmanager)请注意,在luci上添..
分类:系统相关   时间:2016-02-18 06:36:26    阅读次数:267
590条   上一页 1 ... 43 44 45 46 47 ... 59 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!