lxc小鸡搭建typecho博客系统 2025-5-15 20:27 | 15 | 0 | vps 615 字 | 6 分钟 使用的是Debian 11系统 更新系统apt updateapt upgrade -y 安装 Nginx apt install nginx -ysystemctl start nginxsystemctl enable nginx 安装 MySQL(MariaDB) apt install mariadb-server -ysystemctl …