搭建自己的私有npm库 ============= ##1.安装Couchdb [root@npm_private ~]# yum install wget [root@npm_private ~]# wget http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm [...
分类:
其他好文 时间:
2014-07-30 10:15:33
阅读次数:
427
本文计划:一.安装Docker(Centos)二.注册Docker官网帐号三.下载基础centos镜像,安装需要的软件和环境后,push到自己的repository一.安装Docker(Centos)在https://fedoraproject.org/wiki/EPEL#How_can_I_use...
分类:
其他好文 时间:
2014-07-29 21:01:22
阅读次数:
296
如果用源码包安装nagios比较麻烦,所以找了一个比较好办法来安装nagios,环境是CentOS6.4版本的,64位:首先,是安装网络yum源,在这里就不多说了();其次,从网络上下载epel源;安装nagioswgethttp://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.r..
分类:
移动开发 时间:
2014-07-29 16:02:09
阅读次数:
292
wgethttp://dl.fedoraproject.org/pub/epel/5/i386/epel-release-5-4.noarch.rpmrpm-ivhepel-release-5-4.noarch.rpm安装bzr客户端#yumcleanall#yuminstallbzrDependenciesResolved
=======================================================================================..
分类:
其他好文 时间:
2014-07-29 15:53:50
阅读次数:
362
Ntop是一种监控网络流量工具一、安装环境cd/root/downloadyuminstalllibtoollibpcaplibpcap-develgdbmgdbm-develzlibzlib-develwgethttp://mirror01.idc.hinet.net/EPEL/5Server/x86_64/GeoIP-1.4.8-1.el5.x86_64.rpmwgethttp://mirror01.idc.hinet.net/EPEL/5Server/x86_64/Ge..
分类:
移动开发 时间:
2014-07-29 15:25:39
阅读次数:
264
1.EPEL源CentOS 6.x 32-bit (x86/i386):rpm -Uvhhttp://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpmCentOS 6.x 64-bit (x64):rpm -...
分类:
其他好文 时间:
2014-07-29 11:48:46
阅读次数:
218
在centos 5上yum install git的时候报错说没有git这个package。 这是因为centos的软件策略非常保守,因为它基本就是redhat企业版的copy。所以想在centos5上安装git,需要用EPEL 源。EPEL的意思就是 extra packages for ente...
分类:
其他好文 时间:
2014-07-28 15:31:53
阅读次数:
236
#InstallGlance
[root@cloud01~]#yum–enablerepo=epel-openstack-grizzly,epel-yinstallopenstack-glance
#setdatabase(setanypasswordyoulikefor“password”section)
[root@cloud01~]#openstack-db–init–serviceglance–passwordpassword
Pleaseenterthepasswordfo..
分类:
其他好文 时间:
2014-07-26 03:08:57
阅读次数:
220
#!/bin/bash
#Author:kernal
#Date:2014-03-25
#Filename:autoinstall_zabbixclient.sh
#autoinstall&configzabbix_agent_client
find/etc/yum.repos.d/-nameepel.repo
if[$?-eq0];then
yum–enablerepo=epel-yinstallzabbix-agent
else
rpm-ivhhttp://dl.fedorapro..
分类:
其他好文 时间:
2014-07-26 03:08:27
阅读次数:
283
rpm-Uvhhttp://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
yum-yinstalldocker-io#仅此一条命令就可以搞定;
servicedockerstart#启动docker
chkconfigdockeron#加入开机启动
dockerpullcentos:latest#从docker.io中下载centos镜像到本地/var/lib..
分类:
Web程序 时间:
2014-07-26 03:08:07
阅读次数:
313