ExcellentBoy
  • ⏱所有文章
  • 🔖标签
  • 👨🏻‍💻分类
  • 🔍搜索
  • 🙋🏻‍♂️关于我
  • GitHub 

Virtual Box

VirtualBox_Debian12_修复引导

使用 live cd 修复 Debian12 引导。

2024-11-10     更新 2024-11-10  |  253字    1分钟    作者: XiangLin    Virtual Box  Linux

Virtual Box 安装配置 Ubuntu

使用 VirtualBox 安装 Ubuntu 桌面版,并更换软件源。

2022-05-14     更新 2022-05-14  |  380字    1分钟    作者: XiangLin    Virtual Box  Ubuntu

Virtual Box 安装配置 CentOS

使用 VirtualBox 安装 CentOS 服务器版,并安装增强功能。

2022-05-10     更新 2022-05-10  |  1129字    3分钟    作者: XiangLin    Virtual Box  Centos

VirtualBox_install_Win11

使用 VirtualBox 安装 Windows11。

2021-11-17     更新 2021-11-17  |  232字    1分钟    作者: XiangLin    Virtual Box

VirtualBox 的安装和使用

VirtualBox VirtualBox 安装 VirtualBox 安装比较简单,参考其官方说明即可:Download VirtualBox。 VBoxManage 基础命令 VBoxManage list 列出已安装的虚拟机 ➜ ~ VBoxManage list vms "fedora" {b9daec39-7e85-485f-969b-629fa52bd549} "centos" {49074fd5-386b-42ca-9e25-af29f5e42f1f} 列出正在运行的虚拟机 ➜ ~ VBoxManage list runningvms "centos" {49074fd5-386b-42ca-9e25-af29f5e42f1f} VBoxManage startvm 命令格式 ➜ ~ VBoxManage startvm Usage: VBoxManage startvm <uuid|vmname>... [--type gui|headless|separate] [-E|--putenv <NAME>[=<VALUE>]] 以窗口模式启动虚拟机 ...

2020-10-04     更新 2020-10-04  |  355字    1分钟    作者: XiangLin    Virtual Box
© 2026 Daily Record Powered by Hugo & PaperMod