DescriptionBusinesses like to have memorable telephone numbers. One way to make a telephone number memorable is to have it spell a memorable word or p...
分类:
其他好文 时间:
2014-08-22 00:19:05
阅读次数:
195
一:笔者采用的是系统是OpenWrt之PandoraBox,内核版本3.3.8;硬件设备是MTK的7620开发板。其中怎么搭建openwrt开发环境在此不用多说,因为既然想实现3G无线上网卡拨号上网,那么肯定是要有一点的openwrt及linux开发基础。二:make menuconfig需要添加上...
分类:
其他好文 时间:
2014-08-21 20:52:14
阅读次数:
827
haproxy 代理 ssl 有两种方式 1、haproxy 本身提供ssl 证书,后面的web 服务器走正常的http? 2、haproxy 本身只提供代理,后面的web服务器https 第一种方式 需要编译haproxy 支持ssl,编译参数:? ?? make?T...
分类:
其他好文 时间:
2014-08-21 19:47:15
阅读次数:
292
题目 Businesses like to have memorable telephone numbers. One way to make a telephone number memorable is to have it spell a memorable word or phrase. For example, you can call the University of Wa...
分类:
其他好文 时间:
2014-08-21 15:22:24
阅读次数:
237
1.U-boot?阶段 编译u-boot启动内核: u-boot-sunxi$make?distclean?CROSS_COMPILE=arm-linux-gnueabihf- u-boot-sunxi$make?Cubietruck?CROSS_COMPILE=arm-linux-gnueabihf- 将SD卡插入读卡器,挂载PC: $sudo...
分类:
其他好文 时间:
2014-08-21 13:30:04
阅读次数:
1473
1、编译
./configure --prefix=/home/fangjian/study/code/nginx-1.4.4/nginx --add-module=/home/fangjian/study/code
make
make install...
分类:
其他好文 时间:
2014-08-21 11:33:34
阅读次数:
222
lua在linux和windows系统下的安装/配置方法
linux系统:
1)去Lua的官网(http://www.lua.org/ftp/)下载最新发布包,比如lua-5.2.3.tar.gz
2)使用命令tar -xzvf lua-5.2.3.tar.gz 解压
3)使用命令cd lua-5.2.3 进入lua目录
4)使用命令make linux
此...
-- chapter1. //7.-- Le`s Make a Gmae Using Molehill* Vector3D: containing an x, y, and z component* Normal: a Vector3D that has a length of one* Matri...
分类:
其他好文 时间:
2014-08-20 19:35:42
阅读次数:
227
1.下载2.安装[root@lbd~]#cpredis-2.8.13.tar.gz/usr/local/[root@lbd~]#cd/usr/local/[root@lbdlocal]#tarzxvfredis-2.8.13.tar.gz[root@lbdlocal]#mvredis-2.8.13redis2813[root@lbdlocal]#cdredis2813/[root@lbdredis2813]#make[root@lbdredis2813]#makeinstall3.修改系统参..
分类:
其他好文 时间:
2014-08-20 14:28:12
阅读次数:
161
在UBuntu12.04 内核版本3.2.0-29-generic-pae,编译UBuntu14.04内核版本为3.13.0-32-generic的驱动。首先要搭建编译环境。1、安装相应的内核文件:apt-get install kernel-headers-`uname -r` uname -r : 需要替换为3.13.0-32-generic2 、编译驱动文件make -C /usr/s...
分类:
系统相关 时间:
2014-08-20 12:39:02
阅读次数:
216