整理一些常用的,已经使用过有效的脚本,防止忘记和丢失。
甲骨文DD系统的脚本
1 | bash <(wget --no-check-certificate -qO- 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh') -d 10 -v 64 -p pasSw0rd -a -firmware |
服务器综合测试脚本(融合怪)
1 | curl -L https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh -o ecs.sh && chmod +x ecs.sh && bash ecs.sh |
Warp多功能一键脚本
https://github.com/yonggekkk/warp-yg
一个针对 VPS 调优的脚本
1 | wget -O tcpx.sh "https://github.com/ylx2016/Linux-NetSpeed/raw/master/tcpx.sh" && chmod +x tcpx.sh && ./tcpx.sh |