FUCK OVER MICROSOFT AND USE LINUX FOR FREE HERE'S HOW IT TAKES 20 MINUTES
Hey you, do YOU hate your stupid fucking windows install? Do you want a free open source alternative? Wanna become more tech literate? Don't want AI baked into your OS? Oh boy do I have the thing for you. YOU CAN DO THIS IN 20 MINUTES WITH NO COMMITMENT OR RISK TO YOUR FILES. Links are marked in pleasant blue. You'll need: one (1) USB flash drive with at least 10-15GB capacity
a working computer with at LEAST: 2gb RAM (4gb recommended) 20gb hard drive space total (100gb recommended) Honestly if it runs windows it will run linux better A working internet connection (5MB/s or above recommended) the understanding that you WILL have to use the terminal (it's not that complex I swear) Step 1: Choose your distro! Unlike Windows or MacOS, Linux is only a kernel, the most basic part of an operating system. Therefore, there are over thirty configurations, known as distros or distributions, to pick from. You should research some distros that you might enjoy, there's no shame in trying a few to see what fits. I personally fully recommend Linux Mint for beginners, because it has an easy to understand installer and handles most of the things for you, it's a great step up from Windows. There is no singular "best distro". All of them have specific use cases. As stated before, for first time users, Linux Mint is my recommendation. As such, this guide will presume you have chosen Linux Mint. If you ask a community full of experienced Linux users what the best distro is, you will either start a flame war or they will tell you that there isn't one. Step 2: Grab your distro's .iso file. You can typically find it on the distro's website. If you want to use Linux Mint, find it here. The file will likely be a couple gigabytes big. I recommend the Cinnamon edition. Step 3: Once you have the .iso, download Rufus. The source code is here. Select your USB drive and previously downloaded .iso file. Leave everything else to the default. Don't use Balena Etcher, it's got telemetry and it's arguably worse. Step 4: Click "start" and wait for it to complete. Step 5: Reboot your computer and enter BIOS. The instructions on entering BIOS vary between motherboards, but you can likely google it if you know what brand of motherboard you have. Step 6: Go to the "boot" section and boot from the USB drive. Step 7: You should now be in what's known as the "live USB" environment. Play around with it if you want. Step 8: If Linux Mint detects a copy of Windows on your hard drive, it will give you the option to install alongside Windows. If you want to use Windows along with Linux, do this. Otherwise, select "Erase disk and install Linux Mint." Step 9: Follow the instructions on the installer. Once it shows "please remove the installation media and press Enter", remove your USB stick and press Enter to restart. Step 10: You now have installed Linux Mint! Everything past this is optional and basically just a crash course. Step 11: Log in and open the terminal, time to learn commands. For example, sudo apt update && sudo apt upgrade
This command is actually two in one - it will prompt you for your password, and then update your system. It may require additional confirmations but that's typically as simple as pressing enter. Once it finishes, your system is now up to date. There aren't automatic updates to my knowledge so do this every once in a while. Hell, a fun project would be making a program to automate it. sudo apt install (package name) I didn't have the space in the paragraph to mention this before, but "sudo" is a command that elevates the following command to administrator privileges, and apt is the package manager (handles all your software for you. you will be using this a lot) for Linux Mint. In fact, here's a very detailed document on how to use apt. You don't have to understand this right away, but read it anyway. Anyways, sudo apt install, well, installs things. Typically once you install it successfully you can just type the name of the software into the command line to launch it, or view it from the start menu if it's a GUI application. Some fun packages to install to test this out are: sudo apt install cmatrix (makes a cool matrix effect!) sudo apt install fastfetch (Gives you a bunch of info about your system) sudo apt install libreoffice (Alternative to Microsoft Office. Free!) Firefox should come pre-loaded with Linux Mint.
The cool thing about Linux is the free-open-source philosophy. apt will never ask you to pay for your software, and chances are the source code is hanging around if you want to check Github. Do you wanna game on Linux? You can. For steam games, run sudo apt install steam to get Steam. Log in. Now, there is a software known as "Proton." Proton is Valve's fork of WINE, which stands for Wine is Not an Emulator. Proton is good at one thing, which is running Windows programs by pretending to be Windows. It's very complicated but it works so we don't have to worry about it. It comes installed by default with Steam. Want Discord? Discord ships what is known as a .deb package. Just double click it to install software basically. You can get it at the typical discord.com/download link. You will have to redownload it every time discord pushes an update. Or just learn how to use Flatpak, which I do not feel like writing right now because it is kind of complex. Want a good mail client? Try Thunderbird! Anyways that's all. Comment if you have questions.
I concur.












