unknown (@chileme) 在 debian11安装tcp-brutal失败解决 中发帖
用sing-box作为服务端总会用到tcp-brutal,但是debian11/ubuntu20等系统安装tcp-brutal总会失败
error: Failed to load kernel module, kernel module might not be installed successfully.
warning: tcp-brutal is installed but failed to load.
安装nix
apt install nix -y
2.在vps你觉得好看的目录下创建文件
touch shell.nix
将一下内容写入第二步创建的文件内保存
let
nixpkgs = import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/refs/tags/24.05.tar.gz")...