shell脚本-jenkins重启
#!/bin/bash
# 拷贝-杀掉进程 启动进程并输出
# 2019年3月 曾缘
echo "hello address-distribution-1.0.0.jar"
DAY=`date +%Y-%m-%d`
pid=`ps -ef|grep address-distribution-1.0
Sql Server 脚本部署
Sql Server 脚本部署 +++++++++++++++++++++++++++++++++++++++++++ 标题:SqlServer数据库实例部署 时间:2019年9月24日 内容:部署SqlServer单实例 参考:https://www.jiansh
python脚本
未读
python的语音接入
python的语音接入 阿里云语音服务zabbix告警 [TOC] 参考地址:https://www.gl.sh.cn/2019/06/21/python_jiao_ben_bo_da_dian_hua_ga
Linux基础
未读
supervisord进程管理
## supervisord安装和使用 [TOC] ### 1 安装和启动 ```yaml yum install supervisord yum install -y supervisor systemctl enable supervisord ``` ### 2 启动进程 ```yaml su
Shell脚本
未读
shell脚本-rm命令误删除
#!/bin/bash
# 安全删除脚本 safe-rm
# 检查是否有文件或目录作为参数
if [ "$#" -eq 0 ]; then
echo "Usage: safe-rm [file/directory...]"
exit 1
fi
# 提示用户确认
echo "Ar