kaireewu 21d70fbc3e add nginx deb for debian 12
- Build with nginx-quic(v1.23.4) and BoringSSL
- Add dynamic modules:
  - ngx_http_geoip_module.so
  - ngx_http_image_filter_module.so
  - ngx_http_js_module.so
  - ngx_http_xslt_filter_module.so
  - ngx_stream_geoip_module.so
  - ngx_stream_js_module.so
2023-05-19 19:34:30 +08:00
2020-12-21 10:31:59 +00:00
2023-02-01 13:23:38 +08:00
2023-05-08 03:25:43 +00:00
2020-12-25 12:03:18 +00:00
2021-03-05 14:18:42 +00:00
2023-02-01 13:33:57 +08:00

debian

Debian init scripts

CPU 占用率保持工具使用说明:

  1. 将对应架构amd64、arm64的文件拷贝到需要的目录
  2. 启动 screen 或者 tmux 进程
  3. 执行 ./cpulimit -l 20 -i ./keeper
  • -l 20: 想要限制的占用率
  • -i: 限制对子进程也生效

例如:

$ git clone https://git.ofcss.com/kairee/debian.git
$ mv debian/bin/amd64 /usr/local/keeper
$ screen -S cpukeeper
$ cd /usr/local/keeper
$ ./cpulimit -l 19 -i ./keeper

另外启动一个窗口,用 top 或者 htop推荐查看 CPU 占用率

Description
Debian init scripts
Readme 30 MiB
Languages
Shell 100%