3 Commits
Author SHA1 Message Date
mayatnikovandClaude Opus 4.5 a2a53a7095 Fix ANSI escape codes not rendering in log output
Use $'...' (ANSI-C quoting) instead of '...' for color variables so
they contain real escape bytes. Fixes raw \033[1m appearing in output
when color codes are passed through printf %s arguments.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-31 15:17:36 +03:00
mayatnikovandClaude Opus 4.5 326b91e57d Fix VERSION conflict with /etc/os-release
Rename script variable to SCRIPT_VERSION and source os-release in a
subshell to prevent its VERSION variable from colliding with readonly.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-31 15:08:40 +03:00
mayatnikovandClaude Opus 4.5 a206c04ba9 Add TCP BBR setup script with README and LICENSE
Bash script to automatically enable TCP BBR congestion control on Linux
servers. Supports Debian/Ubuntu/CentOS/RHEL/Alpine/Arch, includes
--check and --dry-run modes, sysctl backup, and verification.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-31 14:56:07 +03:00