Update README.md

This commit is contained in:
Teddysun 2019-10-16 21:44:22 +09:00
parent b39b82037a
commit e470769b7f
No known key found for this signature in database
GPG Key ID: 09BD4C080AD6C46D

View File

@ -1,58 +1,26 @@
# Some useful scripts # Across the Great Wall we can reach every corner in the world
wireguard.sh ## wireguard.sh
============
- Description: This is a shell script for configure and start WireGuard VPN server. - Description: This is a shell script for configure and start WireGuard VPN server.
- Intro: https://teddysun.com/554.html - Intro: https://teddysun.com/554.html
l2tp.sh ## bbr.sh
=======
- Description: Auto install L2TP VPN for CentOS6+/Debian7+/Ubuntu12+
- Intro: https://teddysun.com/448.html
```bash
Usage: l2tp [-l,--list|-a,--add|-d,--del|-m,--mod|-h,--help]
| Bash Command | Description |
|------------------|------------------------------|
| l2tp -l,--list | List all users |
| l2tp -a,--add | Add a user |
| l2tp -d,--del | Delete a user |
| l2tp -m,--mod | Modify a user password |
| l2tp -h,--help | Print this help information |
```
bbr.sh
======
- Description: Auto install latest kernel for TCP BBR - Description: Auto install latest kernel for TCP BBR
- Intro: https://teddysun.com/489.html - Intro: https://teddysun.com/489.html
kms.sh ## kms.sh
======
- Description: Auto install KMS Server - Description: Auto install KMS Server
- Intro: https://teddysun.com/530.html - Intro: https://teddysun.com/530.html
bench.sh ## bench.sh
========
- Description: Auto test download & I/O speed script - Description: Auto test download & I/O speed script
- Intro: https://teddysun.com/444.html - Intro: https://teddysun.com/444.html
```bash
Usage:
| No. | Bash Command | ## backup.sh
|----------|---------------------------------|
| 1 | wget -qO- bench.sh | bash |
| 2 | curl -Lso- bench.sh | bash |
| 3 | wget -qO- 86.re/bench.sh | bash |
| 4 | curl -so- 86.re/bench.sh | bash |
```
backup.sh
=========
- You must modify the config before run it - You must modify the config before run it
- Backup MySQL/MariaDB/Percona datebases, files and directories - Backup MySQL/MariaDB/Percona datebases, files and directories
@ -62,35 +30,23 @@ backup.sh
- Auto delete Google Drive's or FTP server's remote file (option) - Auto delete Google Drive's or FTP server's remote file (option)
- Intro: https://teddysun.com/469.html - Intro: https://teddysun.com/469.html
```bash ## ftp_upload.sh
Install gdrive command step:
For x86_64:
wget -O /usr/bin/gdrive http://dl.lamp.sh/files/gdrive-linux-x64
chmod +x /usr/bin/gdrive
For i386:
wget -O /usr/bin/gdrive http://dl.lamp.sh/files/gdrive-linux-386
chmod +x /usr/bin/gdrive
```
ftp_upload.sh
=============
- You must modify the config before run it - You must modify the config before run it
- Upload file(s) to FTP server - Upload file(s) to FTP server
- Intro: https://teddysun.com/484.html - Intro: https://teddysun.com/484.html
unixbench.sh ## unixbench.sh
============
- Description: Auto install unixbench and test script - Description: Auto install unixbench and test script
- Intro: https://teddysun.com/245.html - Intro: https://teddysun.com/245.html
pptp.sh(Deprecated, DO NOT USE) ## l2tp.sh(Deprecated, DO NOT USE)
===================
- Description: Auto Install PPTP for CentOS 6 - Description: Auto install L2TP/IPSec VPN Server
- Intro: https://teddysun.com/134.html - Intro: https://teddysun.com/448.html
- Change to **L2TP/IPsec VPN Server Docker Image**: https://hub.docker.com/r/teddysun/l2tp
## pptp.sh(Deprecated, DO NOT USE)
Copyright (C) 2013-2019 Teddysun <i@teddysun.com> Copyright (C) 2013-2019 Teddysun <i@teddysun.com>