运维自动化之Cobbler系统安装详解设置epel源rpm-Uvh‘http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-5.noarch.rpm‘yum安装yum-yinstallcobblerdhcphttpdxinetdtftp-server==============================================================================..
分类:
其他好文 时间:
2015-08-13 06:36:48
阅读次数:
177
运维自动化SaltStackSaltStack介绍:(略)设置epel源rpm-ivh‘http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-5.noarch.rpm‘yum安装master、minionMaster主机安装:[root@wdds_1yum.repos.d]#yuminstallsalt-master正在安装:salt-masternoarch2015.5.3-3.e..
分类:
其他好文 时间:
2015-08-13 06:34:58
阅读次数:
170
安装源 wget?http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
rpm?-Uvh?epel-release*rpm
yum?install?fcgi-devel?spawn-fcgi?-y 编译安装fcgiwrap git?clone?git://githu...
分类:
其他好文 时间:
2015-08-12 17:06:46
阅读次数:
249
一、rpm命令rpm:数据库:/var/lib/rpmrpmbuild:创建软件包1、安装rpm-i/PATH/TO/PACKAGE_FILE-h:以#显示进度:每个#表示2%-v:显示安装详细信息-vv:显示更详细信息--nodeps:忽略依赖关系,软件可以装但装上也无法运行--replacepkgs:重新安装,替换原有安装--oldpackage:降级安装..
分类:
系统相关 时间:
2015-08-08 23:03:37
阅读次数:
215
[root@wangchao~]#yuminstall-yvim-enhancedvim打开文件编辑(有颜色)[root@wangchao~]#vim!$//上一条命令的最后一条参数[root@wangchao~]#vim+10!$//打开文件进入第十行:setnumber//显示行号vim一般模式下光标移到vim模式:一般模式,编辑模式,命令模式[root@wangchao~]#cp/..
分类:
系统相关 时间:
2015-07-19 23:47:49
阅读次数:
240
Centos6.4安装opennebula#安装163源
http://mirrors.163.com/.help/CentOS6-Base-163.repo
#安装epel源
wget http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm
yum localinstall epel-*
#验证查看是否...
分类:
其他好文 时间:
2015-07-16 22:23:46
阅读次数:
139
Linux软件包管理***************二进制软件包管理(RPM、YUM)源代码包安装脚本安装(Shell或Java脚本)Debian系列Linux软件包管理简介RPM软件包例子:*******************************************************...
分类:
系统相关 时间:
2015-07-09 00:23:01
阅读次数:
230
从官网下载源再用yum安装:# wget http://dev.mysql.com/get/mysql-community-release-el7-5.noarch.rpm# rpm -ivh mysql-community-release-el7-5.noarch.rpm# yum install...
分类:
数据库 时间:
2015-06-27 01:08:33
阅读次数:
135
一、安装 系统环境是centos6.3,采用yum安装: rpm -Uvh http://mirrors.hustunique.com/epel/6/x86_64/epel-release-6-8.noarch.rpm yum -y install cobbler cobbler-web httpd...
分类:
其他好文 时间:
2015-06-16 16:29:47
阅读次数:
147