重装到Ubuntu16.04: ```shell curl -O https://raw.githubusercontent.com/bin456789/reinstall/main/reinstall.sh || wget -O reinstall.sh $_ bash reinstall.sh ubuntu 16.04 ``` 安装4.4.0-142内核: ```shell apt install linux-headers-4.4.0-142-generic apt install linux-image-4.4.0-142-generic update-grub ``` 删除其他内核: ```shell dpkg -l|grep linux-image apt purge linux-image-4.15.0-142-generic update-grub reboot ``` 安装锐速(已有效期至2099年): ```shell bash <(wget --no-check-certificate -qO- https://depot.gggu.eu.org/lotServerInstall/lotServerInstall.sh) install ``` 完全卸载: ```shell bash <(wget --no-check-certificate -qO- https://depot.gggu.eu.org/lotServerInstall/lotServerInstall.sh) uninstall ``` ```shell 使用方法 启动命令 /appex/bin/lotServer.sh start 停止加速 /appex/bin/lotServer.sh stop 状态查询 /appex/bin/lotServer.sh status 重新启动 /appex/bin/lotServer.sh restart ``` 添加/etc/sysctl.conf 配置: ```shell net.ipv4.tcp_window_scaling = 1 net.ipv4.tcp_slow_start_after_idle = 0 net.ipv4.tcp_fastopen = 0x203 net.ipv4.tcp_ecn = 2 net.ipv4.tcp_mtu_probing = 0 net.ipv4.tcp_no_metrics_save = 0 net.core.somaxconn = 256 net.ipv4.tcp_tw_reuse = 1 ``` ```shell sysctl -p ``` treesky 2025-04-07 上一篇: FQ版Caddy顺便作为下载目录WEB展示 下一篇: Ubuntu24.04安装Liquorix内核 评论已关闭
评论已关闭