码迷,mamicode.com
首页 >  
搜索关键字:make menuconfig    ( 11211个结果
php搭建redis扩展安装及配置
1:redis 安装 $ wget http://download.redis.io/releases/redis-2.8.13.tar.gz $ tar xzf redis-2.8.13.tar.gz $ cd redis-2.8.13 $ make 2:运行redis 加载red...
分类:Web程序   时间:2014-08-08 15:42:16    阅读次数:325
Tomcat Reading Notes
HTTP the client who initiates a transcation by establishing a connection and seding an HTTP request. ? the web server is in no position to contact a clinet or make a callback connection to the cl...
分类:其他好文   时间:2014-08-08 06:24:25    阅读次数:262
Haproxy安装及配置(转)
1.安装# wgethttp://haproxy.1wt.eu/download/1.3/src/haproxy-1.3.20.tar.gz# tar zcvf haproxy-1.3.20.tar.gz# cd haproxy-1.3.20# make TARGET=linux26 PREFIX=...
分类:其他好文   时间:2014-08-08 01:56:55    阅读次数:361
..PHONY: all在makefile文件中的好处
.PHONY:allall:cleanmodulesinstall.PHONY:modulesmodules: $(MAKE)-C$(KERNELDIR)SUBDIRS=$(PWD)modules.PHONY:cleanclean: $(MAKE)-C$(KERNELDIR)SUBDIRS=$(PWD)clean.PHONY:installinstall: $(MAKE)-C$(KERNELDIR)SUBDIRS=$(PWD)INSTALL_MOD_DIR=$(RTKDIR)modules_install可..
分类:其他好文   时间:2014-08-07 19:22:51    阅读次数:808
fastdfs安装
1:安装libevent     rpm -aq |grep libevent|xargs rpm -e --nodeps     tar zxvf libevent-2.0.21-stable.tar.gz     cd libevent-2.0.21-stable     ./configure --prefix=/usr/local/libevent     make && mak...
分类:其他好文   时间:2014-08-07 13:26:20    阅读次数:294
centos 下编译安装mysql5.1与mysql5.5
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
lnmp 源码部署------2
安装php扩展软件#哈稀函数库[root@localhost~]#tar-zxvfmhash-0.9.9.9.tar.gz[root@localhostmhash-0.9.9.9]#cdmhash-0.9.9.9[root@localhostmhash-0.9.9.9]#./configure[root@localhostmhash-0.9.9.9]#make[root@localhostmhash-0.9.9.9]#makeinstall#处理中文各种编码之间的..
分类:其他好文   时间:2014-08-06 19:29:22    阅读次数:286
mknod指令详解
mknod - make block or character special filesmknod [OPTION]... NAME TYPE [MAJOR MINOR] option 有用的就是 -m 了 name 自定义 type 有 b 和 c 还有 p 主设备号 次设备号主设备号是由lin...
分类:其他好文   时间:2014-08-06 18:12:21    阅读次数:193
一般的安装步骤
具体安装步骤: 1、解压:$tar zxvf libxml2-2.6.20.tar.gz 2、进入解压后的安装目录:$cd libxml2-2.6.20 3、安装三部曲:1)$./configure 2)$make 3)$make installtar xvf libxml2.tgz如果有T,那.....
分类:其他好文   时间:2014-08-06 17:38:01    阅读次数:197
Creating a simple static file server with Rewrite--reference
Today, I’d like to take a quick moment to demonstrate how to make a simple file server usingRewrite, and any Servlet Container, such as Tomcat, Wildfl...
分类:其他好文   时间:2014-08-05 15:35:29    阅读次数:282
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!