先上图
再上代码
#!/bin/bash
#author: QingFeng
#qq: 530035210
#blog: https://my.oschina.net/pwd/blog
#自动添加秘钥认证用户
#缺省的配置如下
logdir=/data/log/shell #日志路径
log=$logdir/shell.log...
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...