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
文章评论