2020年2月

方便国内使用
不卸载内核

wget -N --no-check-certificate "https://github.000060000.xyz/tcpx.sh" && chmod +x tcpx.sh && ./tcpx.sh

wget -N "https://github.000060000.xyz/tcpx.sh" && chmod +x tcpx.sh && ./tcpx.sh

卸载内核

wget -N --no-check-certificate "https://github.000060000.xyz/tcp.sh" && chmod +x tcp.sh && ./tcp.sh

wget -N "https://github.000060000.xyz/tcp.sh" && chmod +x tcp.sh && ./tcp.sh

bbr内核更新为5.5/5.4
bbrplus内核更新为4.14.168
bbr/bbrplus 对应的centos6,7,8 debian8,9,10 ubuntu16,18,19都是对应一一编译的
不支持32位系统
锐速内核稍微更新

去掉魔改版 增加xanmod 5.5.1版本
xanmod 只添加了centos7,8 debian9,10

5.5内核支持cake队列 5.4未测试

测试版本,建议先用不卸载内核版本测试,然后再用正常版本
不卸载内核表示不会去卸载现有的内核

测试分支
https://github.com/ylx2016/Linux-NetSpeed/tree/2020.2.3
https://github.com/ylx2016/Linux-NetSpeed/releases

原作者
https://github.com/cx9208/Linux-NetSpeed
https://github.com/chiakge/Linux-NetSpeed
方便国内使用
不卸载内核
wget -N --no-check-certificate "https://github.000060000.xyz/tcpx.sh" && chmod +x tcpx.sh && ./tcpx.sh

wget -N "https://github.000060000.xyz/tcpx.sh" && chmod +x tcpx.sh && ./tcpx.sh
卸载内核
wget -N --no-check-certificate "https://github.000060000.xyz/tcp.sh" && chmod +x tcp.sh && ./tcp.sh

wget -N "https://github.000060000.xyz/tcp.sh" && chmod +x tcp.sh && ./tcp.sh

bbr内核更新为5.5/5.4
bbrplus内核更新为4.14.168
bbr/bbrplus 对应的centos6,7,8 debian8,9,10 ubuntu16,18,19都是对应一一编译的
不支持32位系统
锐速内核稍微更新

去掉魔改版 增加xanmod 5.5.1版本
xanmod 只添加了centos7,8 debian9,10

5.5内核支持cake队列 5.4未测试

测试版本,建议先用不卸载内核版本测试,然后再用正常版本
不卸载内核表示不会去卸载现有的内核

测试分支
https://github.com/ylx2016/Linux-NetSpeed/tree/2020.2.3
https://github.com/ylx2016/Linux-NetSpeed/releases

原作者
https://github.com/cx9208/Linux-NetSpeed
https://github.com/chiakge/Linux-NetSpeed

CentOS 7.0默认使用的是firewall作为防火墙

查看防火墙状态

firewall-cmd --state

停止firewall

systemctl stop firewalld.service

禁止firewall开机启动

systemctl disable firewalld.service 

1.方法一:使用hostnamectl命令
格式:hostnamectl set-hostname 主机名
如:
hostnamectl set-hostname node0001

修改后当前主机名并不会立马更改,需要重启后才生效,可使用hostname查看当前真实的主机名。

2.方法二:修改/etc/hostname文件
直接修改/etc/hostname文件里面的参数即可,同样需要重启才生效。

vi /etc/hostname