摘要: service_check.sh #! /bin/bash list="nginx redis java rabbit kafka ssh" for i in $list; do wci=`ps -ef | grep "$i" | grep -v grep | wc -l` if [ $wci -g 阅读全文
posted @ 2021-06-16 17:52 豆浆D 阅读(63) 评论(0) 推荐(0) 编辑
摘要: 安装pyenv 一键安装脚本(可能会卡) curl -L https://github.com/pyenv/pyenv-installer/raw/master/bin/pyenvinstaller | bash 卡的话,浏览器直接打开https://raw.githubusercontent.c 阅读全文
posted @ 2021-06-16 13:22 豆浆D 阅读(96) 评论(0) 推荐(0) 编辑