下面是本人常用的一些脚本,觉得还不错,分享给大家。
1. DD重装脚本
wget --no-check-certificate -qO InstallNET.sh 'https://raw.githubusercontent.com/leitbogioro/Tools/master/Linux_reinstall/InstallNET.sh' && chmod a+x InstallNET.sh && bash InstallNET.sh -debian 12 -pwd 'your_passwd' -swap '1024'
2. 流媒体解锁检测脚本
bash <(curl -L -s check.unlock.media)
3. 开启BBR脚本
(来自于:jinwyp/one_click_script: install latest or LTS linux kernel and enable BBR or BBR plus (github.com))
bash <(curl -Lso- https://git.io/kernel.sh)
4. Warp脚本
(来自于:fscarmen / warp · GitLab)
wget -N https://gitlab.com/fscarmen/warp/-/raw/main/menu.sh && bash menu.sh