Linux系统打开BBR BBR 是 Google 提出的一种新型拥塞控制算法,可以使 Linux 服务器显著地提高吞吐量和减少 TCP 连接的延迟。BBR 对 Linux 内核的最低版本要求为 4.9,大部分系统可以直接启用。 2024-08-02 2024 #Linux
mac用pip3安装django,django-admin:command not found问题 zsh 出现django-admin:command not found问题 2024-02-25 2024 #其他