<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>devkuma – Virtualization</title>
    <link>https://www.devkuma.com/en/tags/virtualization/</link>
    <image>
      <url>https://www.devkuma.com/en/tags/virtualization/logo/180x180.jpg</url>
      <title>Virtualization</title>
      <link>https://www.devkuma.com/en/tags/virtualization/</link>
    </image>
    <description>Recent content in Virtualization on devkuma</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <managingEditor>kc@example.com (kc kim)</managingEditor>
    <webMaster>kc@example.com (kc kim)</webMaster>
    <copyright>The devkuma</copyright>
    
	  <atom:link href="https://www.devkuma.com/en/tags/virtualization/index.xml" rel="self" type="application/rss+xml" />
    
    
      
        
      
    
    
    <item>
      <title>VirtualBox</title>
      <link>https://www.devkuma.com/en/docs/virtual-box/</link>
      <pubDate>Sun, 26 Mar 2023 23:09:00 +0900</pubDate>
      <author>kc@example.com (kc kim)</author>
      <guid>https://www.devkuma.com/en/docs/virtual-box/</guid>
      <description>
        
        
        &lt;h2 id=&#34;what-is-virtualbox&#34;&gt;What Is VirtualBox?&lt;/h2&gt;
&lt;p&gt;VirtualBox is hypervisor software that runs another OS inside an OS. For example, you can start VirtualBox on Windows and run a Linux-based OS such as CentOS or Ubuntu, or another version of Windows, as a VM (Virtual Machine).&lt;/p&gt;
&lt;p&gt;Other hypervisors include VMware, KVM, Hyper-V, and Xen. VirtualBox runs on Windows, Linux, Mac OS X, and other platforms. In VirtualBox, you can run operating systems such as Linux, Windows, Mac OS X Server, FreeBSD, and OpenBSD.&lt;/p&gt;
&lt;p&gt;The license is GPLv2. It was originally developed by innotek, then acquired by Sun Microsystems, and later acquired by Oracle. Oracle continues to develop it today. Its official name is Oracle VM VirtualBox.&lt;/p&gt;
&lt;h2 id=&#34;features-of-virtualbox&#34;&gt;Features of VirtualBox&lt;/h2&gt;
&lt;p&gt;One of VirtualBox&amp;rsquo;s features is its ease of use on the desktop. If you install VirtualBox Additions on the guest OS, you can integrate mouse behavior with the window manager on the host OS side. This allows smooth mouse movement. The clipboard can also be shared between the guest OS and host OS, so copy and paste or cut and paste can be performed normally.&lt;/p&gt;
&lt;p&gt;For screen display, the following three modes are supported.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Scaled mode
&lt;ul&gt;
&lt;li&gt;A mode where the guest OS runs in a virtual machine window.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Full-screen mode
&lt;ul&gt;
&lt;li&gt;Uses the entire screen to display the guest operating system.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Seamless mode
&lt;ul&gt;
&lt;li&gt;Displays the guest OS integrated into the host OS window. Each GUI application appears on the screen like an application running on the host OS.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Direct3D also works, although it is an experimental implementation.&lt;/p&gt;
&lt;p&gt;Because of these features, VirtualBox is suitable for desktop use rather than server virtualization.&lt;/p&gt;
&lt;h2 id=&#34;installing-virtualbox&#34;&gt;Installing VirtualBox&lt;/h2&gt;
&lt;p&gt;To install VirtualBox, download it from the following site.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://www.virtualbox.org/wiki/Downloads&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;https://www.virtualbox.org/wiki/Downloads&lt;i class=&#34;fas fa-external-link-alt&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Double-click the downloaded file to install it.&lt;/p&gt;
&lt;h2 id=&#34;reference&#34;&gt;Reference&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://ko.wikipedia.org/wiki/%EB%B2%84%EC%B6%94%EC%96%BC%EB%B0%95%EC%8A%A4&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Wikipedia | VirtualBox&lt;i class=&#34;fas fa-external-link-alt&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

      </description>
      
      <category>Virtualization</category>
      
      <category>OS</category>
      
      <category>VirtualBox</category>
      
    </item>
    
    <item>
      <title>Windows Hyper-V</title>
      <link>https://www.devkuma.com/en/docs/windows/hyper-v/</link>
      <pubDate>Sun, 07 Mar 2021 02:08:48 +0900</pubDate>
      <author>kc@example.com (kc kim)</author>
      <guid>https://www.devkuma.com/en/docs/windows/hyper-v/</guid>
      <description>
        
        
        &lt;h2 id=&#34;what-is-virtualization&#34;&gt;What Is Virtualization?&lt;/h2&gt;
&lt;p&gt;In general, an OS runs on hardware such as memory and hard disks. By running that hardware as software, you can create another computer inside an OS.&lt;/p&gt;
&lt;h3 id=&#34;benefits-of-virtualization&#34;&gt;Benefits of Virtualization&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;You can save space, energy, and cost by reducing the number of physical servers.&lt;/li&gt;
&lt;li&gt;You can build different OS environments.&lt;/li&gt;
&lt;li&gt;You can reduce the cost and time needed to prepare environments.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;drawbacks-of-virtualization&#34;&gt;Drawbacks of Virtualization&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Because overhead is added, applications that depend heavily on hardware may not work properly.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;what-is-hyper-v&#34;&gt;What Is Hyper-V?&lt;/h2&gt;
&lt;p&gt;Hyper-V is a virtualization technology provided by Microsoft.&lt;/p&gt;
&lt;h3 id=&#34;hyper-v-features&#34;&gt;Hyper-V Features&lt;/h3&gt;
&lt;p&gt;Hyper-V has two major characteristics.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;It is a Windows Server feature.
&lt;ul&gt;
&lt;li&gt;Because Microsoft provides it just like Windows, it is included with Windows Server, has no additional cost, and is simple to use.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;It is hypervisor-based virtualization technology.
&lt;ul&gt;
&lt;li&gt;Unlike host-based virtualization technology such as Virtual Server, it runs on a hypervisor in the same way as the management OS, so it operates faster than host-based virtualization.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;enable-hyper-v&#34;&gt;Enable Hyper-V&lt;/h2&gt;
&lt;p&gt;To use Hyper-V, you must install and enable it first. Enable it through the page below.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://learn.microsoft.com/ko-kr/virtualization/hyper-v-on-windows/quick-start/enable-hyper-v&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Install Hyper-V on Windows 10 | Microsoft official site&lt;i class=&#34;fas fa-external-link-alt&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;install-centos-on-hyper-v&#34;&gt;Install CentOS on Hyper-V&lt;/h2&gt;
&lt;h3 id=&#34;download-the-centos-installation-file&#34;&gt;Download the CentOS Installation File&lt;/h3&gt;
&lt;p&gt;&lt;a href=&#34;https://www.centos.org/download/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;CentOS Download&lt;i class=&#34;fas fa-external-link-alt&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Download CentOS Stream 9 x86_64 from the link above.&lt;/p&gt;
&lt;h3 id=&#34;quickly-create-a-virtual-machine-for-installing-centos-on-hyper-v&#34;&gt;Quickly Create a Virtual Machine for Installing CentOS on Hyper-V&lt;/h3&gt;
&lt;p&gt;Here, create a virtual machine with Quick Create.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Open Hyper-V and click &amp;ldquo;Quick Create&amp;hellip;&amp;rdquo;.&lt;br&gt;
&lt;img src=&#34;https://www.devkuma.com/docs/hyper-v/hyper-v-fast-make-virtual-computer-1.png&#34; alt=&#34;Hyper-V&#34;&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;When the &amp;ldquo;Create Virtual Machine&amp;rdquo; dialog appears, click &amp;ldquo;Local installation source (_L)&amp;rdquo;, then click the &amp;ldquo;Change installation source&amp;rdquo; button.
&lt;img src=&#34;https://www.devkuma.com/docs/hyper-v/hyper-v-fast-make-virtual-computer-2.png&#34; alt=&#34;Hyper-V&#34;&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;In the file selection window opened by &amp;ldquo;Change installation source&amp;rdquo;, select the CentOS &lt;code&gt;.iso&lt;/code&gt; file downloaded earlier. Since you are not installing Windows, clear the &amp;ldquo;This virtual machine will run Windows&amp;rdquo; checkbox.&lt;br&gt;
&lt;img src=&#34;https://www.devkuma.com/docs/hyper-v/hyper-v-fast-make-virtual-computer-3.png&#34; alt=&#34;Hyper-V&#34;&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Click &amp;ldquo;More options&amp;rdquo; to show the &amp;ldquo;Name&amp;rdquo; and &amp;ldquo;Network&amp;rdquo; fields. Enter any name you want, then click &amp;ldquo;Create Virtual Machine&amp;rdquo;.&lt;br&gt;
&lt;img src=&#34;https://www.devkuma.com/docs/hyper-v/hyper-v-fast-make-virtual-computer-4.png&#34; alt=&#34;Hyper-V&#34;&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The screen changes to the virtual machine creation screen, and messages appear while it creates several items.
&lt;img src=&#34;https://www.devkuma.com/docs/hyper-v/hyper-v-fast-make-virtual-computer-5.png&#34; alt=&#34;Hyper-V&#34;&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;After a short wait, it finishes with the message &amp;ldquo;The virtual machine was created successfully.&amp;rdquo;
&lt;img src=&#34;https://www.devkuma.com/docs/hyper-v/hyper-v-fast-make-virtual-computer-6.png&#34; alt=&#34;Hyper-V&#34;&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id=&#34;create-a-new-virtual-machine-for-installing-centos-on-hyper-v&#34;&gt;Create a New Virtual Machine for Installing CentOS on Hyper-V&lt;/h3&gt;
&lt;p&gt;Here, create a virtual machine by using New Virtual Machine.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Open Hyper-V and click &amp;ldquo;New&amp;hellip;&amp;rdquo;.&lt;br&gt;
&lt;img src=&#34;https://www.devkuma.com/docs/hyper-v/hyper-v-make-virtual-computer-1.png&#34; alt=&#34;Hyper-V&#34;&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Specify Name and Location: set a name and select the installation location. Here, the D drive is specified.
&lt;img src=&#34;https://www.devkuma.com/docs/hyper-v/hyper-v-make-virtual-computer-2.png&#34; alt=&#34;Hyper-V&#34;&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Specify Generation: select the desired generation. Here, proceed with the default Generation 1.
&lt;img src=&#34;https://www.devkuma.com/docs/hyper-v/hyper-v-make-virtual-computer-3.png&#34; alt=&#34;Hyper-V&#34;&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Assign Memory: the default is 1024 MB, but here it is changed to 4096 MB.
&lt;img src=&#34;https://www.devkuma.com/docs/hyper-v/hyper-v-make-virtual-computer-4.png&#34; alt=&#34;Hyper-V&#34;&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Configure Networking: select the connection setting to use.
&lt;img src=&#34;https://www.devkuma.com/docs/hyper-v/hyper-v-make-virtual-computer-5.png&#34; alt=&#34;Hyper-V&#34;&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Connect Virtual Hard Disk: configure the hardware. Here, only the size is set to 80 GB.
&lt;img src=&#34;https://www.devkuma.com/docs/hyper-v/hyper-v-make-virtual-computer-6.png&#34; alt=&#34;Hyper-V&#34;&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Installation Options: select options for the operating system to install. Here, select the CentOS &lt;code&gt;.iso&lt;/code&gt; file from above.&lt;br&gt;
&lt;img src=&#34;https://www.devkuma.com/docs/hyper-v/hyper-v-make-virtual-computer-7.png&#34; alt=&#34;Hyper-V&#34;&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Summary: the items selected above are summarized. Click the final &amp;ldquo;Finish&amp;rdquo; button to complete.
&lt;img src=&#34;https://www.devkuma.com/docs/hyper-v/hyper-v-make-virtual-computer-8.png&#34; alt=&#34;Hyper-V&#34;&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id=&#34;install-centos-on-hyper-v-1&#34;&gt;Install CentOS on Hyper-V&lt;/h3&gt;
&lt;p&gt;Now install CentOS on Hyper-V.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;If you created the virtual machine with &amp;ldquo;Quick Create&amp;rdquo;, click the &amp;ldquo;Connect&amp;rdquo; button after the installation screen appears.
&lt;img src=&#34;https://www.devkuma.com/docs/hyper-v/hyper-v-install-centos-1.png&#34; alt=&#34;Hyper-V&#34;&gt;&lt;br&gt;
Or select the added virtual machine from the list and click &amp;ldquo;Connect&amp;rdquo;.&lt;br&gt;
&lt;img src=&#34;https://www.devkuma.com/docs/hyper-v/hyper-v-install-centos-1-1.png&#34; alt=&#34;Hyper-V&#34;&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;A black screen appears as shown below. Click &amp;ldquo;Start&amp;rdquo;.
&lt;img src=&#34;https://www.devkuma.com/docs/hyper-v/hyper-v-install-centos-2.png&#34; alt=&#34;Hyper-V&#34;&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Select &amp;ldquo;Install CentOS Stream 9&amp;rdquo;.
&lt;img src=&#34;https://www.devkuma.com/docs/hyper-v/hyper-v-install-centos-3.png&#34; alt=&#34;Hyper-V&#34;&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;When the language selection screen appears, click &amp;ldquo;Continue&amp;rdquo;.
&lt;img src=&#34;https://www.devkuma.com/docs/hyper-v/hyper-v-install-centos-4.png&#34; alt=&#34;Hyper-V&#34;&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;This is the configuration screen.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;You must configure all items with warning marks before the &amp;ldquo;Begin Installation&amp;rdquo; button becomes active.&lt;br&gt;
&lt;img src=&#34;https://www.devkuma.com/docs/hyper-v/hyper-v-install-centos-5-1.png&#34; alt=&#34;Hyper-V&#34;&gt;&lt;/li&gt;
&lt;li&gt;On the &amp;ldquo;Installation Summary&amp;rdquo; screen, click &amp;ldquo;Installation Destination&amp;rdquo;, select the disk to install to, and click &amp;ldquo;Done&amp;rdquo;.&lt;br&gt;
&lt;img src=&#34;https://www.devkuma.com/docs/hyper-v/hyper-v-install-centos-5-2.png&#34; alt=&#34;Hyper-V&#34;&gt;&lt;/li&gt;
&lt;li&gt;On the &amp;ldquo;Installation Summary&amp;rdquo; screen, click &amp;ldquo;Root Password&amp;rdquo;, set the root account password, and click &amp;ldquo;Done&amp;rdquo;.&lt;br&gt;
&lt;img src=&#34;https://www.devkuma.com/docs/hyper-v/hyper-v-install-centos-5-3.png&#34; alt=&#34;Hyper-V&#34;&gt;&lt;/li&gt;
&lt;li&gt;On the &amp;ldquo;Installation Summary&amp;rdquo; screen, click &amp;ldquo;User Creation&amp;rdquo;, set the user information, and click &amp;ldquo;Done&amp;rdquo;.&lt;br&gt;
&lt;img src=&#34;https://www.devkuma.com/docs/hyper-v/hyper-v-install-centos-5-4.png&#34; alt=&#34;Hyper-V&#34;&gt;&lt;/li&gt;
&lt;li&gt;On the &amp;ldquo;Installation Summary&amp;rdquo; screen, click &amp;ldquo;Software Selection&amp;rdquo;, select the base environment, and click &amp;ldquo;Done&amp;rdquo;. Here, select &amp;ldquo;Minimal Install&amp;rdquo; because CLI will be used.&lt;br&gt;
&lt;img src=&#34;https://www.devkuma.com/docs/hyper-v/hyper-v-install-centos-5-5.png&#34; alt=&#34;Hyper-V&#34;&gt;&lt;/li&gt;
&lt;li&gt;When all settings are complete, click &amp;ldquo;Begin Installation&amp;rdquo;.
&lt;img src=&#34;https://www.devkuma.com/docs/hyper-v/hyper-v-install-centos-5-6.png&#34; alt=&#34;Hyper-V&#34;&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Installation now proceeds.&lt;br&gt;
&lt;img src=&#34;https://www.devkuma.com/docs/hyper-v/hyper-v-install-centos-6.png&#34; alt=&#34;Hyper-V&#34;&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;When installation finishes with the message &amp;ldquo;Complete!&amp;rdquo;, click &amp;ldquo;Reboot System&amp;rdquo;.
&lt;img src=&#34;https://www.devkuma.com/docs/hyper-v/hyper-v-install-centos-7.png&#34; alt=&#34;Hyper-V&#34;&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;After rebooting, you can confirm that login works with the account configured above.&lt;br&gt;
&lt;img src=&#34;https://www.devkuma.com/docs/hyper-v/hyper-v-install-centos-8.png&#34; alt=&#34;Hyper-V&#34;&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;

      </description>
      
      <category>Windows</category>
      
      <category>OS</category>
      
      <category>Hyper-V</category>
      
      <category>Virtualization</category>
      
    </item>
    
  </channel>
</rss>
