更新 README.md

This commit is contained in:
2025-11-29 18:25:11 +08:00
parent 98382c61eb
commit b504dce6a4

View File

@@ -27,3 +27,11 @@ $ ./cpulimit -l 19 -i ./keeper
```
另外启动一个窗口,用 top 或者 htop推荐查看 CPU 占用率
### - 新服务器初始化
```
curl -O https://git.ofcss.com/kairee/debian/raw/branch/master/init-debian.sh
chmod +x init-debian.sh
sudo bash init-debian.sh https://git.ofcss.com/kairee/debian/media/branch/master/data.tar.gz
```