摘要: 官方文档地址: https://docs.saltstack.com/en/latest/topics/ssh/index.html salt-ssh介绍 1.salt-ssh 是 0.17.0 新引入的一个功能,不需要minion对客户端进行管理,也不需要master。 2.salt-ssh 支持 阅读全文
posted @ 2021-08-24 16:57 jiayou111 阅读(354) 评论(0) 推荐(0)
摘要: 通过命令查看所有状态的个数: netstat -antlp|awk '/tcp/ {print $6}'|sort|uniq -c 16 CLOSING 130 ESTABLISHED 298 FIN_WAIT1 13 FIN_WAIT2 9 LAST_ACK 7 LISTEN 103 SYN_RE 阅读全文
posted @ 2021-08-24 14:36 jiayou111 阅读(1916) 评论(0) 推荐(0)