马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?立即注册
×
1、DD重装脚本
- 支持 windows dd 到 linux
- 支持 windows dd 到 windows
- 支持 安装 windows iso
- 支持 256m 内存 安装 alpine debian kali
- 支持 512m 内存 安装 ubuntu centos alma rocky oraclelinux fedora opensuse arch gentoo
- 支持 自动使用精简内核
- 支持 检测到不兼容 debian 云内核的磁盘控制器,会安装常规内核,防止无法启动
- 支持 重启到 netboot.xyz
- 支持 重启到 alpine liveos
- 支持 dd/iso 安装 windows 时插入静态ip
- 支持 网关不在子网范围/32位掩码/128位掩码,无需填写网络参数
- 支持 ssh/web 查看安装进度,即使出错,也能用 ssh 安装回 alpine,永不失联(不支持 debian kali)
- 没有 多余的boot/swap分区
- 动态 ip 的机器被其他脚本 dd 成静态的,能检测出来并改回动态
- 全程用分区表 id 识别硬盘,确保不会 d 错硬盘
- 新系统能正常使用商家网页的串行控制台
- 比其它脚本更快
以上功能不是原创就是目前最强
dd gcp 自然不在话下,欢迎使用
https://github.com/bin456789/reinstall
史上最强脚本 - 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 '密码'
复制代码
萌咖大佬的脚本 - bash <(wget --no-check-certificate -qO- 'https://raw.githubusercontent.com/MoeClub/Note/master/InstallNET.sh') -d 11 -v 64 -p 密码 -port 端口 -a -firmware
复制代码
beta.gs大佬的脚本 - wget --no-check-certificate -O NewReinstall.sh https://raw.githubusercontent.com/fcurrk/reinstall/master/NewReinstall.sh && chmod a+x NewReinstall.sh && bash NewReinstall.sh
复制代码
DD windows(使用史上最强DD脚本) - bash <(curl -sSL https://raw.githubusercontent.com/leitbogioro/Tools/master/Linux_reinstall/InstallNET.sh) -windows 10 -lang "cn"
复制代码
DD windows(使用史上最强DD脚本) - bash <(curl -sSL https://raw.githubusercontent.com/leitbogioro/Tools/master/Linux_reinstall/InstallNET.sh) -windows 10 -lang "cn"
复制代码- 账户:Administrator
- 密码:Teddysun.com
复制代码
使用Windows徽标+R快捷键打开运行框,输入powershell运行,弹出powershell命名输入窗口,输入以下命令: - irm https://get.activated.win | iex
复制代码
2、综合测试脚本
bench.sh - wget -qO- bench.sh | bash
复制代码
LemonBench - wget -qO- https://raw.githubusercontent.com/LemonBench/LemonBench/main/LemonBench.sh | bash -s -- --fast
复制代码
融合怪 - bash <(wget -qO- --no-check-certificate https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh)
复制代码
NodeBench - bash <(curl -sL https://raw.githubusercontent.com/LloydAsp/NodeBench/main/NodeBench.sh)
复制代码
跳过网络,测GB5 - curl -sL yabs.sh | bash -s -- -i5
复制代码
跳过网络和磁盘,测GB5 - curl -sL yabs.sh | bash -s -- -if5
复制代码
改测GB5不测GB6 - curl -sL yabs.sh | bash -s -- -5
复制代码
4、流媒体及IP质量测试
最常用版本 - bash <(curl -L -s check.unlock.media)
复制代码
原生检测脚本 - bash <(curl -sL Media.Check.Place)
复制代码
准确度最高 - bash <(curl -L -s <a href="https://github.com/1-stream/RegionRestrictionCheck/raw/main/check.sh" target="_blank">https://github.com/1-stream/Regi ... k/raw/main/check.sh</a>)
复制代码
IP质量体检脚本 - bash <(curl -sL IP.Check.Place)
复制代码
一键修改解锁DNS - wget <a href="https://raw.githubusercontent.com/Jimmyzxk/DNS-Alice-Unlock/refs/heads/main/dns-unlock.sh" target="_blank">https://raw.githubusercontent.co ... /main/dns-unlock.sh</a> && bash dns-unlock.sh
复制代码
BBR v3 优化脚本 - # 安装别名
- bash <(curl -fsSL "https://raw.githubusercontent.com/Eric86777/vps-tcp-tune/main/install-alias.sh?$(date +%s)")
- # 重新加载配置
- source ~/.bashrc # 或 source ~/.zshrc
- # 以后直接使用
- bbr
复制代码
5、测速脚本
Speedtest - bash <(curl -sL bash.icu/speedtest)
复制代码
Taier - bash <(curl -sL res.yserver.ink/taier.sh)
复制代码
hyperspeed - bash <(curl -Lso- <a href="https://bench.im/hyperspeed" target="_blank">https://bench.im/hyperspeed</a>)
复制代码
全球测速
区域速度测试 - wget -qO- nws.sh | bash -s -- -r region_name
复制代码
Ping 和路由测试 - wget -qO- nws.sh | bash -s -- -rt [region]
复制代码
6、回程测试
直接显示回程(小白用这个) - curl <a href="https://raw.githubusercontent.com/ludashi2020/backtrace/main/install.sh" target="_blank">https://raw.githubusercontent.co ... ace/main/install.sh</a> -sSf | sh
复制代码
回程详细测试(推荐) - wget -N --no-check-certificate https://raw.githubusercontent.com/Chennhaoo/Shell_Bash/master/AutoTrace.sh && chmod +x AutoTrace.sh && bash AutoTrace.sh
复制代码- wget https://ghproxy.com/https://raw.githubusercontent.com/vpsxb/testrace/main/testrace.sh -O testrace.sh && bash testrace.sh
复制代码
7、功能脚本
添加SWAP - wget <a href="https://www.moerats.com/usr/shell/swap.sh" target="_blank">https://www.moerats.com/usr/shell/swap.sh</a> && bash swap.sh
复制代码
Fail2ban - wget --no-check-certificate <a href="https://raw.githubusercontent.com/FunctionClub/Fail2ban/master/fail2ban.sh" target="_blank">https://raw.githubusercontent.co ... /master/fail2ban.sh</a> && bash fail2ban.sh 2>&1 | tee fail2ban.log
复制代码
一键开启BBR,适用于较新的Debian、Ubuntu - echo "net.core.default_qdisc=fq" >> /etc/sysctl.conf
- echo "net.ipv4.tcp_congestion_control=bbr" >> /etc/sysctl.conf
- sysctl -p
- sysctl net.ipv4.tcp_available_congestion_control
- lsmod | grep bbr
复制代码
多功能BBR安装脚本 - wget -N --no-check-certificate "https://gist.github.com/zeruns/a0ec603f20d1b86de6a774a8ba27588f/raw/4f9957ae23f5efb2bb7c57a198ae2cffebfb1c56/tcp.sh" && chmod +x tcp.sh && ./tcp.sh
复制代码
锐速/BBRPLUS/BBR2/BBR3 - wget -O tcpx.sh "https://github.com/ylx2016/Linux-NetSpeed/raw/master/tcpx.sh" && chmod +x tcpx.sh && ./tcpx.sh
复制代码
TCP窗口调优 - wget <a href="http://sh.nekoneko.cloud/tools.sh" target="_blank">http://sh.nekoneko.cloud/tools.sh</a> -O tools.sh && bash tools.sh
复制代码
添加warp - wget -N <a href="https://gitlab.com/fscarmen/warp/-/raw/main/menu.sh" target="_blank">https://gitlab.com/fscarmen/warp/-/raw/main/menu.sh</a> && bash menu.sh [option] [lisence/url/token]
复制代码
25端口开放测试
8、一键安装常用环境及软件
docker - bash <(curl -sL 'https://get.docker.com')
复制代码
Python c- url -O <a href="https://raw.githubusercontent.com/lx969788249/lxspacepy/master/pyinstall.sh" target="_blank">https://raw.githubusercontent.co ... master/pyinstall.sh</a> && chmod +x pyinstall.sh && ./pyinstall.sh
复制代码
iperf3
realm - bash <(curl -L <a href="https://raw.githubusercontent.com/zhouh047/realm-oneclick-install/main/realm.sh" target="_blank">https://raw.githubusercontent.co ... stall/main/realm.sh</a>) -i
复制代码
gost - wget --no-check-certificate -O gost.sh <a href="https://raw.githubusercontent.com/qqrrooty/EZgost/main/gost.sh" target="_blank">https://raw.githubusercontent.com/qqrrooty/EZgost/main/gost.sh</a> && chmod +x gost.sh && ./gost.sh
复制代码
极光面板 - bash <(curl -fsSL <a href="https://raw.githubusercontent.com/Aurora-Admin-Panel/deploy/main/install.sh" target="_blank">https://raw.githubusercontent.co ... loy/main/install.sh</a>)
复制代码
哪吒监控 - curl -L https://raw.githubusercontent.com/naiba/nezha/master/script/install.sh -o nezha.sh && chmod +x nezha.sh && sudo ./nezha.sh
复制代码
- <script>
- window.ShowNetTransfer = true;
- window.FixedTopServerName = true;
- window.DisableAnimatedMan = true
复制代码
WARP - wget -N <a href="https://gitlab.com/fscarmen/warp/-/raw/main/menu.sh" target="_blank">https://gitlab.com/fscarmen/warp/-/raw/main/menu.sh</a> && bash menu.sh
复制代码
Aria2 - wget -N git.io/aria2.sh && chmod +x aria2.sh && ./aria2.sh
复制代码
PVE虚拟化 - bash <(wget -qO- --no-check-certificate <a href="https://raw.githubusercontent.com/oneclickvirt/pve/main/scripts/build_backend.sh" target="_blank">https://raw.githubusercontent.co ... ts/build_backend.sh</a>)
复制代码
Argox - bash <(wget -qO- <a href="https://raw.githubusercontent.com/fscarmen/argox/main/argox.sh" target="_blank">https://raw.githubusercontent.com/fscarmen/argox/main/argox.sh</a>)
复制代码
9、综合功能脚本
科技lion - apt update -y && apt install -y curl
- bash <(curl -sL kejilion.sh)
复制代码
SKY-BOX - wget -O box.sh https://raw.githubusercontent.com/BlueSkyXN/SKY-BOX/main/box.sh && chmod +x box.sh && clear && ./box.sh
复制代码
10、其它
TG中文汉化 - https://t.me/setlanguage/classic-zh-cn
复制代码
11.VPS常备小命令【非脚本】
https://www.idceve.com/thread-13-1-1.html
12.杜甫检测脚本
- curl -sL https://sick.onl | bash
复制代码- wget https://github.com/Aniverse/A/raw/i/a && bash a
复制代码- # 下载脚本
- wget --no-check-certificate -qO InstallNET.sh 'https://raw.githubusercontent.com/leitbogioro/Tools/master/Linux_reinstall/InstallNET.sh' && chmod a+x InstallNET.sh
- # 开始 dd
- bash InstallNET.sh -debian 12
- # 杜甫指定raid dd
- bash InstallNET.sh -debian 12 -raid "0"
- # 杜甫指定网络 dd
- bash InstallNET.sh -debian 12 --ip-addr 139.162.52.1 --ip-mask 24 --ip-gate 139.162.52.1 --ip6-addr 2a07:e040:2:1d3::1 --ip6-gate 2a07:e040::1 --ip6-mask 32
- # 指定密码 dd
- bash InstallNET.sh -debian 12 -pwd 'password'
复制代码- curl -sL https://raw.githubusercontent.com/Yuri-NagaSaki/SICK/refs/heads/main/hardware_info.sh | bash -s -- -cn
复制代码 禁用IPV6
- # 向配置文件写入禁用 IPv6 的规则
- echo "net.ipv6.conf.all.disable_ipv6 = 1" >> /etc/sysctl.conf
- echo "net.ipv6.conf.default.disable_ipv6 = 1" >> /etc/sysctl.conf
- echo "net.ipv6.conf.lo.disable_ipv6 = 1" >> /etc/sysctl.conf
- # 让配置立即生效
- sysctl -p
复制代码
|