Install BIND to configure DNS server which resolves domain name or IP address. BIND uses 53/TCP,UDP. [1] Install BIND. [root@dlp ~]#? yum?-y install bind bind-utils [2] Configure BIND This exampl...
分类:
其他好文 时间:
2014-10-30 17:24:40
阅读次数:
597
在LAMP环境下部署Discuz!X论坛前期准备[root@server桌面]#yum-yinstallopenssl-develncurses-devellibtermcap-devellibxml2-devel[root@server桌面]#yum-yremovehttpdmysql-servermysqlphp-mysql1.安装httpd源码包[root@server桌面]#tar-zxvfhttpd-2.2.25.tar.gz[root@server桌..
分类:
Web程序 时间:
2014-10-30 17:23:58
阅读次数:
345
1.参考http://www.cnblogs.com/chinacloud/archive/2010/11/25/1887588.htmlhttp://blog.sina.com.cn/s/blog_85eca87301019y9v.html2.环境vm9.0rhel-server-6.0-x86_64-dvd.iso已安装vmaretools已设置好光驱并插入光盘3.操作步骤vm默认在插入光盘后的挂载点是/media/RHEL_6.0x8..
分类:
系统相关 时间:
2014-10-30 17:18:04
阅读次数:
198
准备工具:rrdtool:http://oss.oetiker.ch/rrdtool/pub/(rrdtool-1.4.8.tar.gz)yum安装httpdmysqlphp:yuminstallhttpdphpphp-mysqlmysqlmysql-serversnmp:www.net-snmp.org/下载(net-snmp-5.7.2.1.zip)cacti:http://www.cacti.net/(cacti-0.8.8b.zip)关闭selinux*在安装rr..
分类:
其他好文 时间:
2014-10-30 17:15:50
阅读次数:
293
centos安装在虚拟机下,win7下能正常使用摄像头。虚拟机显示监测到摄像头,但驱动安装失败。terminal下输入yum install cheese,提示是否安装,输入y确认下载,大概100多兆。安装完成后,重新插入摄像头,可以正常使用。
分类:
其他好文 时间:
2014-10-30 16:48:51
阅读次数:
232
1:首先安装Nginx所需要的库a.GCC编译器yum install -y gccb.G++编译器:C++来编译Nginx的http模块yum install -y gcc-c++c.PCRE库:正则表达式yum install -y pcre pcre-develd.zlib库对HTTP包的内容...
分类:
其他好文 时间:
2014-10-30 14:51:14
阅读次数:
225
numpy安装1、下载numpy,网址为:http://www.scipy.org/scipylib/download.html。2、系统更新。[myhaspl@localhost ~]$ su密码:[root@localhost myhaspl]# yum install update3、安装相关工具。[root@localhost myhaspl]# yum install wget[root...
分类:
其他好文 时间:
2014-10-30 13:39:42
阅读次数:
219
salt?内建分组,使用相当方便
salt?‘*‘?grains.ls??
salt?‘*‘?grains.items ???比如升级centos?系统补丁:
???salt?‘os:CentOS‘?cmd.run?‘yum?update?-y‘
???所有kvm?虚拟机上执行命令
...
分类:
其他好文 时间:
2014-10-30 11:59:33
阅读次数:
162
安装cacti服务端和被控制端首先在被检测端安装两个套件yum-yinstalllm_sensorsnet-snmpvim/etc/snmp/snmp.conf修改配置snmp.conf文件在里面添加:com2secnotConfigUser192.168.1.2publicaccessnotConfigGroup""anynoauthexactallnonenoneviewallincluded.180/etc/init.d/snmpdr..
分类:
其他好文 时间:
2014-10-30 11:58:12
阅读次数:
312
近来安装AR5,yum的repo是无效的,现将centosOS的yum的repo在线源借来使用,先下载http://down.51cto.com/data/1891401把里面文件解压在同一目录,再运行里的.sh文件,自动帮你生成在线的repo源。就可以使用yum了
分类:
系统相关 时间:
2014-10-30 11:57:01
阅读次数:
189