@@ -2,7 +2,15 @@
1.Copy Fail/Dirty Frag漏洞修复脚本
+单台服务器直接执行:
+
```bash
curl https://git.wytfy.xyz/wytfy/sonmi-op-scripts/raw/master/hpc-security-hardener.sh | bash
```
+集群执行:
+```bash
+pdsh -w sonmi,compute-0-[0-1] "curl https://git.wytfy.xyz/wytfy/sonmi-op-scripts/raw/master/hpc-security-hardener.sh | bash"
+```