shell jenkins job Shell command doesn’t run in background At some point in the recent releases, it seems Jenkins can no longer runs background shell commands ... 04月15日 26 发表评论 阅读全文
linux linux运行df -h命令无响应问题解决 运行df -h命令无响应问题解决 1.使用strace查看df日志 可以查看到卡到了/mnt,说明这个目录存在问题,一般是通过挂载网络文件系统,由于网络故障或服务端问题导致服务不可用 strace显示... 09月25日 73linux运行df -h命令无响应问题解决已关闭评论 阅读全文
nginx 关于nginx configure编译参数 常用编译选项 --prefix= 指向安装目录 --sbin-path 指向(执行)程序文件(nginx) --conf-path= 指向配置文件(nginx.conf) --with-http_ss... 01月16日 788关于nginx configure编译参数已关闭评论 阅读全文
shell linux shell if常用参数 -le 小于等于 -ge 大于等于 -lt 小于 -gt 大于 -qe 等于 -ne不等于 -f 普通文件 -e 文件或目录存在 -s 文件或目录存在且大于0 -z 文件或目录存在且等于0 -d 目录... 12月29日 747linux shell if常用参数已关闭评论 阅读全文