01 2021 档案
摘要:/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)" # 可以选用清华源,相对快一些 # 参考文档 https://zhuanlan.zhihu.com/p/111014448
阅读全文
摘要:# 获取证书过期时间脚本 cat /etc/zabbix/scripts/check-cert-expire.sh #!/bin/bash host=$1 port=$2 end_date=`/usr/bin/openssl s_client -servername $host -host $hos
阅读全文