1. DD Reinstallation Scripts

https://www.nodeseek.com/post-116193-1

The Ultimate Script

1
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 'password'

MoeClub’s Script

1
bash <(wget --no-check-certificate -qO- 'https://raw.githubusercontent.com/MoeClub/Note/master/InstallNET.sh') -d 11 -v 64 -p PASSWORD -port PORT -a -firmware

beta.gs Script

1
wget --no-check-certificate -O NewReinstall.sh https://raw.githubusercontent.com/fcurrk/reinstall/master/NewReinstall.sh && chmod a+x NewReinstall.sh && bash NewReinstall.sh

DD Windows (using the most powerful DD script)

1
bash <(curl -sSL https://raw.githubusercontent.com/leitbogioro/Tools/master/Linux_reinstall/InstallNET.sh) -windows 10  -lang "cn"
1
2
Account: Administrator
Password: Teddysun.com

Use Windows + R to open the Run dialog, type powershell, then run: irm https://get.activated.win | iex

2. All-in-One Benchmark Scripts

bench.sh

1
wget -qO- bench.sh | bash

LemonBench

1
wget -qO- https://raw.githubusercontent.com/LemonBench/LemonBench/main/LemonBench.sh | bash -s -- --fast

ECS MonsterBench

1
bash <(wget -qO- --no-check-certificate https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh)

NodeBench

1
bash <(curl -sL https://raw.githubusercontent.com/LloydAsp/NodeBench/main/NodeBench.sh)

3. Performance Tests

yabs

1
curl -sL yabs.sh | bash

Skip network, run GB5

1
curl -sL yabs.sh | bash -s -- -i5

Skip network & disk, run GB5

1
curl -sL yabs.sh | bash -s -- -if5

Run GB5 instead of GB6

1
curl -sL yabs.sh | bash -s -- -5

4. Streaming & IP Quality Tests

Most Popular edition

1
bash <(curl -L -s check.unlock.media)

Native check scripts

1
bash <(curl -sL Media.Check.Place)

Highest accuracy

1
bash <(curl -L -s https://github.com/1-stream/RegionRestrictionCheck/raw/main/check.sh)

IP Quality check script

1
bash <(curl -sL IP.Check.Place)

One-click DNS Unlock Setup

1
wget https://raw.githubusercontent.com/Jimmyzxk/DNS-Alice-Unlock/refs/heads/main/dns-unlock.sh && bash dns-unlock.sh

5. Speed Tests

Speedtest

1
bash <(curl -sL bash.icu/speedtest)

Taier

1
bash <(curl -sL res.yserver.ink/taier.sh)

hyperspeed

1
bash <(curl -Lso- https://bench.im/hyperspeed)

Global Speedtest

1
wget -qO- nws.sh | bash

Regional Speedtest

1
wget -qO- nws.sh | bash -s -- -r region_name

Ping & Routing tests

1
wget -qO- nws.sh | bash -s -- -rt [region]

6. Backtrace Tests

Display backtrace directly (For Beginners)

1
curl https://raw.githubusercontent.com/ludashi2020/backtrace/main/install.sh -sSf | sh

Detailed backtrace test (Recommended)

1
wget -N --no-check-certificate https://raw.githubusercontent.com/Chennhaoo/Shell_Bash/master/AutoTrace.sh && chmod +x AutoTrace.sh && bash AutoTrace.sh
1
wget https://ghproxy.com/https://raw.githubusercontent.com/vpsxb/testrace/main/testrace.sh -O testrace.sh && bash testrace.sh

7. Utility Scripts

Add SWAP

1
wget https://www.moerats.com/usr/shell/swap.sh && bash swap.sh

Fail2ban

1
wget --no-check-certificate https://raw.githubusercontent.com/FunctionClub/Fail2ban/master/fail2ban.sh && bash fail2ban.sh 2>&1 | tee fail2ban.log

One-click BBR, suitable for modern Debian/Ubuntu

1
2
3
4
5
echo "net.core.default_qdisc=fq" >> /etc/sysctl.conf
echo "net.ipv4.tcp_congestion_control=bbr" >> /etc/sysctl.conf
sysctl -p
sysctl net.ipv4.tcp_available_congestion_control
lsmod | grep bbr

Multi-function BBR install script

1
wget -N --no-check-certificate "https://gist.github.com/zeruns/a0ec603f20d1b86de6a774a8ba27588f/raw/4f9957ae23f5efb2bb7c57a198ae2cffebfb1c56/tcp.sh" && chmod +x tcp.sh && ./tcp.sh

ServerSpeeder / BBRPLUS / BBR2 / BBR3

1
wget -O tcpx.sh "https://github.com/ylx2016/Linux-NetSpeed/raw/master/tcpx.sh" && chmod +x tcpx.sh && ./tcpx.sh

TCP window tuning

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

Add WARP

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

Port 25 open test

1
telnet smtp.aol.com 25

8. One-click Installer Environment

docker

1
bash <(curl -sL 'https://get.docker.com')

Python

1
curl -O https://raw.githubusercontent.com/lx969788249/lxspacepy/master/pyinstall.sh && chmod +x pyinstall.sh && ./pyinstall.sh

iperf3

1
apt install iperf3

realm

1
bash <(curl -L https://raw.githubusercontent.com/zhouh047/realm-oneclick-install/main/realm.sh) -i

gost

1
wget --no-check-certificate -O gost.sh https://raw.githubusercontent.com/qqrrooty/EZgost/main/gost.sh && chmod +x gost.sh && ./gost.sh

Aurora Panel

1
bash <(curl -fsSL https://raw.githubusercontent.com/Aurora-Admin-Panel/deploy/main/install.sh)

Nezha Monitor

1
curl -L https://raw.githubusercontent.com/naiba/nezha/master/script/install.sh  -o nezha.sh && chmod +x nezha.sh && sudo ./nezha.sh
1
2
3
4
&lt;script&gt;
window.ShowNetTransfer = true;
window.FixedTopServerName = true;
window.DisableAnimatedMan = true

WARP

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

Aria2

1
wget -N git.io/aria2.sh && chmod +x aria2.sh && ./aria2.sh

aaPanel (Baota)

1
wget -O install.sh http://v7.hostcli.com/install/install-ubuntu_6.0.sh && sudo bash install.sh

PVE virtualization

1
bash <(wget -qO- --no-check-certificate https://raw.githubusercontent.com/oneclickvirt/pve/main/scripts/build_backend.sh)

Argox

1
bash <(wget -qO- https://raw.githubusercontent.com/fscarmen/argox/main/argox.sh)

9. Comprehensive Toolkits

Kejilion toolkit

1
2
3
apt update -y  && apt install -y curl

bash <(curl -sL kejilion.sh)

SKY-BOX

1
wget -O box.sh https://raw.githubusercontent.com/BlueSkyXN/SKY-BOX/main/box.sh && chmod +x box.sh && clear && ./box.sh

10. Others

Telegram Chinese language pack

1
https://t.me/setlanguage/classic-zh-cn

Google location feedback report portal, Report IP issue

Weird TCP tuning

awesome_docker

11. Handy VPS Commands [Non-Script]

https://www.nodeseek.com/post-424648-1

12. Dedicated Server Benchmark Scripts

1
curl -sL https://sick.onl | bash
1
wget https://github.com/Aniverse/A/raw/i/a && bash a
1
wget -qO- nws.sh | bash
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
# Download script
wget --no-check-certificate -qO InstallNET.sh 'https://raw.githubusercontent.com/leitbogioro/Tools/master/Linux_reinstall/InstallNET.sh' && chmod a+x InstallNET.sh

# Start DD
bash InstallNET.sh -debian 12

# Dedicated server raid DD
bash InstallNET.sh -debian 12 -raid "0"

# Dedicated server static network DD
bash InstallNET.sh -debian 12 --ip-addr 139.162.52.1 --ip-mask 24 --ip-gate 139.162.52.1 --ip6-addr 2a07:e040:2:1d3::1 --ip6-gate 2a07:e040::1 --ip6-mask 32

# Specify password DD
bash InstallNET.sh -debian 12 -pwd 'password'
1
curl -sL https://raw.githubusercontent.com/Yuri-NagaSaki/SICK/refs/heads/main/hardware_info.sh | bash -s -- -cn

Disable IPv6

1
2
3
4
5
6
7
# Insert IPv6 disable rules
echo "net.ipv6.conf.all.disable_ipv6 = 1" >> /etc/sysctl.conf
echo "net.ipv6.conf.default.disable_ipv6 = 1" >> /etc/sysctl.conf
echo "net.ipv6.conf.lo.disable_ipv6 = 1" >> /etc/sysctl.conf

# Apply configs immediately
sysctl -p