Install VirtualBox
Today I will be showing you how to install VirtualBox. VirtualBox is an open source virtualization software that makes it possible to run multiple operating systems (OS) on one computer. This virtual computer runs on top of another systems hardware using virtualization, sharing resources such as RAM, computing power and disk usage. I recommend using a computer with at least 8GB of RAM and at least 30GB free so there is enough space to install virtual machines.
The reason why we are using VirtualBox is that it is a free software that runs on any modern operating system (Windows, MacOS, Linux). And it is part of the open source community, meaning that anyone can edit the software to fix bugs and security issues.
First of all, we need to navigate to VirtualBox’s downloads page and install the latest version of VirtualBox. https://www.virtualbox.org/wiki/Downloads Make sure you choose the right version for your host operating system. I have a windows computer and will be showing the windows VirtualBox installation. If you are not using windows you can still follow along but some settings may be different.
Once the installer has downlaoded, we can start by clicking on the executable file in your Downloads folder. This will show the setup menu.
Click next.
You can choose to change the location where VirtualBox is installed but I will be installing it in the default location. Click next.
Untick all of the options you don’t installed. I have unticked the bottom two checkboxes. You can then hit the next button again.
You don’t have to worry too much about the temporary drop in network connection. It only does so to configure its network adaptor for its internal network. Click yes.
And finally click install. A popup window will open and ask if you want to allow the program to install features. Click yes on that one too.
When its finished and this screen is shown, we do want to start VirtualBox so hit finish.
If a popup comes up and asks to restart your computer, hit yes and do so. This will allow VirtualBox to have full functionality on your computer and setup the network drives properly.
We have now successfully installed VirtualBox onto our computers and next, we can install some virtual machines.
Thank you for reading