rpm1、rmp包管理器作用rpm包管理器,可以对程序包进行安装、升级、卸载、查询和校验(主要校验来源的合法性和完整性)2、rpm包的命名机制(通常)name-VERSION-RELEASE-ARCH.rpm,如3、获取rpm包的途径1、发行版提供的程序包(光盘)2、Fedora-EPEL组织3、项目的官方站点4、搜索..
分类:
其他好文 时间:
2015-09-15 20:19:32
阅读次数:
305
安装: You need to have the EPEL repo (http://www.servermom.org/2-cents-tip-how-to-enable-epel-repo-on-centos-6-and-5/894/) yum install beanstalkd chkconfig beanstalkd on service beanstalkd start s...
分类:
其他好文 时间:
2015-09-14 17:01:54
阅读次数:
307
接上节Openstack(Kilo)学习笔记之环境准备(一)一、配置源1.配置EPEL源yum install http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm2.配置RDO源yum install...
分类:
其他好文 时间:
2015-09-14 11:57:08
阅读次数:
226
以下内容根据自己安装过程整理而出---刘福为了简化安装这里我们采用ceph-deploy的安装方式1:环境准备互信host文件时间同步epel、cephyum源osd节点各挂载一块硬盘不做分区及格式化操作这里我们用到四台主机操作系统是Centos6.5,其中一台做deploy一台做监控节点master其它做OSD节..
分类:
其他好文 时间:
2015-09-11 17:40:03
阅读次数:
206
本文主要介绍在RHEL6/centos6下本软件的安装,原理网上一大堆不辍述,大约耗时十分钟可完成。环境:centos6.5防火墙和SELinux关闭安装步骤如下:1.启用EPEL源来安装erlangrpm-ivhhttp://mirrors.ustc.edu.cn/epel/6/x86_64/epel-release-6-8.noarch.rpm&&yuminstall-y..
分类:
其他好文 时间:
2015-09-10 17:34:41
阅读次数:
157
一、查看系统版本[root@localhost ~]# cat /etc/redhat-release CentOS release 6.7 (Final) 二、安装EPEL1.进入centos6系列EPEL下载地址http://download.fedoraproject.org/pub/epe....
分类:
其他好文 时间:
2015-09-10 13:13:10
阅读次数:
359
一.环境系统CentOS6.4x64二.安装依赖包#添加epel源
[root@gitlab-ci~]#rpm-ivhhttp://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
[root@gitlab-ci~]#sed-i‘s@#b@b@g‘/etc/yum.repos.d/epel.repo
[root@gitlab-ci~]#sed-i‘s@mirrorlist@#mirrorlist@g..
分类:
其他好文 时间:
2015-09-09 19:40:56
阅读次数:
369
进程管理经常用到的工具有:top、htop、glances、dstat,下面一一介绍。htop、glances、dstat都是epel源里面的工具,需要单独安装。推荐阿里云的yum镜像站点:CentOS6:http://mirrors.aliyun.com/epel/6Server/x86_64/CentOS7:http://mirrors.aliyun.com/epel/7/x86_64top命..
分类:
系统相关 时间:
2015-09-07 01:57:18
阅读次数:
420