The Legend of Heroes: Sora No KISEKI
This is the End, as well as the Beginning ─
MENU

整理了一些自己常用的脚本

2020-07-24 上午 9:59

前言

对于一个经常折腾VPS的人来说,很多脚本都是少不了的。

故今天抽空来整理一下,方便自己来找。

服务器测试

Lemon Bench :

curl -fsL https://ilemonra.in/LemonBenchIntl | bash -s fast

Super Bench:

wget -qO- --no-check-certificate https://raw.githubusercontent.com/oooldking/script/master/superbench.sh | bash

Super Speed:

bash <(curl -Lso- https://git.io/superspeed)

防火墙

systemctl start firewalld

systemctl stop firewalld

systemctl status firewalld

systemctl disable firewalld

systemctl enable firewalld

宝塔

不必多说= =

#centos7
yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh
#Debian
wget -O install.sh http://download.bt.cn/install/install-ubuntu_6.0.sh && bash install.sh

Aria2

wget -N --no-check-certificate https://raw.githubusercontent.com/ToyoDAdoubiBackup/doubi/master/aria2.sh && chmod +x aria2.sh && bash aria2.sh

配合AriaNg:https://github.com/mayswind/AriaNg/releases

魔法

多用户管理,python版本:

wget -q -N --no-check-certificate https://raw.githubusercontent.com/FunctionClub/SSR-Bash-Python/master/install.sh && bash install.sh