Skip to content

Project Setup

Vapidx4 edited this page Sep 17, 2025 · 19 revisions

Ubuntu Setup:

Windows Setup

  1. Visit the VirtualBox Site, and click on "Download".
image

You should then be redirected to this page, where you can click "Windows Hosts" to begin the download of the VirtualBox Installer. image

  1. Once the download is complete, launch the installer and follow the instructions provided by the wizard.
image
  1. Now, download the Ubuntu 22.04 from the Ubuntu Site
image
  1. Once everything is done installing, open up VirtualBox and click on the "New" button to begin configuring your VM
image

We should then be sent to this menu, and select the following:

  • OS: Linux
  • OS Distribution: Ubuntu
  • OS Version: Ubuntu 22.04 Jammy Jellyfish
image
  1. Add an ISO File in the "ISO Image" input, and give your VM a name.
image
  1. Change the default credentials, as if you don't Ubuntu will create a default account without "sudo" permissions.
image
  1. Allocate as much memory as possible, as well as some CPU cores for your VM.
image
  1. Allocate approximately 35GB of storage for your VM to use, then click "Finish".
image
  1. Go to Settings > Network, and change the adapter to “Bridged Adapter” to allow the VM to communicate with your local network
image
  1. 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!
image
  1. Click on the dotted-grid button in the bottom-left to open the "App Drawer". Search for the terminal and run "ping google.com" to test your connectivity... If you get a response, then it works!
image
Clone this wiki locally