码迷,mamicode.com
首页 >  
搜索关键字:yum    ( 23269个结果
autofs文件自动挂载系统
为了自己使用方便,利用iso文件制作了自己的rhel6.4的yum源,每次都手动进行mount,十分不便后来在/etc/rc.local中写入了mount命令,方便多了。时间一久,发现新的问题出现了,rc.local中的指令时灵时不灵,又找不到原因,比较烦恼偶尔听到群里有人问autofs的问题,发现...
分类:其他好文   时间:2014-09-13 11:51:05    阅读次数:160
SecureCRT上传bash: rz: command not found
SecureCRT上传bash: rz: command not found-bash: rz: command not foundrz命令没找到?执行sz,同样也没找到。安装lrzsz:#yum -y install lrzsz现在就可以正常使用rz、sz命令上传、下载数据了。使用方法:上传文件#...
分类:其他好文   时间:2014-09-12 22:05:24    阅读次数:227
mongoDb c driver
1,yum dependenciesCentos,RHEL Fedora:$ sudo yum install git gcc automake autoconf libtoolDebian:$ sudo apt-get install git gcc automake autoconf libto...
分类:数据库   时间:2014-09-12 20:39:54    阅读次数:195
CentOS6.5下Nginx1.7.4安装记录
1.环境准备yum -y install gcc gcc-c++ autoconf automake makeyum -y install zlib zlib-devel openssl openssl--devel pcre pcre-devel 不执行以上两项安装的话,就可能会遇到下面我的安装过程中遇到的情况:到此页面下载自己想要的版本:http://nginx.org/en/download...
分类:其他好文   时间:2014-09-12 19:10:24    阅读次数:214
Zabbix 添加Linux客户端 Agent方式
时间同步ntpdatetime.nist.gov安装Zabbix官方yum源rpm-ivhhttp://repo.zabbix.com/zabbix/2.2/rhel/6/x86_64/zabbix-release-2.2-1.el6.noarch.rpm安装zabbix客户端yuminstall-yzabbixzabbix-agent关闭防火墙[root@VM3~]#chkconfigiptablesoff[root@VM3~]#serviceiptablesstop..
分类:系统相关   时间:2014-09-12 17:24:34    阅读次数:328
linux下安装和运行wireshark
一、安装 以root用户运行:yum install wireshark   二、运行 在终端中键入命令: #wireshark bash:wireshark:command not found   #whereis wireshark wireshark: /usr/lib/wireshark /usr/share/wireshark   #cd /usr/lib/wire...
分类:系统相关   时间:2014-09-12 17:16:03    阅读次数:258
brew软件包管理利器
linuxbrew一款软件包管理工具 类似mac os 上的brew...
分类:其他好文   时间:2014-09-12 17:13:33    阅读次数:172
Php 环境安装配置
#!/bin/bash yuminstall-ygiflibgiflib-devel yuminstall-ylibxml2libxml2-devellibxml2-static yuminstall-ygcc44gcc44-c++gtk+gtk+-develpkgconfiglibpngzliblibjpeglibtiff yum-yinstallgccgcc-c++autoconfmakepatchntp.x86_64libjpeglibjpeg-devellibpnglibpng-develgdgd-d..
分类:Web程序   时间:2014-09-12 15:19:03    阅读次数:188
Centos上PostgreSQL9.3的安装
系统环境CentOSrelease6.2(Final)64bitPostgreSQL版本:9.3.5分别使用rpm、源码包、yum的安装方式进行安装1、安装PostgreSQLa.rpm安装1.检查PostgreSQL是否已经安装[root@localhost~]#rpm-qa|greppostgresql如果有检查到已经安装的包,使用rpm–e将其卸载2.rpm的下载安装在htt..
分类:数据库   时间:2014-09-12 15:16:24    阅读次数:285
为centos添加第三方源
默认centos自带的源少了很多好软件,所以需要添加第三方源一、安装CentOS yum源优先级插件yum-prioritiesyum install yum-plugin-priorities.noarch二、设置CentOS默认yum源的优先级为最高cd /etc/yum.repos.d/ #进...
分类:其他好文   时间:2014-09-12 15:01:53    阅读次数:194
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!