1.从官网www.tcpdump.org下载并解压源文件,这里是tcpdump-4.5.1.tar.gzlibpcap-1.5.3.tar.gz2.编译libpcap,安装目录为/home/armroot,交叉编译不能确定pcap类型,手工指定为linux./configure
--host=arm...
分类:
系统相关 时间:
2014-05-26 23:40:18
阅读次数:
381
方法一安装cURLwgethttp://curl.haxx.se/download/curl-7.17.1.tar.gztar -zxf
curl-7.17.1.tar.gz./configure --prefix=/usr/local/curlmake & make
install方法二进入安装原...
分类:
Web程序 时间:
2014-05-26 21:25:29
阅读次数:
698
一 、查看已安装的nginx是否包含stub_status模块
/usr/local/nginx/sbin/nginx -V nginx version: Nginx/1.2.0 configure arguments:
--with-http_stub_status_module 确定支持stub...
分类:
其他好文 时间:
2014-05-26 16:34:01
阅读次数:
233
一直按网上的方法:1.先安装apt-get install
zlib1g-dev2.重新安装python(3.3):即是./configure 再make再make
install始终没有解决掉问题!最后发现,还需要再链接一次:#ln -s /usr/local/python3.3/bin/pyth...
分类:
编程语言 时间:
2014-05-26 12:35:01
阅读次数:
298
需要的工具:1、安装QT SDK环境2、安装CMake for
Windows3、OpenCV最新Windows源码步骤:1、将QT
SDK安装目录下的{QtSDK}\mingw\bin添加到系统环境变量PATH中2、打开CMake,设置源码位置和源码构造位置3、点击configure,选择如下5、...
yum install gcc pcre-devel zlib-devel
openssl-develwget http://nginx.org/download/nginx-1.6.0.tar.gz./configure
--with-http_stub_status_module --with-...
分类:
其他好文 时间:
2014-05-26 07:58:20
阅读次数:
253
1) Select the site to configure in IIS, right
click and select "Properties"2) Under HTTP Headers Tab, select "File Types"
under the MIME Map section a...
分类:
其他好文 时间:
2014-05-24 09:08:53
阅读次数:
299
1.安装系统:别的没什么说的,就是安的时候把网线拔了,不然到 configure
apt的时候会卡起很久不走的2.配置网络 编辑/etc/network/interface打开/etc/networt/interface
添加下面几句:auto eth0iface inet eth0 static ...
分类:
系统相关 时间:
2014-05-23 06:09:49
阅读次数:
341
构建node扩展的方法:
1,安装node.js 版本为0.10.24.msi
2,安装node-gyp, npm install -g node-gyp
3,构建 hello工程
cd 到 node-gyp-hello\src
node-gyp configure
node-gyp build
构建node-webkit扩展的方法:
1,安装node.js 版本为0.10...
分类:
编程语言 时间:
2014-05-22 23:38:12
阅读次数:
377
1.解压[root@zabbix~]#tar-jxvfmsmtp-1.4.32.tar.bz22.配置[root@zabbix~]#cdmsmtp-1.4.32[root@zabbixmsmtp-1.4.32]#./configure--prefix=/usr/local/msmtp--sysconfdir=/usr/local/msmtp/etccheckingbuildsystemtype...x86_64-unknown-linux-gnucheckinghostsystemtype...x86..
分类:
其他好文 时间:
2014-05-21 12:58:08
阅读次数:
378