init debian server
常用处理
sh
sudo apt update
sudo apt install -y qemu-guest-agent curl ca-certificates vim git htop启用 QEMU Guest Agent
vm
sudo systemctl enable --now qemu-guest-agentpve vm options 开启 QEMU Guest Agent
自动安全更新
sh
sudo apt install -y unattended-upgrades
sudo dpkg-reconfigure -plow unattended-upgrades等于
sh
sudo apt update
sudo apt full-upgradesudo 安装
sh
su -
apt update
apt full-upgrade -y
apt install -y sudo
usermod -aG sudo qin
exit