epel扩展源安装wgethttp://ftp.linux.ncsu.edu/pub/epel/6/x86_64/epel-release-6-8.noarch.rpmrpm-ivhepel-release-6-8.noarch.rpmvim/etc/yum.repos.d/epel.repo##注释mirrorlisturl(包含https),然后取消注释baseurl[epel]
name=ExtraPackagesforEnterpriseLinux6-$basearch
..
分类:
其他好文 时间:
2014-12-30 19:13:27
阅读次数:
215
安装vimyum install vim-enhanced安装gitrpm -Uvh http://mirrors.ustc.edu.cn/fedora/epel/6/x86_64/epel-release-6-8.noarch.rpmyum install git安装bundle插件git clo...
分类:
系统相关 时间:
2014-12-30 09:54:25
阅读次数:
170
环境:Centos6.5的系统,需要安装最新版ntopng。准备:因为官方没有详细的安装文档,所以安装会需要很多依赖包,我会把这些包分别列出来。我们采用的是源码编译,所以编译环境的Gcc等就不用多说最简单就是安装光盘源的“DevelopmentTools”,另外准备EPEL的安装源。1.下载安装E..
分类:
其他好文 时间:
2014-12-29 18:42:52
阅读次数:
233
环境:CentOS6.4 64一.安装epel-relase#yum install epel-release修改/etc/yum.repo.d/epel.repo将#baseurlmirrorlist改成baseurl#mirrorlist安装R语言#yum install R安装RStudio ...
分类:
其他好文 时间:
2014-12-26 16:08:03
阅读次数:
209
介绍如何在CentOs6.2下面使用YUM配置安装LAMP环境,一些兄弟也很喜欢使用编译的安装方法,个人觉得如果不是对服务器做定制,用yum安装稳定简单,何必去download&make&make install呢。Step1. 为centos配置rpmforge及epel源。centos官方的源其...
分类:
Web程序 时间:
2014-12-25 16:12:51
阅读次数:
189
一、ansible安装1、安装第三方epel源centos5的epel#rpm-ivhhttp://mirrors.sohu.com/fedora-epel/5/x86_64/epel-release-5-4.noarch.rpmcentos6的epel#rpm-ivhhttp://mirrors.sohu.com/fedora-epel/6/x86_64/epel-release-6-8.noarch.rpm查看系统版本#cat/etc/issueCentOSrelea..
分类:
其他好文 时间:
2014-12-25 06:44:08
阅读次数:
598
【资料整理】yum使用epel源yum使用epel源。
参考:
http://mirrors.fedoraproject.org/publiclist/EPEL/6/ppc64/#CN
http://mirrors.ustc.edu.cn/
https://lug.ustc.edu.cn/wiki/mirrors/help/epel
#cd/etc/yum.repos.d/
#wgethttps://lug.ustc.edu.cn/wiki/_export/code/m..
分类:
其他好文 时间:
2014-12-25 06:43:12
阅读次数:
102
安装分两步
1. 从EPEL仓库安装Erlang
1) 使服务器能够使用EPEL,执行如下命令即可
su -c 'rpm -Uvhhttp://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm'
2) 执行如下命令安装erlang
yum install er...
分类:
其他好文 时间:
2014-12-23 19:38:13
阅读次数:
416
以下是傻瓜配置,复制粘贴可以完成。有空我会写个script来帮助大家进一步解决傻瓜的复制粘贴步骤。但还是希望大家了解nagioscactinconf是怎样工作的,框架是怎样的。下面是配置全过程1.先安装各个nagios+cacti的依赖包更新源rpm-ivhhttp://download.fedora.redhat.com/pub/epel..
分类:
移动开发 时间:
2014-12-22 02:06:57
阅读次数:
343
首先,需要安装EPEL仓库
# wget http://mirrors.yun-idc.com/epel/6/i386/epel-release-6-8.noarch.rpm
# rpm -ivh epel-release-6-8.noarch.rpm
安装docker-io
# yum -y install docker-io
启动docker服务
# /etc/init.d/dock...
分类:
其他好文 时间:
2014-12-17 12:53:52
阅读次数:
194