mirror of
https://github.com/teddysun/across.git
synced 2025-06-08 02:39:30 +08:00
install_wg_3
Do not install recommended packages while installing the `wireguard-tools` on a Debian-based OS running kernel newer than 5.6 当在内核版本大于 5.6 的 Debian 系发行版上使用从 repo 安装 wireguard 功能时,调整 apt-get 参数,使之不再主动安装 `wireguard-tools` 包列为 `建议` 包的其他软件包。 改动理由: `wireguard-tools` 包下列为 `建议` 包的软件包包括 `wireguard-modules`,但是该套件暂时不可用,因此会安装 `wireguard-dkms` 代替。但在内核版本大于 5.6 的发行版上,安装 dkms 是不需要的,甚至会在更新 wireguard 时因为尝试更新 dkms 弹错误信息(这个无伤大雅,因为安装脚本只是检测到内核版本太新,警告用户 dkms 模块无需更新而已) Refer: https://packages.ubuntu.com/focal/wireguard-tools
Across the Great Wall we can reach every corner in the world
wireguard.sh
- Description: This is a shell script for configure and start WireGuard VPN server.
- Intro: https://teddysun.com/554.html
bbr.sh
- Description: Auto install latest kernel for TCP BBR
- Intro: https://teddysun.com/489.html
kms.sh
- Description: Auto install KMS Server
- Intro: https://teddysun.com/530.html
- KMS Server Docker Image: https://hub.docker.com/r/teddysun/kms
bench.sh
- Description: Auto test download & I/O speed script
- Intro: https://teddysun.com/444.html
backup.sh
- You must modify the config before run it
- 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
rclone
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
ftp_upload.sh
- You must modify the config before run it
- Upload file(s) to FTP server
- Intro: https://teddysun.com/484.html
unixbench.sh
- Description: Auto install unixbench and test script
- Intro: https://teddysun.com/245.html
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
pptp.sh(Deprecated, DO NOT USE)
Copyright (C) 2013-2020 Teddysun i@teddysun.com
Description
Languages
Shell
83.3%
Dockerfile
8.3%
HTML
5.1%
Makefile
3.3%