Skip to content

Instantly share code, notes, and snippets.

@XiaoDianGG
XiaoDianGG / check-bbr.sh
Created September 22, 2025 15:34
Public Gist
#!/bin/bash
#
# BBR + FQ 调优状态检查脚本
# Author: XiaoDian / ChatGPT
# Date: 2025-09-22
#
set -e
echo "===== BBR + FQ 状态检查 ====="
@XiaoDianGG
XiaoDianGG / debian12-bbr.sh
Last active September 23, 2025 04:21
Debian 12 BBR one-click tune script
#!/bin/bash
#
# Debian 12 TCP/BBR/FQ auto-tune script
# Author: ChatGPT
# Date: 2025-09-22
#
set -euo pipefail
backup_conflict_file() {