across/README.md

53 lines
1.5 KiB
Markdown
Raw Normal View History

2019-10-16 21:44:22 +09:00
# Across the Great Wall we can reach every corner in the world
2015-03-27 13:27:33 +08:00
2019-10-16 21:44:22 +09:00
## wireguard.sh
2019-10-16 21:02:38 +09:00
- Description: This is a shell script for configure and start WireGuard VPN server.
- Intro: https://teddysun.com/554.html
2019-10-16 21:44:22 +09:00
## bbr.sh
2016-12-24 20:36:31 +09:00
- Description: Auto install latest kernel for TCP BBR
- Intro: https://teddysun.com/489.html
2019-10-16 21:44:22 +09:00
## kms.sh
- Description: Auto install KMS Server
- Intro: https://teddysun.com/530.html
2019-10-16 21:44:22 +09:00
## bench.sh
2015-03-27 13:27:33 +08:00
2016-11-29 12:00:45 +09:00
- Description: Auto test download & I/O speed script
- Intro: https://teddysun.com/444.html
2016-01-08 17:22:55 +08:00
2019-10-16 21:44:22 +09:00
## backup.sh
2016-08-12 13:56:35 +09:00
2017-02-21 12:03:04 +09:00
- You must modify the config before run it
2016-11-29 12:00:45 +09:00
- Backup MySQL/MariaDB/Percona datebases, files and directories
- Backup file is encrypted with AES256-cbc with SHA1 message-digest (option)
- Auto transfer backup file to Google Drive (need install `gdrive` command) (option)
- Auto transfer backup file to FTP server (option)
- Auto delete Google Drive's or FTP server's remote file (option)
- Intro: https://teddysun.com/469.html
2016-08-12 13:56:35 +09:00
2019-10-16 21:44:22 +09:00
## ftp_upload.sh
2016-11-29 22:47:54 +09:00
2017-02-21 20:58:31 +09:00
- You must modify the config before run it
2016-11-29 22:47:54 +09:00
- Upload file(s) to FTP server
- Intro: https://teddysun.com/484.html
2019-10-16 21:44:22 +09:00
## unixbench.sh
2016-01-08 17:22:55 +08:00
2016-11-29 12:00:45 +09:00
- Description: Auto install unixbench and test script
- Intro: https://teddysun.com/245.html
2016-01-08 17:22:55 +08:00
2019-10-16 21:44:22 +09:00
## l2tp.sh(Deprecated, DO NOT USE)
- Description: Auto install L2TP/IPSec VPN Server
- Intro: https://teddysun.com/448.html
- Change to **L2TP/IPsec VPN Server Docker Image**: https://hub.docker.com/r/teddysun/l2tp
2016-04-18 23:32:11 +09:00
2019-10-16 21:44:22 +09:00
## pptp.sh(Deprecated, DO NOT USE)
2016-01-08 17:22:55 +08:00
Copyright (C) 2013-2019 Teddysun <i@teddysun.com>