-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |