-
Notifications
You must be signed in to change notification settings - Fork 0
Project Setup
Vapidx4 edited this page Sep 17, 2025
·
19 revisions
- Download VirtualBox: Visit the VirtualBox site, and click on "Download". You should then be redirected to this page, where you can click "Windows Hosts" to begin the download of the VirtualBox Installer.
- Install VirtualBox: Once the download is complete, launch the installer and follow the instructions provided by the wizard.
- Download Ubuntu ISO: Download the Ubuntu 22.04 from the Ubuntu Site.
- Create a New Virtual Machine (VM): Once everything is done installing, open up VirtualBox and click on the "New" button to begin configuring your VM.
We should then be sent to this menu, and select the following:
* **OS:** Linux
* **OS Distribution:** Ubuntu
* **OS Version:** Ubuntu 22.04 Jammy Jellyfish
-
Configure VM:
-
Name and ISO: Add an ISO File in the "ISO Image" input, and give your VM a name.

-
Credentials: Change the default credentials, as if you don't Ubuntu will create a default account without sudo permissions.

-
Hardware Allocation: Allocate as much memory as possible, as well as some CPU cores for your VM.

-
Storage: Allocate approximately 35GB of storage for your VM to use, then click "Finish".

-
-
Network Settings: Go to Settings > Network, and change the adapter to “Bridged Adapter” to allow the VM to communicate with your local network.
- Start the VM: Now that everything is set up, you can select and start your VM. If everything's working as intended, then it should look like this!
-
Test Connectivity: Click on the dotted-grid button in the bottom-left to open the "App Drawer". Search for the terminal and run
ping google.comto test your connectivity. If you get a response, then it works!