superaj 's Home

一辈子,总还是得让一些善念, 推着我们前行, 不管是三年,还是三十年, 专注做点东西, 至少对得起光阴。

一些服务器常用的脚本

回程路由查询

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

后台运行某个脚本

nohup python3 -u /www/sh/xxx.py >/dev/null 2>&1 &

开启BBR

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

安装aapanel

URL=https://www.aapanel.com/script/install_7.0_en.sh && if [ -f /usr/bin/curl ];then curl -ksSO "$URL" ;else wget --no-check-certificate -O install_7.0_en.sh "$URL";fi;bash install_7.0_en.sh aapanel

生成一个1G的文件

dd if=/dev/zero of=/www/wwwroot/127.0.0.1/1g.test bs=1M count=1024

Netflix解锁测试

wget -O nf https://github.com/sjlleo/netflix-verify/releases/download/2.6/nf_2.6_linux_amd64 && chmod +x nf && clear && ./nf -method full

融合怪测试

curl -L https://github.com/spiritLHLS/ecs/raw/main/ecs.sh -o ecs.sh && chmod +x ecs.sh && bash ecs.sh

原生IP测试

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

网页测速源码

https://superaj.com/cs.zip

添加IPV4 / IPV6支持

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

S-ui 搭建

bash <(curl -Ls https://raw.githubusercontent.com/admin8800/s-ui/main/install.sh)

Argo Xray

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

X-ui

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

 

Copyright © 2026 superaj 's Home. All Right Reserved.