整理了一些在VPS上,自己常用的脚本
2019-11-30 下午 3:24
前言
对于一个经常折腾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)
宝塔
不必多说= =
#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
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
SSR
多用户管理,python
版本:
wget -q -N --no-check-certificate https://raw.githubusercontent.com/FunctionClub/SSR-Bash-Python/master/install.sh && bash install.sh