Debian 10/11开机后部署基础命令
安装并更新环境
apt update -y && apt dist-upgrade -y && apt install -y curl && apt install -y socat
apt install curl wget -y
apt-get install -y xz-utils openssl gawk file wget screen && screen -S os
更改SSH终端语言为中文(可选)
wget -N --no-check-certificate https://raw.githubusercontent.com/FunctionClub/LocaleCN/master/LocaleCN.sh && bash LocaleCN.sh
更改服务器时区为上海(可选)
timedatectl set-timezone 'Asia/Shanghai'
评论区(暂无评论)