Hadoop MapReduce Next Generation - Setting up a Single Node Cluster.PurposeThis document describes how to set up and configure a single-node Hadoop in...
分类:
其他好文 时间:
2014-07-30 23:41:45
阅读次数:
284
$wget http://mirrors.cnnic.cn/apache/thrift/0.9.1/thrift-0.9.1.tar.gz$tar zxvf thrift-0.9.1.tar.gz$cd thrift-0.9.1$./configure$make /bin/bash ../../l....
分类:
其他好文 时间:
2014-07-30 20:32:14
阅读次数:
624
83wgethttp://www.ex-parrot.com/pdw/iftop/download/iftop-0.17.tar.gz
84du-shiftop-0.17.tar.gz
85ll
86tarzxvfiftop-0.17.tar.gz
87cdiftop-0.17
88./configure
89make&&makeinstall
90make
91yuminstallmakegcc
92ls
93make&&makeinstall
94./configure--..
分类:
系统相关 时间:
2014-07-30 17:54:44
阅读次数:
285
作者:沈小然??? 日期:2014-7-30 安装cronolog 官网下载:http://cronolog.org/usage.html ./configure make;make install 默认安装位置: # which cronolog /usr/local/sbin/cronolog 配置分割Tomcat日志 编...
分类:
其他好文 时间:
2014-07-30 12:35:44
阅读次数:
342
前言GCC(GNUCompilerCollection,GNU编译器合集)是linux以及其他类UNIX平台上进行开源项目,软件开发等必不可少的工具链组成之一(工具链的其他成员包括binutils,Glibc,libstdc++等)另
外,对于程序员以及系统管理员而言,经常需要从软件的源码手动编译安装,而不论是config..
分类:
其他好文 时间:
2014-07-30 12:30:34
阅读次数:
334
wgethttp://pecl.php.net/get/APC-3.1.9.tgztar xzvf APC-3.1.9.tgzcd APC-3.1.9/usr/local/php/bin/phpize./configure --enable-apc-mmap --enable-apc --enabl...
分类:
Web程序 时间:
2014-07-30 11:45:43
阅读次数:
233
1因为memcache用到了libevent这个库,所以安装memcache之前要把这个库安装,安装很简单wgethttp://www.monkey.org/~provos/libevent-1.4.12-stable.tar.gz./configure--prefix=/usr/localmake&&makeinstall用ls-al/usr/local/lib|greplibevent查看是否安装成功2安装mem..
分类:
其他好文 时间:
2014-07-30 10:13:44
阅读次数:
211
1下载安装包yuminstall-ypcre-develwgethttp://www.keepalived.org/software/keepalived-1.2.2.tar.gztarzxvfkeepalived-1.2.2.tar.gzcdkeepalived-1.2.2./configure--prefix=/usr/local/keepalivedmake&&makeinstallcp/usr/local/keepalived/sbin/keepalived/usr/sbin..
分类:
其他好文 时间:
2014-07-30 10:13:03
阅读次数:
378
由于最近公司老大安排对gcc进行升级,所以就整理下这篇文档,希望对有些盆友有些许帮助1安装gmp4.3.2tarjxvfgmp-4.3.2.tar.bz2mkdir/usr/local/gmp-4.3.2cd/usr/local/gmp-4.3.2/opt/gmp-4.3.2/configure--prefix=/usr/local/gmp-4.3.2make&&makeinstall2安装mpfr2.4.2..
分类:
系统相关 时间:
2014-07-30 10:12:53
阅读次数:
396
Failed to refresh Gradle project ‘service’ Unknown host ‘downloads.gradle.org’. Please ensure the host name is correct. If you are behind an HTTP proxy, please configure the proxy settings eith...
分类:
移动开发 时间:
2014-07-29 18:28:22
阅读次数:
2196