下面是本人常用的一些脚本,觉得还不错,分享给大家。

1. DD重装脚本

(来自于:史上最强,支持 Debian 12 raid 0 Ubuntu 24.04(测试中);512MB 内存安装 AlmaLinux/RockyLinux;CentOS 9 Fedora 39 AlpineLinux Kali Linux Windows 重装程序功能更新、bug反馈贴(长期更新) (nodeseek.com)

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. 流媒体解锁检测脚本

(来自于:lmc999/RegionRestrictionCheck: A bash script to check the status of your IP on various geo-restricted services. (github.com)

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