各种各样的VPS脚本

hqs Posted on 2022-08-09 10192 Views


测速/跑分

秋水逸冰Unix bench

wget --no-check-certificate https://github.com/teddysun/across/raw/master/unixbench.sh
chmod +x unixbench.sh
./unixbench.sh

Yet-Another-Bench-Script

curl -sL yabs.sh | bash

Bench.sh

wget -qO- bench.sh | bash

面板

宝塔国际版

# Centos/Fedora:
yum install -y wget && wget -O install.sh http://www.aapanel.com/script/install_6.0_en.sh && bash install.sh
# Ubuntu
wget -O install.sh http://www.aapanel.com/script/install-ubuntu_6.0_en.sh && sudo bash install.sh
# Uninstall
wget http://download.bt.cn/install/bt-uninstall.sh
sh bt-uninstall.sh

X-ui

bash <(curl -Ls https://raw.githubusercontent.com/vaxilu/x-ui/master/install.sh)

FranzKafkaYu/x-ui

bash <(curl -Ls https://raw.githubusercontent.com/FranzKafkaYu/x-ui/master/install.sh)

哪吒Nezha探针

curl -L https://raw.githubusercontent.com/naiba/nezha/master/script/install.sh -o nezha.sh && chmod +x nezha.sh
sudo ./nezha.sh

网络加速/检测

Linux-NetSpeed BBR

wget -N --no-check-certificate "https://raw.githubusercontent.com/chiakge/Linux-NetSpeed/master/tcp.sh"
chmod +x tcp.sh
./tcp.sh

Warp

wget -N https://raw.githubusercontent.com/fscarmen/warp/main/menu.sh && bash menu.sh [option] [lisence] 

流媒体检测

bash <(curl -L -s check.unlock.media)
# Docker命令 (兼容ARM架构)
docker run --rm -ti --net=host lmc999/regioncheck && docker rmi lmc999/regioncheck

VPS回程路由

curl https://raw.githubusercontent.com/zhucaidan/mtr_trace/main/mtr_trace.sh|bash

Linux网络优化

wget http://sh.nekoneko.cloud/tools.sh -O tools.sh && bash tools.sh

Brook转发

wget -qO brook-pf-mod.sh https://raw.githubusercontent.com/monret/brook/master/brook-pf-mod.sh && chmod +x brook-pf-mod.sh && bash brook-pf-mod.sh

Neko 流媒体检测

bash <(curl -Ls unlock.moe)

ECS检测

#融合怪测评脚本
bash <(wget -qO- --no-check-certificate https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh)

#IP质量
bash <(wget -qO- --no-check-certificate https://gitlab.com/spiritysdx/za/-/raw/main/qzcheck.sh)

系统相关

GNU/Linux 一键更换国内软件源脚本

bash <(curl -sSL https://cdn.jsdelivr.net/gh/SuperManito/LinuxMirrors@main/ChangeMirrors.sh)

添加swap

bash <(wget --no-check-certificate -qO- https://cdn.jsdelivr.net/gh/Moexin/Shell@master/Swap.sh)

优先使用swap

vi /etc/sysctl.conf
#文档末尾添加
vm.swappiness=80

DD网络重装脚本

wget --no-check-certificate -qO ~/Network-Reinstall-System-Modify.sh 'https://www.cxthhhhh.com/CXT-Library/Network-Reinstall-System-Modify/Network-Reinstall-System-Modify.sh' && chmod a+x ~/Network-Reinstall-System-Modify.sh && bash ~/Network-Reinstall-System-Modify.sh
# 密码cxthhhhh.com

科学上网相关

V2ray管理脚本

source <(curl -sL https://multi.netlify.app/v2ray.sh) --zh
source <(curl -sL https://multi.netlify.app/v2ray.sh) --remove
#卸载命令

歇斯底里 emptysuns/Hi_Hysteria

bash <(curl -fsSL https://git.io/hysteria.sh)

工具箱

Ednovas

wget -P /root -N https://cdn.jsdelivr.net/gh/ednovas/vpstoolbox@main/ednovastool.sh && chmod +x ednovastool.sh && ./ednovastool.sh

johnrosen1/vpstoolbox

apt -o Acquire::AllowInsecureRepositories=true -o Acquire::AllowDowngradeToInsecureRepositories=true update && apt-get install sudo curl screen -y && curl -LO https://raw.githubusercontent.com/johnrosen1/vpstoolbox/master/vps.sh && sudo screen -U bash vps.sh

其他

Peer2profit

curl -L https://raw.githubusercontent.com/spiritLHLS/peer2profit-one-click-command-installation/main/p.sh -o p.sh && chmod +x p.sh && bash p.sh
#卸载脚本
bash p.sh -u 
This author has not provided a description.
Last updated on 2022-08-09