Before getting into Linux in the first place though, let's talk about some of the keywords that you will hear online.
Here are some famous ones worth considering. Click each one to expand.
I use Fedora on my Dell Latitude 5300. I basically chose it because Linus Torvalds (the guy who made the Linux kernel) uses it too. It was shown in the video where he and Linus Tech Tips made a computer together here. In my opinion and experiences with Fedora, it has shown to be incredibly stable and great for me. It is still recommended to try other distros based on your needs.
Different distros come with different "desktop environments" — basically how the desktop looks and feels.
You can install different desktop environments on the same system and switch between them on the login screen to test out different ones.
Let's break down each part of the installation process.
An ISO file (or disk image) is like a digital copy of a CD or DVD. It contains everything needed to install Linux — the operating system files, installer, and boot instructions. You download it from your distro's website as a single file (usually around 2-4GB).
A bootable USB is a USB flash drive configured to start (boot) your computer into the Linux installer. Instead of installing from a CD, you plug in this USB and your computer starts Linux from it. This lets you try Linux without touching your hard drive (note: this depends on the distro supporting "live boot" — most popular ones like Ubuntu, Fedora, and Mint do).
F12
F9 or Esc
F12
F8 or Esc
F12 or F2
F11
If you're not sure, search "[your laptop model] boot menu key" on Google. Most modern computers also let you hold a specific key during startup to enter the boot menu.
If you are going to install a Linux distro alongside Windows, be careful with partitioning. The installer may handle this automatically, but it may not depending on what distro you use. Partitioning is how we divide a hard drive into separate sections — each OS needs its own partition. The installer will usually show you options for this.
If you're not ready to install Linux directly on your computer, you can try it in a virtual machine (VM) — basically a computer running inside your computer. This lets you test Linux without touching your hard drive or setting up dual booting.
Popular VM software:
Note: Performance in a VM will be slower than running Linux directly, but it's the safest way to try it first.
The terminal is a text-based way to control the computer and having some knowledge of it is recommended. It may seem scary at first, but it's great when you get the hang of it. You can usually find it by searching for "Terminal" or "Konsole" in your apps menu.
Type man before any command to learn what it does. Example: man ls
Linux has multiple ways to get software:
Linux organizes files differently than Windows:
Inside /home/[username]/ there are folders like Documents, Downloads, Music, Pictures — similar to Windows.
That's it. Congrats on using Linux and I hope you will be happy with the distro you chose.