Posts

Showing posts from March, 2021

How to create Virtual Machines (VMs) using VirtualBox (VB)

Image
Before starting, there are some important terms you must know so that you can understand the directions properly. 1. Physical Machine:   As the word said "Physical" it is the main element that we need to perform everything such as the computer, server, etc. 2. Host-Hardware:  This means the physical components inside the computer that make work it correctly by the motherboard, CPU,GPU, etc. 3. VirtualBox (VM) - (Hypervisor) : This is a free open source program working as a Hypervisor, its purpose is to allow, install, create and runs virtual machines. VirtualBox runs on any OS. 4. Virtual Machine:  A virtual machine installed over a physical one. Note:  In this case I'm using Oracle VirtualBox but there are more Hypervisors you can use. I highly recommend this one is well-made and secure. Let's get started! In this time we're going to install the VirtualBox and the OS of your preference.  Don't forget that the VB hold always the OS. 1. VirtualBox Installation...