摘要:
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 阅读全文
摘要:
安装pyenv 一键安装脚本(可能会卡) curl -L https://github.com/pyenv/pyenv-installer/raw/master/bin/pyenvinstaller | bash 卡的话,浏览器直接打开https://raw.githubusercontent.c 阅读全文