diff --git a/README.md b/README.md index 39084a7..a6769ce 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,34 @@ # SomeScripts 一些个人使用脚本 + +### `install.sh` + +加速安装 `ohmyzsh` (前提是安装了`zsh`) + +#### Win10+ + +可以使用 `Git Bash` 安装路径下解压 `zsh-5.8-5-x86_64.pkg.tar` + + + +当然也可以使用官方的安装方式 + +https://github.com/ohmyzsh/ohmyzsh#basic-installation + +### `fail2ban.sh` + +最简单的防止SSH暴力破解的脚本 + +https://github.com/EricSUID/Fail2ban + +### `uPing` + +24小时监测VPS延迟 + +https://github.com/EricSUID/uPing + +### `bensh.sh` + +Linux服务器测试脚本 + +https://github.com/EricSUID/bench.sh-Others