across/README.md

50 lines
1.4 KiB
Markdown
Raw Normal View History

2020-09-01 14:38:36 +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:48:13 +09:00
- **KMS Server Docker Image**: https://hub.docker.com/r/teddysun/kms
2019-10-16 21:44:22 +09:00
## bench.sh
2015-03-27 13:27:33 +08:00
2020-09-01 14:38:36 +09:00
- Description: Auto test I/O & upload & download speed script
2016-11-29 12:00:45 +09:00
- 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
2020-09-01 14:38:36 +09:00
- Backup MySQL or MariaDB datebases, files and directories
- Backup file is encrypted with AES256-cbc with SHA1 message-digest (Depends on `openssl` command) (option)
- Auto transfer backup file to Google Drive (Depends on [`rclone`](https://teddysun.com/469.html) command) (option)
- Auto transfer backup file to FTP server (Depends on `ftp` command) (option)
- Auto delete remote file from Google Drive or FTP server (option)
2016-11-29 12:00:45 +09:00
- 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)
## pptp.sh(Deprecated, DO NOT USE)
2016-01-08 17:22:55 +08:00
2021-05-04 18:42:30 +09:00
Copyright (C) 2013-2021 Teddysun <i@teddysun.com>