Debian 12、Ubuntu22.04系统升级常用的 apt 命令

# 更新系统
apt update && apt upgrade -y

# 安装基础工具
apt install -y curl wget git unzip

# 设置时区
timedatectl set-timezone Asia/Shanghai

# 禁用防火墙(如果启用)
ufw disable