开通时候选择 ubuntu 20

DD debian 9/10/11

apt-get update
#更新apt源
apt-get install -y xz-utils openssl gawk file
#安装需要的工具包

Debian 9
  • bash <(wget --no-check-certificate -qO- 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh') -d 9 -v 64 -a -firmware
Debian10
  • bash <(wget --no-check-certificate -qO- 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh') -d 10.3 -v 64 -a -firmware
Debian11
  • bash <(wget --no-check-certificate -qO- 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh') -d 11 -v 64 -a -firmware
    默认用户名为:root,默认密码为:MoeClub.org

    passwd更新密码


    Debian12

    • wget --no-check-certificate -qO InstallNET.sh 'https://raw.githubusercontent.com/leitbogioro/Tools/master/Linux_reinstall/InstallNET.sh' && chmod a+x InstallNET.sh
    • 采用https://github.com/leitbogioro/Tools,默认密码LeitboGi0ro

    开启BBR

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

    • sysctl net.ipv4.tcp_available_congestion_control
    打印输出为:net.ipv4.tcp_available_congestion_control = reno cubic bbr
    • lsmod | grep bbr
    打印输出为:tcp_bbr 24576 7