一键脚本合集
1、 回程路由测试
回程路由检测直观版本:
curl http://tutu.ovh/bash/returnroute/test.sh|bash
回程路由检测代码版:
wget -N --no-check-certificate https://raw.githubusercontent.com/V2RaySSR/vps/master/vpstest.sh && bash vpstest.sh
2、 Geekbench测试
curl -sL yabs.sh | bash
github地址:https://github.com/masonr/yet-another-bench-script
3、三网测速
bash <(curl -Lso- https://git.io/superspeed.sh)
4、 流媒体检测
bash <(curl -L -s https://raw.githubusercontent.com/lmc999/RegionRestrictionCheck/main/check.sh)
5、Xrayr/V2ray一键安装
Mack八合一一键脚本 (甲骨文ARM可用):
地址:https://github.com/mack-a/v2ray-agent
适合系统:脚本不再支持Centos6、Ubuntu 16.x
wget -P /root -N --no-check-certificate "https://raw.githubusercontent.com/mack-a/v2ray-agent/master/install.sh" && chmod 700 /root/install.sh && /root/install.sh
设置纯ipv6的vps可以访问ipv4,能够从github拉去github脚本:
echo -e "nameserver 2001:67c:2b0::4•\nnameserver 2001:67c:2b0::6" > /etc/resolv.conf
6.高大全一键脚本(测速可用-25,若有问题,可先安装3-speedtest):
wget -O box.sh https://raw.githubusercontent.com/BlueSkyXN/SKY-BOX/main/box.sh && chmod +x box.sh && clear && ./box.sh
7、Docker一键安装
bash <(curl -sL haoduck.com/sh/docker.sh)
官方一键:curl -sL get.docker.com|bash
8、SSR安装脚本-秋水(使用ipv6破解校园网20M限制)
wget --no-check-certificate -O shadowsocks-all.sh https://raw.githubusercontent.com/teddysun/shadowsocks_install/master/shadowsocks-all.sh
chmod +x shadowsocks-all.sh
./shadowsocks-all.sh 2>&1 | tee shadowsocks-all.log
Vultr 自带UFW !!!
9、V2board 服务器端 Linux, V2Ray-Poseidon, Soga XrayR, Air-Universe 一键脚本
wget --no-check-certificate https://raw.githubusercontent.com/jinwyp/one_click_script/master/linux_install_software.sh && chmod +x ./linux_install_software.sh && ./linux_install_software.sh
10、speedtest测速网页端一键搭建
bash <(curl -Lsk https://raw.githubusercontent.com/BigMangos/speedtest-go-script/master/install.sh)
11、openvz一键BBRplus开启
wget --no-cache -O lkl-haproxy.sh https://github.com/mzz2017/lkl-haproxy/raw/master/lkl-haproxy.sh && bash lkl-haproxy.sh
项目地址:https://github.com/mzz2017/lkl-haproxy
12、aapanel小助手
地址:https://github.com/AaronYES/aapanel
13、宝塔面板第三方云端
https://github.com/flucont/btcloud
文章目录
关闭
共有 0 条评论