268 words
1 minutes
Install in VM

Now that we’ve explained briefly how Linux works, you’re gonna have to do some practical work. You cant swim if you study about water, same applies to Linux. Virtual machines (VM) are good tools we can use to experiment with Linux without having to worry about screwing up and bricking our PC, because Linux is fragile due to the user freedom it gives us.

What is a Virtual Machine?#

Think of a virtual machine as a computer running inside your computer. It’s a completely isolated environment where you can install and run another operating system without affecting your main system. It’s like having a sandbox where you can build, destroy, and rebuild without any real-world consequences.

Why VirtualBox and Ubuntu?#

For the guide, We’ll be using Oracle VirtualBox (free for personal use) because it’s user-friendly and performs well. As for the Linux distribution, Ubuntu is a recommended starting point, it has a massive community, tons of documentation, and a great interface that won’t overwhelm beginners.

Installation Guide#

Unfortunately, i wouldn’t be doing a full step-by-step guide on installing Ubuntu on a VM, cuz that will be too tedious for me, and it benefits the both of us if i just give you a good video that demonstrates the process

What You Should See After Installation#

Once you’ve completed the installation, you should have:

  • A running Ubuntu desktop environment
  • The ability to log in with the username and password you created
  • A functional system ready for experimentation

After you’ve set everything up and checked the box, then you’re ready to proceed with the next guide.