".extra-menu { background-color: #f3f3f3; padding: 20px; } .extra-menu .extra-menu-h { height: 36px; } .extra-menu .extra-menu-h h3 { display:inline-block; } .extra-menu ul a{ text-decoration: none; } .extra-menu .menu-child { text-indent: 4em; } .extra-menu .menu-child:before { left: 4em; } .extra-menu .extra-menu-h h3 { line-height: 36px; } .collapse-toggle { float: right; cursor: pointer; user-select: none; display: inline-flex; align-items: center; font-size: 14px; } .collapse-toggle img { width: 30%; transform: rotate(180deg); } .collapse-content { margin-bottom: 0px !important; margin-top: 20px !important; overflow: hidden; max-height: 0; transition: max-height 0.3s ease-out; } .collapse-content.expanded { max-height: 1000px; /\* 设置一个足够大的值,确保内容可以完全展开 \*/ } .ph-id { position: relative; top: -90px; } jQuery(document).ready(function( $ ) { $('.collapse-toggle').on('click',function(){ var content = document.querySelector('.collapse-content'); content.classList.toggle('expanded'); if (content.classList.contains('expanded')) { $(this).find('div').text('收起'); $(this).find('img').css('transform','rotate(180deg)'); } else { $(this).find('div').text('展开'); $(this).find('img').css('transform','rotate(0deg)'); } }) })
说到VirMach这个品牌,相信很多站长朋友都知道,这是一家[美国主机](https://www.idcspy.com/)商,成立于2014年,近几年来发展迅速,堪称最便宜的VPS之一,适合很多站长小白建站。
![](https://www.idcspy.com/wp-content/uploads/2020/04/jiaochen.png)
之前也有给大家介绍过[VirMach](/#) VPS开启BBR加速的方法教程(详情可访问:《[VirMach VPS开启BBR加速的方法教程](/#)》)。VirMach VPS的加速还是相当有必要,而且效果也明显,特别是基于TCP协议的加速。今天给大家介绍BBR、BBR PLUS、魔改BBR、锐速都可以安装的脚本。用户可以根据自己的喜好选择TCP加速方式。
一、BBR、BBR PLUS、魔改BBR、锐速的脚本安装要求:
适用架构:KVM / Xen,不支持OpenVZ(OVZ)。
适用系统:CentOS 7、Debian 8、Debian 9、Ubuntu 16.04、Ubuntu 18.04。
二、BBR、BBR PLUS、魔改BBR、锐速的脚本安装命令:
wget
–no-check-certificate -O tcp.sh
https://github.com/cx9208/Linux-NetSpeed/raw/master/tcp.sh &&
chmod +x tcp.sh && ./tcp.sh
根据提示进行选择安装。
特别提醒:安装好后,一定重新执行脚本./tcp.sh,进行TCP加速的启用。
BBR、BBR PLUS、魔改BBR、锐速的脚本安装注意事项:
1.这些脚本中的4个加速工具都是TCP加速,可以为网站和FTP等基于tcp协议的内容进行加速进行网络加速。
2.四个工具都涉及到内核的更改,加速效果不叠加。安装其中一版内核后,会自动替换上一版内核。
3.脚本菜单中的第9项,可以卸载全部加速效果。
4.脚本菜单中的第10项,可以对系统中的一些网络参数进行额外优化。
友情提醒:生产环境最好使用原版BBR加速,毕竟稳定加速是第一。"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/107410.html