alpinelinux安装
alpinelinux
系统资源占用少
安装
1 | wget --no-check-certificate -qO InstallNET.sh 'https://raw.githubusercontent.com/leitbogioro/Tools/master/Linux_reinstall/InstallNET.sh' && chmod a+x InstallNET.sh |
ssh的登陆信息:
1 | ssh 端口:22 |
在/etc/ssh/sshd_config
中修改
1 | Port * |
修改密码passwd root
开启BBR3
1 | cat > /etc/sysctl.conf << EOF |
更新alpinelinux
1 | # 查看当前版本 |