http://blog.hexu.org/archives/2060.shtml?utm_source=tuicool遇到这个问题情景:下午第一台系统是Centos7, 安装配置完成后,接着一台是Centos 6 系统,由于疏忽直接下载并安装了 “epel-release-7-5.noarch.rp...
分类:
其他好文 时间:
2015-09-06 18:14:39
阅读次数:
200
1、php编译过程
请配置好yum源(系统安装源及epel源)后执行如下命令:
#yum-ygroupinstall"DesktopPlatformDevelopment"
#yum-yinstallbzip2-devellibmcrypt-devel
2、编译
#./configure--prefix=/opt/php--with-mysql=/opt/mysql--with-openssl--with-mysqli=/opt/mysq..
分类:
Web程序 时间:
2015-09-02 19:09:37
阅读次数:
176
方法一:使用命令安装(前提是已经安装了EPEL)。 ? 安装redis: ? yum -y install redis ? 启动/停止/重启 Redis ?启动服务: ?1 ?systemctl start redis.service ?停止服务: ? systemctl stop redis.s...
分类:
其他好文 时间:
2015-08-31 10:24:10
阅读次数:
260
真尼玛累了,但是又怕第二天早上又忘掉,在这先大概写写。安装:http://www.tecmint.com/install-and-configure-ansible-automation-tool-in-linux/http://www.tecmint.com/how-to-enable-epel-...
分类:
其他好文 时间:
2015-08-30 00:49:02
阅读次数:
655
一安装准备:安装环境:Centos_6.6_x86_64puppet-2.7.26-2.el6.noarch安装准备:1)ntp同步2)配置/etc/hosts或DNS,保障服务端与客户段能相互解析安装epel源:默认repos没有puppet,rpm–Uvhhttp://mirrors.hustunique.com/epel/6/x86_64/epel-release-6-8.noarch.rpm二、正式安?.
分类:
其他好文 时间:
2015-08-26 20:26:05
阅读次数:
160
1.导入安装源centos5rpm -Uvh http://ftp.linux.ncsu.edu/pub/epel/5/x86_64/epel-release-5-4.noarch.rpmcentos6rpm -Uvh http://ftp.linux.ncsu.edu/pub/epel/6/x86...
分类:
其他好文 时间:
2015-08-26 15:43:17
阅读次数:
151
平台:centos6.5 x86_64最小化安装 1安装rmpforge源 rpm -Uvh http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm 安装epel源 rpm -Uvh http://download.fedoraproject.org...
分类:
其他好文 时间:
2015-08-25 12:49:20
阅读次数:
455
Cobbler自动化部署系统Cobbler(补鞋匠)集成了PXE、DHCP、DNS、Kickstart服务管理和yum仓库管理工具,相对之前的Kickstart更加快捷、方便的批量布署RedHat、CentOS类系统一、关闭防火墙和selinux略……二、安装epel源Yuminstallepel-release三、安装相应的软件yum-yinstallcob..
分类:
其他好文 时间:
2015-08-25 12:45:15
阅读次数:
254
一、简介EPEL是企业版Linux附加软件包的简称,EPEL是一个由Fedora特别兴趣小组创建、维护并管理的,针对红帽企业版Linux(RHEL)及其衍生发行版(比如CentOS、ScientificLinux、OracleEnterpriseLinux)的一个高质量附加软件包项目。EPEL的软件包通常不会与企业版Linux官方源中的软..
分类:
其他好文 时间:
2015-08-21 19:40:41
阅读次数:
257
keepalived+mysql主从实现数据库冗余一、安装mysql,并设置主备服务器1、将下面的代码复制到一个后缀为.sh的shell脚本文件中(脚本很容易看懂)#vi/etc/scripts/mysql.sh##/bin/bashrpm-Uvhhttp://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpmyum-yinsta..
分类:
数据库 时间:
2015-08-21 19:37:15
阅读次数:
204