Skip to content

Project Setup

Vapidx4 edited this page Sep 17, 2025 · 19 revisions

Ubuntu Setup:

Windows Setup

  1. 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.
image image
  1. Install VirtualBox: Once the download is complete, launch the installer and follow the instructions provided by the wizard.
image
  1. Download Ubuntu ISO: Download the Ubuntu 22.04 from the Ubuntu Site.
image
  1. 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.
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. Configure VM:

    • Name and ISO: Add an ISO File in the "ISO Image" input, and give your VM a name. image

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

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

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

  2. Network Settings: Go to Settings > Network, and change the adapter to “Bridged Adapter” to allow the VM to communicate with your local network.

image
  1. 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!
image
  1. 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.com to test your connectivity. If you get a response, then it works!
image
Clone this wiki locally