OpenLDAP 2.4
OpenLDAP 2.4 provides some great new features over 2.3. Notable
among them are the ability to store configuration data in the directory
and change values on the fly...
[ ]设置IP、DNS、网关
>netsh interface ip set address name="本地连接" source=static addr=192.168.132.5 mask=255.255.255.0
>netsh interface ip set address name="本地连接" gateway=192.168....
先去http://www.redis.io/ 这个网站下载源码
tar -xvf redis-2.6.13.tar.gz
cd redis-2.6.13
可以先扯下 vi READMIN 这个文档,很不错的
make
make test
报了一个错 You need tcl 8.5 or newer in order to run the Redi...