Loading... # 背景 一些常用的一键脚本,既然是一键脚本平时可能多少会用到一些,每次去网站提取太麻烦了,在这里留下记录好。 # 脚本LIST ## 加速 ```bash 锐速 wget -N --no-check-certificate https://github.com/91yun/serverspeeder/raw/master/serverspeeder.sh && bash serverspeeder.sh BBR wget -N --no-check-certificate https://github.com/teddysun/across/raw/master/bbr.sh && chmod +x bbr.sh && bash bbr.sh BBR+BBR魔改+Lotsever(锐速)一键脚本 for Centos/Debian/Ubuntu wget -N --no-check-certificate "https://raw.githubusercontent.com/chiakge/Linux-NetSpeed/master/tcp.sh" && chmod +x tcp.sh && ./tcp.sh 一键安装BBR2 wget --no-check-certificate -q -O bbr2.sh "https://raw.githubusercontent.com/yeyingorg/bbr2.sh/master/bbr2.sh" && chmod +x bbr2.sh && bash bbr2.sh auto 安装内核后自动重启,重启后自动安装BBR2,开启ECN ``` ## 透传 ```bash MvsCode/frp-onekey的一键frp(非clangcn ) wget https://raw.githubusercontent.com/MvsCode/frp-onekey/master/install-frps.sh -O ./install-frps.sh chmod 700 ./install-frps.sh ./install-frps.sh install #如果国内failed,用以下迁移到国内 wget https://code.aliyun.com/MvsCode/frp-onekey/raw/master/install-frps.sh -O ./install-frps.sh socat中转 wget https://www.moerats.com/usr/shell/socat.sh && bash socat.sh 原来用doubi的但是长期不更新了,感觉moerats更好用。 ``` ## 测试 ```bash wget -qO- bench.sh | bash wget -qO- --no-check-certificate https://raw.githubusercontent.com/oooldking/script/master/superbench.sh | bash wget --no-check-certificate https://github.com/teddysun/across/raw/master/unixbench.sh && chmod +x unixbench.sh && ./unixbench.sh 回程测试 wget -qO- git.io/besttrace | bash ``` ## 工具箱 ```bash BlueSkyXN 综合工具箱 Linux Supported ONLY wget -O box.sh https://raw.githubusercontent.com/BlueSkyXN/SKY-BOX/main/box.sh && chmod +x box.sh && clear && ./box.sh jcnf 常用脚本工具包 yum install -y curl wget 2> /dev/null || apt install -y curl wget wget -O jcnfbox.sh https://raw.githubusercontent.com/Netflixxp/jcnf-box/main/jcnfbox.sh && chmod +x jcnfbox.sh && clear && ./jcnfbox.sh ``` ## DD ```bash LNMP军哥 screen -S lnmp wget http://soft.vpser.net/lnmp/lnmp1.5.tar.gz -cO lnmp1.5.tar.gz && tar zxf lnmp1.5.tar.gz && cd lnmp1.5 && ./install.sh lnmp Moeclub.org一键dd脚本 wget --no-check-certificate -O AutoReinstall.sh https://git.io/AutoReinstall.sh && bash AutoReinstall.sh cxhtttt脚本DD wget --no-check-certificate -qO ~/Network-Reinstall-System-Modify.sh 'https://www.cxthhhhh.com/CXT-Library/Network-Reinstall-System-Modify/Network-Reinstall-System-Modify.sh' && chmod a+x ~/Network-Reinstall-System-Modify.sh && bash ~/Network-Reinstall-System-Modify.sh -UI_Options 一键更换国内源 wget -qO- git.io/superupdate.sh | bash 如果报错:apt-get install -y wget && apt-get install -y ca-certificates ``` ## 富强 ```bash V2ray-233 一键 bash <(curl -s -L https://233blog.com/v2ray.sh) docker wget -qO- https://get.docker.com/ | sh SS/SSR四合一脚本 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 Vmess+websocket+TLS+Nginx+Website: bash <(curl -L -s https://raw.githubusercontent.com/wulabing/V2Ray_ws-tls_bash_onekey/master/install.sh) | tee v2ray_ins.log loyess/Shell一键ss+V2ray插件 wget -N --no-check-certificate -c -t3 -T60 -O ss-plugins.sh https://git.io/fjlbl chmod +x ss-plugins.sh ./ss-plugins.sh 八合一共存脚本+伪装站点 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 项目地址:https://github.com/mack-a/v2ray-agent ``` Like 1 如果觉得我的文章对你有用,请随意赞赏
5 comments
鱼CC
站点:https://ccito.cn
技术分享
鱼CC
站点:https://ccici.cc
技术分享
鱼CC
站点:https://ccici.cc
技术分享
的文章写得很用心,受教了!谢谢