RedHat Ent 6.5 64bit编译安装hadoop2.4.1感谢原帖:http://blog.csdn.net/w13770269691/article/details/16883663/ step1.修改yum:(针对redhat ent未注册用户,注册用户直接跳过这一步) 参考:ht....
分类:
其他好文 时间:
2014-08-07 18:26:00
阅读次数:
242
最近在 Ubuntu下面安装mysql,因之前已经安装过一次,编译安装的,这次想直接把原来安装的Copy来用,下面记遇到的问题。 配置文件my.cnf直接放在mysql目录 /data/server/mysql/ 下面 启动命令 mysqld --defaults-...
分类:
数据库 时间:
2014-08-07 13:32:40
阅读次数:
272
下载、编译安装wgethttp://cn2.php.net/distributions/php-5.4.7.tar.gz
tarzvxfphp-5.4.7.tar.gz
cdphp-5.4.7
./configure--prefix=/usr/local/php--enable-fpm--with-mcrypt--enable-mbstring--disable-pdo--with-curl--disable-debug--disable-rpath--enable-inline-opt..
分类:
Web程序 时间:
2014-08-07 07:34:00
阅读次数:
271
编译之前安装开发环境:Developmenttools,ServerPlatformDevelopment,gcc等。创建named用户及属组#groupadd-g53-rnamed#useradd-gnamed-r-u53named2.从isc.org上下载bind源代码3.编译安装#tarxfbind-9.9.5.tar.gz#cdbind-9.9.5#./configure--prefix=/usr/local/bind9--syscon..
分类:
其他好文 时间:
2014-08-07 07:23:30
阅读次数:
271
下载apachehttpd#wgethttp://mirrors.cnnic.cn/apache//httpd/httpd-2.4.10.tar.gz2.解压apachehttpd#tarxzvfhttpd-2.4.10.tar.gz编译apachehttpd[root@centos1httpd-2.4.10]#./configurecheckingforchosenlayout...Apachecheckingforworkingmkdir-p...yescheckingforgrepthath..
分类:
其他好文 时间:
2014-08-07 07:20:00
阅读次数:
324
mysql5.1.60编译安装 1、tar -zxvf mysql* 2、./configure 之前要make clean ./configure --prefix=/home/shk/mysql-5.1.60 \ --enable-local-infile \ --with-unix-so...
分类:
数据库 时间:
2014-08-06 22:15:52
阅读次数:
399
上篇文章写到了我们布置的nagios监控本机的状态,下面我们来看下nagios监控服务器状态的配置。至于为什么要这么配置,大家可以自行去百度下看看使用NRPE插件实现对remoteserver进行监控,远程服务器配置1,编译安装nagios-plugin,提供检查服务器状态时使用的命令。这些命令可..
分类:
移动开发 时间:
2014-08-06 06:20:51
阅读次数:
264
Nginx是一款开源的高性能HTTP服务器和返向代理服务器。下载、编译、安装模块:[root@localhostnginx-1.4.0]#wgethttp://nginx.org/download/nginx-1.4.0.tar.gz
[root@localhostnginx-1.4.0]#tar-xzfnginx-1.4.0.tar.gz-C/usr/src/
[root@localhostnginx-1.4.0]#yum-yinstallgc..
分类:
Web程序 时间:
2014-08-05 23:02:40
阅读次数:
478
目录环境:win7+vs2010,以版本192为例 第一步:源码下载:http://download.osgeo.org/gdal/gdal192.zip 第二步:前提是已经在机器上成功安装了vs2010开发环境; 1 编译GDAL 将GDAL源码解压到指定目录下,如:D:\code\gdal-1....
分类:
其他好文 时间:
2014-08-05 18:17:59
阅读次数:
324
webbench最多可以模拟3万个并发连接去测试网站的负载能力,个人感觉要比Apache自带的ab压力测试工具好用,安装使用也特别方便,并且非常小。主要是-t参数用着比较爽1、适用系统:Linux2、编译安装:[root@hexuweb102 ~]$wget http://blog.s135....
分类:
Web程序 时间:
2014-08-05 15:17:19
阅读次数:
263