This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# BBR + FQ 调优状态检查脚本 | |
# Author: XiaoDian / ChatGPT | |
# Date: 2025-09-22 | |
# | |
set -e | |
echo "===== BBR + FQ 状态检查 =====" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# Debian 12 TCP/BBR/FQ auto-tune script | |
# Author: ChatGPT | |
# Date: 2025-09-22 | |
# | |
set -euo pipefail | |
backup_conflict_file() { |