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...
[先上curl监控web自动重启脚本(这个一个接口调用,只考虑返回码200的情况)]
#!/bin/bash
check_ip="x.x.x.x"
check_port="6500"
logdir="/data/log/check/"
LOG="$logdir/check_interface.log"
#指定json格式post的方式去提交到服务器
...
[ ]设置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....
https://my.oschina.net/pwd/blog/381212
文章作者
明哥
文章地址
https://www.pvcreate.com/index.php/archives/55/
创建时间
2015-03-02
关注订阅
微信订阅号
开源项目
https://gitee.com/lookingdre...
先去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...