码迷,mamicode.com
首页 >  
搜索关键字:yum    ( 23269个结果
python模块paramiko与ssh安装配置教程
一、paramiko模块的安装 paramiko模块依赖PyCrypto模块,而PyCrypto需要GCC库编译,不过一般发行版的源里带有该模块。这里以centos6为例,直接借助以下命令可以直接完成安装:代码如下复制代码# yum install gccpython-crypto python-p...
分类:编程语言   时间:2014-10-21 02:11:43    阅读次数:269
CentOS5、6 NFS的安装配置及mount方法
一、环境介绍: 服务器:centos 192.168.1.225 客户端:centos 192.168.1.226二、安装:NFS的安装配置:centos 5 :yum -y install nfs-utils portmapcentos 6(在CentOS 6.3当中,portmap服务由rp.....
分类:其他好文   时间:2014-10-20 23:05:35    阅读次数:328
supervisor监控gearman任务
安装supervisor方法,可以直接用 yum install supervisord ,但是版本可能会旧一点,可以参考官方的方法:easy_install supervisorhttp://supervisord.org/installing.html#installing-to-a-syste...
分类:其他好文   时间:2014-10-20 19:20:40    阅读次数:198
centos 6.5下使用中文输入法
1:切换成root用户,输入命令"su root"即可,接着输入 yum install "@Chinese Support" 命令按enter执行2:System > Preferences > Input Method > Enable input method feature > Input ...
分类:其他好文   时间:2014-10-20 18:42:21    阅读次数:153
日志分析工具——goaccess
每天把日志分析结果通过邮件发送给boss和研发,是不是省去自己写脚本的时间了?下面是goaccess安装步骤,我也是从其他地方抓取的,安装很简单,网上一搜一大把安装GoAccessRedHat或centos,使用yum:yuminstallgoaccessGoAccess有两种使用方法,一种是直接在控制台显示和操作。..
分类:数据库   时间:2014-10-20 17:32:15    阅读次数:343
centos6.x 识别新添加的卷组
centos6.x 添加新硬盘 不重启识别 #yum?install?sg3_utils #rescan-scsi-bus.sh 识别新添加硬盘中的卷组 lvscan vgchange?-ay 挂载新卷组 mount??/dev/mapper/lv-xxx?/mnt...
分类:其他好文   时间:2014-10-20 15:30:18    阅读次数:171
centos 通过yum安装GlusterFS
1、环境centos 6.5 64 bitglusterfs-3.52、配置yum源http://download.gluster.org/pub/gluster/glusterfs/repos/YUM/glusterfs-3.5/LATEST/CentOS/glusterfs-epel.repow...
分类:其他好文   时间:2014-10-20 13:06:05    阅读次数:259
centos nfs服务器简单配置
服务端: yum install nfs* ? vim /etc/exports /www/attachment 192.168.0.227(rw,sync,no_root_sqush) ? ?启动服务 ????service rpcbind start ????service nfs start 客户端 ????1. yum instal...
分类:其他好文   时间:2014-10-20 11:58:06    阅读次数:239
CentOS 6.3 NFS的安装配置、启动及mount挂载方法
一、环境介绍: 服务器:centos 192.168.1.225 客户端:centos 192.168.1.226二、安装:NFS的安装配置: centos 5 :yum -y install nfs-utils portmapcentos 6(在CentOS 6.3当中,portmap服务由r.....
分类:其他好文   时间:2014-10-20 11:21:58    阅读次数:240
gcc 4.9编译心得
因为C++不想直接用boost,有些已经和C++最新标准合并的就打算直接用C++里面的好了。所以需要编译gcc4.9。最新的版本是4.9.1,从ftp://gcc.gnu.org/pub/gcc/releases/gcc-4.9.1/gcc-4.9.1.tar.bz2下载。本来已经通过yum安装了不少依赖,发现isl和cloog无法通过yum安装,下载并安..
分类:其他好文   时间:2014-10-20 10:11:48    阅读次数:445
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!