IP质量检测
1
| bash <(curl -Ls IP.Check.Place)
|
融合怪
1
| curl -L https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh -o ecs.sh && chmod +x ecs.sh && bash ecs.sh
|
线路测试
1
| curl https://raw.githubusercontent.com/zhucaidan/mtr_trace/main/mtr_trace.sh|bash
|
综合工具箱
1
| wget -O box.sh https://raw.githubusercontent.com/BlueSkyXN/SKY-BOX/main/box.sh && chmod +x box.sh && clear && ./box.sh++
|
VPS工具箱
1
| curl -fsSL https://raw.githubusercontent.com/eooce/ssh_tool/main/ssh_tool.sh -o ssh_tool.sh && chmod +x ssh_tool.sh && ./ssh_tool.sh
|
最全脚本
kejilin
1
| curl -sS -O https://github.7boe.top/https://raw.githubusercontent.com/kejilion/sh/main/kejilion.sh && chmod +x kejilion.sh && ./kejilion.sh
|
ednova脚本
1
| wget -P /root -N https://cdn.jsdelivr.net/gh/ednovas/vpstoolbox@main/ednovastool.sh && chmod +x ednovastool.sh && ./ednovastool.sh
|
jcnf 常用脚本工具包
1
| wget -O jcnfbox.sh https://raw.githubusercontent.com/Netflixxp/jcnf-box/main/jcnfbox.sh && chmod +x jcnfbox.sh && clear && ./jcnfbox.sh
|
bbr内核加速最全脚本
不卸载内核
1
| wget --no-check-certificate -O tcpx.sh https://raw.githubusercontent.com/ylx2016/Linux-NetSpeed/master/tcpx.sh
|
卸载内核
1
| wget -O tcp.sh "https://github.com/ylx2016/Linux-NetSpeed/raw/master/tcp.sh" && chmod +x tcp.sh && ./tcp.sh
|
一键分区挂载
1
| bash <(wget --no-check-certificate -qO- https://download.bt.cn/tools/auto_disk.sh) /website
|
一键DD脚本
1 2
| wget -N --no-check-certificate https://down.vpsaff.net/linux/dd/network-reinstall-os.sh && \ chmod +x network-reinstall-os.sh && ./network-reinstall-os.sh
|
换源
1
| bash <(curl -sSL https://linuxmirrors.cn/main.sh)
|
安装docker
官方Docker
1
| curl -sSL https://get.docker.com/ | sh
|
一键docker脚本
1
| bash <(curl -sSL https://gitee.com/SuperManito/LinuxMirrors/raw/main/DockerInstallation.sh)
|
流控脚本
1
| wget -O fast.bin "https://daloradius.coding.net/p/fast/git/raw/master/fast-3.0.bin" && chmod +x fast.bin && ./fast.bin
|
Python
1
| curl -LO klutztech.com/k && bash k
|
测试速度
三网测速
1
| bash <(curl -sL res.yserver.ink/taier.sh)
|
三网
1
| bash <(curl -Lso- https://git.io/superspeed_uxh)
|
海外
1
| wget -qO- git.io/superbench.sh | bash
|
网络测速
1
| wget -N --no-check-certificate https://raw.githubusercontent.com/FunctionClub/ZBench/master/ZBench-CN.sh && bash ZBench-CN.sh
|
单线程测试
1
| bash <(curl -Lso- https://bench.im/hyperspeed)
|
SPEEDTEST官方脚本
1 2 3
| curl -s https://packagecloud.io/install/repositories/ookla/speedtest-cli/script.deb.sh | sudo bash
apt-get install speedtest
|
全速测试
1
| curl -fsL https://ilemonra.in/LemonBenchIntl | bash -s fast
|
四网测试
1 2 3
| wget -O jcnf.sh https://raw.githubusercontent.com/Netflixxp/jcnfbesttrace/main/jcnf.sh
bash jcnf.sh
|
三网测速脚本
线路测试
1
| curl https://raw.githubusercontent.com/zhanghanyun/backtrace/main/install.sh -sSf | sh
|
科学上网
Argo
1
| bash <(wget -qO- https://raw.githubusercontent.com/fscarmen/argox/main/argox.sh)
|
最全脚本
1
| bash -c "$(curl -fsSL https://raw.githubusercontent.com/JeannieStudio/all_install/master/SixForOne_install.sh)" //8合一脚本
|
BBR加速
1
| cd /usr/src && wget -N --no-check-certificate "https://raw.githubusercontent.com/chiakge/Linux-NetSpeed/master/tcp.sh" && chmod +x tcp.sh && ./tcp.sh
|
hysteria2
1
| bash <(curl -fsSL https://github.com/liuoqu444/sing-box-reality-hysteria2/raw/main/reality_hy2_ws.sh)
|
Bash
二次元
1
| wget -N --no-check-certificate https://raw.githubusercontent.com/Misaka-blog/hysteria-install/main/hy2/hysteria.sh && bash hysteria.sh
|
SSR安装
逗比大神(ToyoDAdoubi)
1
| wget -N --no-check-certificate https://raw.githubusercontent.com/ToyoDAdoubi/doubi/master/ssr.sh && chmod +x ssr.sh && bash ssr.sh
|
M3chD09大佬的“Shadowsocks+WS+TLS+CDN”一键搭建脚本
1 2 3
| wget -O ubuntu-ss-install.sh https://github.com/M3chD09/shadowsocks-with-v2ray-plugin-install/raw/master/ubuntu-ss-install.sh chmod +x ubuntu-ss-install.sh ./ubuntu-ss-install.sh
|
v2ray安装
官方
1
| bash <(curl -s -L https://git.io/v2ray.sh)
|
multi-v2ray多用户管理脚本
1
| source <(curl -sL https://multi.netlify.app/v2ray.sh) --zh
|
v2ray+nginx+ws+tls
1
| wget -N --no-check-certificate -q -O install.sh "https://raw.githubusercontent.com/wulabing/V2Ray_ws-tls_bash_onekey/master/install.sh" && chmod +x install.sh && bash install.sh
|
TROJAN系列安装
Trojan-Go
1
| bash -c "$(curl -fsSL https://raw.githubusercontent.com/JeannieStudio/all_install/master/trojan-go_install.sh)"
|
官方一键
1
| source <(curl -sL https://git.io/trojan-install)
|
二合一脚本
1
| curl -O https://raw.githubusercontent.com/jinwyp/one_click_script/master/trojan_v2ray_install.sh && chmod +x ./trojan_v2ray_install.sh && ./trojan_v2ray_install.sh
|
x-ui安装
官网
1
| bash <(curl -Ls https://raw.githubusercontent.com/vaxilu/x-ui/master/install.sh)
|
魔改 英文-3xui
1
| bash <(curl -Ls https://raw.githubusercontent.com/mhsanaei/3x-ui/master/install.sh)
|
FranzKafkaYu
1
| bash <(curl -Ls https://raw.githubusercontent.com/FranzKafkaYu/x-ui/956bf85bbac978d56c0e319c5fac2d6db7df9564/install.sh)
|
美化 xui
1
| bash <(curl -Ls https://raw.githubusercontent.com/diditra/x-ui/master/install.sh)
|
魔改版
1
| bash <(curl -Ls https://gitlab.com/rwkgyg/x-ui-yg/raw/main/install.sh)
|
跑分
1 2 3 4 5
| wget https://s3.amazonaws.com/cloudbench/software/UnixBench5.1.3.tgz tar -xf UnixBench5.1.3.tgz cd UnixBench/ make all ./Run
|
流媒体测试
全媒体测试
1
| bash <(curl -L -s check.unlock.media)
|
奈飞
1
| wget -O nf https://github.com/sjlleo/netflix-verify/releases/download/2.5/nf_2.5_linux_amd64 && chmod +x nf && clear && ./nf
|
抓取节点脚本
1
| wget https://raw.githubusercontent.com/slobys/proxypool/master/onekey_install.sh && chmod +x onekey_install.sh && ./onekey_install.sh
|
DD 系统
Windows DD Linux
开启tls1.2
1
| [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Ssl3 -bor [Net.SecurityProtocolType]::Tls -bor [Net.SecurityProtocolType]::Tls11 -bor [Net.SecurityProtocolType]::Tls12
|
下载命令
1
| Invoke-WebRequest -Uri https://raw.githubusercontent.com/bin456789/reinstall/main/reinstall.bat -OutFile reinstall.bat
|
开始dd
重启
root
密码是123@@
转发面板
极光面板
1
| bash <(curl -fsSL https://raw.githubusercontent.com/Aurora-Admin-Panel/deploy/main/install.sh)
|
Windows激活
一键脚本
1
| irm https://massgrave.dev/get | iex
|
搭建KMS
1
| wget --no-check-certificate https://raw.githubusercontent.com/Mr-xn/kms-server-deploy/master/kms-server-deploy.sh && bash kms-server-deploy.sh
|
数字认证
1
| irm http://d.cmdpe.com/h|iex
|
KMS激活
1
| irm http://d.cmdpe.com/k|iex
|