PRIVATE DIGITAL GARDEN

在折腾里, 记录世界。 知名博客|折腾博客|心爱的⎛⎝xinai.de⎠⎞
Linux系统ARTICLE · 83080

Linux常用的网络加速集成在一起的脚本

Linux常用的网络加速集成在一起的脚本

查看版本信息

cat /etc/issue

ubuntu16+安装命令:

wget -N --no-check-certificate "https://raw.githubusercontent.com/chiakge/Linux-NetSpeed/master/tcp.sh" && chmod +x tcp.sh && ./tcp.sh

ubuntu18+安装命令:

wget -N --no-check-certificate "https://raw.githubusercontent.com/chiakge/Linux-NetSpeed/master/tcp.sh"

apt install make gcc -y

sed -i 's#/usr/bin/gcc-4.9#/usr/bin/gcc#g' '/root/tcp.sh'

chmod +x tcp.sh && ./tcp.sh

在安装内核后,如果出现以下图片提示,记得选择NO,然后回车就好了

https://github.com/chiakge/Linux-NetSpeed

0

0 条评论

想法、补充或纠错,都欢迎写下来。

成为第一个评论的人

这个站点使用 Akismet 来减少垃圾评论。了解你的评论数据如何被处理