新 VPS 到手后如何进行优化?
第一步:DD成Debian11系统 bash <(wget --no-check-certificate -qO- 'https://raw.githubusercontent.com/MoeClub/Note/master/InstallNET.sh') -d 11 -v 64 -p "密码" -port "ssh端口" 如果要D成ubuntu 20.04的就把 -d 11修改为 -u 20.04 第二步: 更新apt包及安装必要软件 apt update && apt upgrade -y && apt dist-upgrade -y && apt full-upgrade -y && apt autoremove -y && apt install vim git curl screen htop vnstat net-tools dnsutils sudo 第三步:更换软件源(一般是 …