new network

Table of Contents

更新系统

apt update && apt upgrade -y

安装必备工具

apt install -y curl wget vim

开启BBR加速(降低延迟、抗污染)

echo "net.core.default_qdisc=fq" >> /etc/sysctl.conf
echo "net.ipv4.tcp_congestion_control=bbr" >> /etc/sysctl.conf
sysctl -p

放行代理必备端口

ufw allow 22,80,443/tcp
ufw enable
ufw reload

Comments |0|

Legend *) Required fields are marked
**) You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>
Category: 似水流年