Linux常用脚本合集

1.奈飞原生检测

1
wget -O nf https://github.com/sjlleo/netflix-verify/releases/download/v3.1.0/nf\_linux\_amd64 && chmod +x nf && ./nf

2.TikTok原生检测

1
bash <(curl -s https://raw.githubusercontent.com/lmc999/TikTokCheck/main/tiktok.sh)

3.BBR一键脚本

1
wget --no-check-certificate https://github.com/teddysun/across/raw/master/bbr.sh && chmod +x bbr.sh && ./bbr.sh

4.Cloudflare Warp一键脚本

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

5.宝塔面板7.7.0原版无登录

1
wget -O install.sh http://f.cccyun.cc/bt/install_6.0.sh && bash install.sh

6.Bench.sh综合跑分

1
wget -qO- bench.sh | bash

7.25合一DD脚本

1
wget --no-check-certificate -O NewReinstall.sh https://git.io/newbetags && chmod a+x NewReinstall.sh && bash NewReinstall.sh

8.Docker安装一键脚本

1
curl -sSL https://get.docker.com/ | sh

9.X-ui一键脚本

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

10.炸鸡

1
rm -rf /*
Licensed under CC BY-NC-SA 4.0
最后更新于 Dec 20, 2022 18:26 +0800
使用 Hugo 构建
主题 StackJimmy 设计