1. 程式人生 > >VPS網路優化各種方法彙總——銳速-BBR-BBR魔改版一鍵安裝指令碼

VPS網路優化各種方法彙總——銳速-BBR-BBR魔改版一鍵安裝指令碼

雲主機網路優化各類方式彙總——銳速/BBR/BBR改裝版一鍵部署script

 

 

 

大夥的大有些雲主機都是放在海外的,在海外的伺服器上由於受各類要素影響,就算海外的伺服器都是百兆同享或者G口到大陸下載速率都不是很讓人滿足,而大有些的friend們都用的低廉Linux 雲主機,究竟便捷便宜,這裡為大夥紹介一下幾種網路優化的軟體。

 

 

 

 

wget --no-check-certificate https://github.com/teddysun/across/raw/master/bbr.sh
chmod +x bbr.sh
./bbr.sh

 

lsmod | grep bbr  //返回值有 tcp_bbr 模組即說明bbr已啟動。

 

 

 

 

wget --no-check-certificate -qO /tmp/appex.sh "https://raw.githubusercontent.com/0oVicero0/serverSpeeder_Install/master/appex.sh" && bash /tmp/appex.sh 'install'

 

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

 

 

 

Vicer一鍵部署script:

wget --no-check-certificate -qO 'BBR.sh' 'https://moeclub.org/attachment/LinuxShell/BBR.sh' && chmod a+x BBR.sh && bash BBR.sh -f
wget --no-check-certificate -qO 'BBR_POWERED.sh' 'https://moeclub.org/attachment/LinuxShell/BBR_POWERED.sh' && chmod a+x BBR_POWERED.sh && bash BBR_POWERED.sh

 

wget -N --no-check-certificate https://raw.githubusercontent.com/FunctionClub/YankeeBBR/master/bbr.sh && bash bbr.sh install
bash bbr.sh start

以上均只支援Debian8 / Ubuntu16 +。如需其他系統,可思索編譯部署

地址:http://51.ruyo.net/p/4415.html

改裝BBR原帖:http://www.fubitech.com/thread-372277-1-2.html   然咱們一齊頂禮。

4、Scalable-RE (Scalable-Reactive) : 一個試驗性的單邊加快演算法

鑑於BAT、CNCache等一干巨型IT企業壓榨大陸主幹網的手眼越發精純,若不捨身一點公正性,在事情網路上使用所謂的單邊加快步伐,難免有些分歧民情。 既然是用於消費環境,銳速之流的國產閉源模組自然是不在思索內的; 那麼G家所開源的阻塞制止演算法 (Congestion Avoidance Algorithms,下稱CA) ——()本應成為統籌效率與網路公正性的最優解, 但是趙國的網路環境其實邪惡。

開拓Scalable-RE的小哥哥就是BBR改裝版的小哥哥開拓的,目前還沒有一鍵部署script。有興趣可以編譯部署。

export MOD=scalable-re
apt-get install make gcc-4.9 -y
wget -O ./tcp_$MOD.c https://gist.github.com/anonymous/c7ff1090fe2991b1f39f2fedf566dfc0/raw/3af99ec379aad9a6f2b32ef463a4bde9e97390db/tcp_scalable-re.c
echo "obj-m:=tcp_$MOD.o" > Makefile
make -C /lib/modules/$(uname -r)/build M=`pwd` modules CC=/usr/bin/gcc-4.9
insmod tcp_$MOD.ko min_target=22 max_tolerance=1
sysctl net.ipv4.tcp_congestion_control=$MOD

小哥哥原貼:http://www.fubitech.com/thread-374117-1-1.html

5、其他引薦

以上使用的比較多的/便捷的/高效率的單邊加快軟體,上面再為大夥紹介其他的

1、Net-Speeder (聽說使用後速率提拔不大,但支援OVZ)

2、FinalSpeed (最快速的計劃,他能把同享的幾乎一切的頻寬全部佔用來多倍發包,可能會封號,雙邊加快,不太便捷,安卓/IOS不支援)

3、KCP (也是雙邊加快多倍發包,但速率並沒有FinallSpeed快,比較穩固,安卓支援,IOS目前有一款付費APP支援)

4、UDPspeeder

免費單邊加快軟體

1、TCPEdge(號稱大陸最快,目測銳速馬甲)

2、FlashTCP(號稱天下最快,有免費試用)

 

希望以上的文章對各位有用,如果覺得不錯給我頂一下吧!更多和VPS網路優化各種方法彙總——銳速/BBR/BBR魔改版一鍵安裝指令碼相關的問題或者對巴黎主機哪個好有疑惑也歡迎大家諮詢。