个人常用VPS脚本大全

476

史上最强DD系统脚本@leitbogioro

https://github.com/leitbogioro/Tools

国外服务器

wget --no-check-certificate -qO InstallNET.sh 'https://raw.githubusercontent.com/leitbogioro/Tools/master/Linux_reinstall/InstallNET.sh' && chmod a+x InstallNET.sh && bash InstallNET.sh -debian 12 -pwd 'passwd' -port '22' --bbr

国内服务器

wget --no-check-certificate -qO InstallNET.sh 'https://gitee.com/mb9e8j2/Tools/raw/master/Linux_reinstall/InstallNET.sh' && chmod a+x InstallNET.sh && bash InstallNET.sh -debian 12 -pwd 'passwd' -port '22' --bbr

萌咖DD系统@moeClub

https://github.com/MoeClub/note

bash <(wget --no-check-certificate -qO- 'https://raw.githubusercontent.com/MoeClub/Note/master/InstallNET.sh') -d 12 -v 64 -p 密码 -port 端口 -a -firmware

服务器性能测试

YABS@masonr

https://github.com/masonr/yet-another-bench-script

wget -qO- yabs.sh | bash

融合怪@spiritLHLS

https://github.com/spiritLHLS/ecs

bash <(wget -qO- ecs.0s.hk)

测试三网回程路由

NTrace-core@nxtrace

https://github.com/nxtrace/NTrace-core

curl nxtrace.org/nt | bash
nexttrace --fast-trace

流媒体解锁测试@xy

https://github.com/xykt/RegionRestrictionCheck

bash <(curl -L -s media.ispvps.com)

IP质量体检@xy

https://github.com/xykt/IPQuality

bash <(curl -Ls IP.Check.Place)

移除virtio_balloon模块,降低内存超售影响

rmmod virtio_balloon

1panel安装

https://1panel.cn/docs/installation/online_installation/

curl -sSL https://resource.fit2cloud.com/1panel/package/quick_start.sh -o quick_start.sh && bash quick_start.sh

3x-ui安装@MHSanaei

https://github.com/MHSanaei/3x-ui

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

ddns-go一键安装@vanplus
https://github.com/vanplus/snippets/

bash -c 'bash <(curl -sL https://raw.githubusercontent.com/vanplus/snippets/main/install-ddns_go.sh)'

iptables管理脚本@narai4045

https://github.com/narai4045/manage_net

curl -sL https://raw.githubusercontent.com/narai4045/manage_net/main/manage_nat.sh -o /tmp/manage_net.sh && sudo chmod +x /tmp/manage_net.sh && sudo /tmp/manage_net.sh install

warp一键脚本@fscarmen

https://gitlab.com/fscarmen/warp

warp

wget -N https://gitlab.com/fscarmen/warp/-/raw/main/menu.sh && bash menu.sh

warp-go

wget -N https://gitlab.com/fscarmen/warp/-/raw/main/warp-go.sh && bash warp-go.sh

Docker安装@docker

https://www.docker.com/

curl -fsSL https://get.docker.com | bash -s docker