前几天,开了台 Vultr 的机器,顺带写一下感受,说实话,现在 Vultr 的日本机房真的是玩坏了,各种问题, ip 全国都能 ping 通, xshell 就是连不上,检查端口,发现 22 端口居然是关闭的,至于原因,博主也处于懵逼状态!
不过通过 Vultr 这台机器确实搞明白了一些事,大家可能都知道 Vultr 日本机房抽风严重,博主试过 bbr魔改版,bbrplus 不抽风的时候,确实速度可以,但是一抽风,半点反应都没有。使用 Lotsever 真的有奇效!
博主一直用的是 moeclub 大佬的脚本,这个脚本相比于 91 云大神的锐速版本,破解更完整,解决断流现象,这里强烈推荐!
GitHub项目地址: https://github.com/MoeClub/lotServer/
博主这里用的是 CentOS 7 X64 的系统,教程非常简单!
1. 检查内核
uname -r
如果你的内核版本可以在下面的锐速内核支持表中找到,即可直接跳过进入下一步操作!
https://raw.githubusercontent.com/MoeClub/lotServer/master/lotServer.log
否则需要手动更换内核:
wget https://buildlogs.centos.org/c7.1511.00/kernel/20151119220809/3.10.0-327.el7.x86_64/kernel-3.10.0-327.el7.x86_64.rpm yum install kernel-3.10.0-327.el7.x86_64.rpm -y
安装后使用 reboot
指令重启服务器!
使用下面指令查看现在的内核版本
uname -r
不出意外的话,现在的内核版本一般为 3.10.0-327.el7.x86_64
2. 安装 LotServer
一键安装 LotServer
bash <(wget --no-check-certificate -qO- https://github.com/MoeClub/lotServer/raw/master/Install.sh) install
如果出现的内容和下图相同,则表示安装成功!
3. 操作说明
启动命令 /appex/bin/lotServer.sh start 停止加速 /appex/bin/lotServer.sh stop 状态查询 /appex/bin/lotServer.sh status 重新启动 /appex/bin/lotServer.sh restart #更新许可,使用ifconfig查看网卡mac地址,替换00:00:00:00:00:00 wget -qO /appex/etc/apx.lic 'https://api.moeclub.org/lotServer?mac=00:00:00:00
卸载 LotServer
bash <(wget --no-check-certificate -qO- https://github.com/MoeClub/lotServer/raw/master/Install.sh) uninstall
4. 常见问题
如果提示 ifconfig
命令不存在
yum upgrade yum install net-tools