Dragon
主机之家测评主机之家测评  2019-08-21 10:04 主机之家测评 隐藏边栏 |   抢沙发  127 
文章评分 0 次,平均分 0.0

锐速功能介绍

锐速是一款 TCP 网络加速软件,能在 Linux 系统和 Windows 系统的服务器中安装,安装后能启到提高网络连接稳定性、带宽利用率、低访问失败率等作用,从而提高服务器网络访问速度。锐速并不能增加大宽带,只是提高网络的稳定性和利用率而已,但这对于使用国外的 VPS 做站的朋友来说也是非常不错的了。

vultr 这里就不用介绍了,目前 Vultr 家 VPS 所有的内置 linux 系统都是不能直接安装锐速的,这样我们就需要更换内核来进行安装,今天博主介绍两个系统的安装方式,一种提 Debian 8 x64 (jessie)系统,另外一种是 Centos 7 x64 系统。

Vultr 官方网站:www.vultr.com

Debian 8 系统安装锐速

我们要先安装好 Debian 8 x64 (jessie)系统,然后使用 Xshell 连接上你的 VPS,查看目前的内核,查看命令为:

 

1
uname -a

目前显示的应该是:

 

1
linux-image-3.16.0-6-amd64

我们需要降到的版本为:

 

1
linux-image-3.16.0-4-amd64

降内核教程:
执行以下脚本

 

1
wget http://security-cdn.debian.org/pool/updates/main/l/linux/linux-image-3.16.0-4-amd64_3.16.43-2+deb8u5_amd64.deb

安装 3.16.0-4 内核

 

1
dpkg -i linux-image-3.16.0-4*.deb

删除原来的内核,先要看一下都有那些,展示一下所有的内核

 

1
dpkg -l|grep linux-image

删除原内核

 

1
apt-get -y remove linux-image-3.16.0-7-amd64

删除的时候会出现一个白蓝色的画面,让你选择 yes 和 no,一定要选择 no,这样原内核就删除了。
更新 grub 系统引导文件

 

1
update-grub

重启 VPS

 

1
reboot

等待一下重新连接 VPS,查看一下内核版本 uname -a 可以看到已经降完了,下面就可以安装锐速了。

 

1
wget --no-check-certificate -O appex.sh https://raw.githubusercontent.com/0oVicero0/serverSpeeder_Install/master/appex.sh && chmod +x appex.sh && bash appex.sh install

输入以上脚本,中间提示你需要回车继续,直接回车就可以了。
#Vultr#Debian 8 及 Centos7 系统 VPS 安装破解版锐速图文教程

CentOS 7 系统安装锐速

vultr 的 centos7 系统的内核是不支持锐速安装的,我们可以提前查询一下内核。

 

1
uname -r

显示如下:

#Vultr#Debian 8 及 Centos7 系统 VPS 安装破解版锐速图文教程

我们需要到 3.10.0-229.1.2.el7.x86_64 才可以安装,输入以下脚本:

 

1
rpm -ivh http://soft.91yun.org/ISO/Linux/CentOS/kernel/kernel-3.10.0-229.1.2.el7.x86_64.rpm  --nodeps --force

输出结果如下:

#Vultr#Debian 8 及 Centos7 系统 VPS 安装破解版锐速图文教程

我们再检查一下是否成功,输入:

 

1
rpm -qa | grep kernel

#Vultr#Debian 8 及 Centos7 系统 VPS 安装破解版锐速图文教程

然后就可能重启了,再重新查询一下内核:

 

1
2
reboot
uname -r

显示已经更换成功了。

下面就可以安装锐速了。

 

1
wget -N --no-check-certificate https://github.com/91yun/serverspeeder/raw/master/serverspeeder.sh && bash serverspeeder.sh

可能报以下错误:

 

1
2
3
serverspeeder.sh: line 141: ifconfig: command not found
serverspeeder.sh: line 144: ifconfig: command not found
The name of network interface is not eth0, please retry after changing the name

我们只需要安装一下 ifconfig 就好了,输入:

 

1
yum install net-tool

安装完成再输入安装锐速的脚本,等待几秒就成功了。

#Vultr#Debian 8 及 Centos7 系统 VPS 安装破解版锐速图文教程

以上就是 vultr 家的两种系统安装锐速过程,有问题的可以直接留言给我。

总结:不管你是用 vultr 家的 VPS 是做站还是跑数据,安装加速软件是必不可少的,本文主要介绍了锐速安装,锐速只适合 KVM 架构的 VPS 安装,如果你的 VPS 是 OpenVZ 的架构,你可以试着安装一个魔改 BBR,后期博主再分享给大家!

本文为原创文章,版权归所有,欢迎分享本文,转载请保留出处!

发表评论

扫一扫二维码分享