编译Google TCP BBR v3

项目地址:https://github.com/google/bbr/tree/v3 测试环境:debian10 安装了cloud内核 1.安装编译依赖环境 apt install build-essential libncurses-dev libssl ......

创建swap交换文件

1.查看当前交换空间 你可以使用以下任一命令查看当前的交换配置: free -h swapon --show 2.创建交换文件 以下命令将创建一个 1GB 的交换文件(可根据需要调整大小): sudo fallocate -l 1G /swapfile ......

Realm端口转发,高性能的中继服务器

一个用 Rust 编写的简单、高性能的中继服务器。 github地址:https://github.com/zhboner/realm 1.下载 wget https://github.com/zhboner/realm/releases/download ......

Rustdesk-server个人食用

官网:https://rustdesk.com/ 服务端下载地址:https://github.com/rustdesk/rustdesk-server 官方安装文档:https://rustdesk.com/docs/zh-cn/self-host/ru ......