<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Virtual Box on Daily Record</title>
    <link>https://2d992714.xianglin2020-github-io.pages.dev/tags/virtual-box/</link>
    <description>Recent content in Virtual Box on Daily Record</description>
    <image>
      <title>Daily Record</title>
      <url>https://2d992714.xianglin2020-github-io.pages.dev/%3Clink%20or%20path%20of%20image%20for%20opengraph,%20twitter-cards%3E</url>
      <link>https://2d992714.xianglin2020-github-io.pages.dev/%3Clink%20or%20path%20of%20image%20for%20opengraph,%20twitter-cards%3E</link>
    </image>
    <generator>Hugo</generator>
    <language>zh-CN</language>
    <lastBuildDate>Sun, 10 Nov 2024 11:35:53 +0800</lastBuildDate>
    <atom:link href="https://2d992714.xianglin2020-github-io.pages.dev/tags/virtual-box/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>VirtualBox_Debian12_修复引导</title>
      <link>https://2d992714.xianglin2020-github-io.pages.dev/posts/2024/virtualbox-debian12-bootstrap-repair/</link>
      <pubDate>Sun, 10 Nov 2024 11:35:53 +0800</pubDate>
      <guid>https://2d992714.xianglin2020-github-io.pages.dev/posts/2024/virtualbox-debian12-bootstrap-repair/</guid>
      <description>使用 live cd 修复 Debian12 引导。</description>
    </item>
    <item>
      <title>Virtual Box 安装配置 Ubuntu</title>
      <link>https://2d992714.xianglin2020-github-io.pages.dev/posts/2022/virtualbox-install-ubuntu/</link>
      <pubDate>Sat, 14 May 2022 16:03:16 +0000</pubDate>
      <guid>https://2d992714.xianglin2020-github-io.pages.dev/posts/2022/virtualbox-install-ubuntu/</guid>
      <description>使用 VirtualBox 安装 Ubuntu 桌面版，并更换软件源。</description>
    </item>
    <item>
      <title>Virtual Box 安装配置 CentOS</title>
      <link>https://2d992714.xianglin2020-github-io.pages.dev/posts/2022/virtualbox-install-centos/</link>
      <pubDate>Tue, 10 May 2022 22:14:44 +0000</pubDate>
      <guid>https://2d992714.xianglin2020-github-io.pages.dev/posts/2022/virtualbox-install-centos/</guid>
      <description>使用 VirtualBox 安装 CentOS 服务器版，并安装增强功能。</description>
    </item>
    <item>
      <title>VirtualBox_install_Win11</title>
      <link>https://2d992714.xianglin2020-github-io.pages.dev/posts/2021/virtualbox_install_win11/</link>
      <pubDate>Wed, 17 Nov 2021 14:46:04 +0000</pubDate>
      <guid>https://2d992714.xianglin2020-github-io.pages.dev/posts/2021/virtualbox_install_win11/</guid>
      <description>使用 VirtualBox 安装 Windows11。</description>
    </item>
    <item>
      <title>VirtualBox 的安装和使用</title>
      <link>https://2d992714.xianglin2020-github-io.pages.dev/posts/2020/virtualbox-basics/</link>
      <pubDate>Sun, 04 Oct 2020 21:16:32 +0000</pubDate>
      <guid>https://2d992714.xianglin2020-github-io.pages.dev/posts/2020/virtualbox-basics/</guid>
      <description>&lt;h1 id=&#34;virtualbox&#34;&gt;VirtualBox&lt;/h1&gt;
&lt;h2 id=&#34;virtualbox-安装&#34;&gt;VirtualBox 安装&lt;/h2&gt;
&lt;p&gt;VirtualBox 安装比较简单，参考其官方说明即可：&lt;a href=&#34;https://www.virtualbox.org/wiki/Downloads&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Download VirtualBox&lt;/a&gt;。&lt;/p&gt;
&lt;h2 id=&#34;vboxmanage-基础命令&#34;&gt;VBoxManage 基础命令&lt;/h2&gt;
&lt;h3 id=&#34;vboxmanage-list&#34;&gt;&lt;code&gt;VBoxManage list&lt;/code&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;列出已安装的虚拟机&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-shell&#34; data-lang=&#34;shell&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;➜  ~ VBoxManage list vms
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;s2&#34;&gt;&amp;#34;fedora&amp;#34;&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;{&lt;/span&gt;b9daec39-7e85-485f-969b-629fa52bd549&lt;span class=&#34;o&#34;&gt;}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;s2&#34;&gt;&amp;#34;centos&amp;#34;&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;{&lt;/span&gt;49074fd5-386b-42ca-9e25-af29f5e42f1f&lt;span class=&#34;o&#34;&gt;}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;列出正在运行的虚拟机&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-shell&#34; data-lang=&#34;shell&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;➜  ~ VBoxManage list runningvms
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;s2&#34;&gt;&amp;#34;centos&amp;#34;&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;{&lt;/span&gt;49074fd5-386b-42ca-9e25-af29f5e42f1f&lt;span class=&#34;o&#34;&gt;}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;vboxmanage-startvm&#34;&gt;&lt;code&gt;VBoxManage startvm&lt;/code&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;命令格式&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-shell&#34; data-lang=&#34;shell&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;➜  ~ VBoxManage startvm
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Usage:
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;VBoxManage startvm          &amp;lt;uuid&lt;span class=&#34;p&#34;&gt;|&lt;/span&gt;vmname&amp;gt;...
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;                            &lt;span class=&#34;o&#34;&gt;[&lt;/span&gt;--type gui&lt;span class=&#34;p&#34;&gt;|&lt;/span&gt;headless&lt;span class=&#34;p&#34;&gt;|&lt;/span&gt;separate&lt;span class=&#34;o&#34;&gt;]&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;                            &lt;span class=&#34;o&#34;&gt;[&lt;/span&gt;-E&lt;span class=&#34;p&#34;&gt;|&lt;/span&gt;--putenv &amp;lt;NAME&amp;gt;&lt;span class=&#34;o&#34;&gt;[=&lt;/span&gt;&amp;lt;VALUE&amp;gt;&lt;span class=&#34;o&#34;&gt;]]&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;以窗口模式启动虚拟机&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
