• 欢迎访问爱玩之家
  • 如果您觉得本站非常有看点,那么赶紧使用Ctrl+D 收藏爱玩之家

[教程]VirtualBox安装Debian 12

博主杂谈 awzj 3周前 (08-21) 42次浏览 已收录 0个评论
bash -c "$(curl -sSL https://resource.fit2cloud.com/1panel/package/v2/quick_start.sh)"
su -
apt update
apt install openssh-server -y
systemctl enable --now ssh
  1. 添加网络源(以官方源为例,如果网络较慢可替换为国内镜像)
    在文件末尾或适当位置添加以下内容(针对 Debian 13 trixie):

    bash
    deb http://mirrors.tuna.tsinghua.edu.cn/debian trixie main contrib non-free
    deb http://mirrors.tuna.tsinghua.edu.cn/debian-security trixie-security main contrib non-free
    deb http://mirrors.tuna.tsinghua.edu.cn/debian trixie-updates main contrib non-free

    国内镜像(更快):可将 deb.debian.org 替换为 mirrors.ustc.edu.cnmirrors.tuna.tsinghua.edu.cn 等。

  2. 保存并退出nano 按 Ctrl+O 保存,Ctrl+X 退出)。


爱玩之家 , 版权所有丨如未注明 , 均为原创丨本网站采用BY-NC-SA协议进行授权
转载请注明原文链接:[教程]VirtualBox安装Debian 12
喜欢 (0)

您必须 登录 才能发表评论!