摘要: 屏蔽出站iptables -t filter -A OUTPUT --dst 192.168.0.191/32 -j DROP iptables -t filter -A OUTPUT --dst 192.168.0.192/32 -j DROP iptables -t filter -A OUTP 阅读全文
posted @ 2022-11-21 16:54 开心940 阅读(101) 评论(0) 推荐(0)
摘要: 1 、通过在查询语句后加 .explain() 能查看是否用到合适的索引扫描99999条才返回一条 高效的索引,扫描一个,返回一个。完全命中索引2、组合索引建索引 按esr原则 精确匹配放最前 3 部分索引 只对id大于多的数据建立索引 只能今年数据建立索引4、慢查询日志 5、 第3方工具pip i 阅读全文
posted @ 2022-11-21 16:53 开心940 阅读(55) 评论(0) 推荐(0)
摘要: 1 连接vcenterConnect-VIServer -Protocol https -User 'administrator@vsphere.local' -Password 'Vcenter密码' -Server Vcenter地址192.168.x.x 2 查看Vcenter主机Get-VM 阅读全文
posted @ 2022-11-21 16:37 开心940 阅读(184) 评论(0) 推荐(0)