this post was submitted on 05 Aug 2023
1940 points (97.2% liked)
linuxmemes
21194 readers
1366 users here now
Hint: :q!
Sister communities:
- LemmyMemes: Memes
- LemmyShitpost: Anything and everything goes.
- RISA: Star Trek memes and shitposts
Community rules (click to expand)
1. Follow the site-wide rules
- Instance-wide TOS: https://legal.lemmy.world/tos/
- Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
2. Be civil
- Understand the difference between a joke and an insult.
- Do not harrass or attack members of the community for any reason.
- Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
- Bigotry will not be tolerated.
- These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
3. Post Linux-related content
- Including Unix and BSD.
- Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of
sudo
in Windows. - No porn. Even if you watch it on a Linux machine.
4. No recent reposts
- Everybody uses Arch btw, can't quit Vim, and wants to interject for a moment. You can stop now.
Please report posts and comments that break these rules!
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Try a few different distros. People often recommend Mint for a beginner. I use Fedora personally, I also like Debian, it's stable but a bit boring and can be outdated. You can also creat a bootable live USB and try before you install!
Tbh, I consider "a bit boring" a pretty good feature for an OS. "Exciting" usually means dozens of hours to fix simple things.
LTS releases get more and more attractive with age.
That is very trueˆˆ
Depends on how new your hardware is - distros with new kernels work much better on many brand new machines.
To clarify, because I think this would be pretty confusing for someone who isn't already into Linux.
So a "distro" is short for a distribution of linux. Strictly speaking, Linux is just a kernel which is a technical component of an operating system. A few different organizations have taken the Linux kernel and added the necessary additions to turn it into a typical PC operating system e.g. Ubuntu, Linux Mint, Fedora, CentOS, Arch Linux, Manjaro Linux. Some are harder to get set up and some are plug and play. Ubuntu, Linux Mint, and Manjaro are considered to be "easy" to set up. Arch Linux is typically considered the hardest.
But how do you actually install it? (1) choose the distro. (2) download the
.iso
file from their website (a few gigabytes). (3) burn it into a spare usb flash drive to make a "live boot usb". (4) go into your BIOS and select to boot from your usb instead of your typical hard drive. Now you should be in your chosen distro. Conside this a sandbox that is contained to only your flashdrive. If you shutdown and remove the flash drive, nothing would change. (5 optional) play around and try it out. Do you like it? (6) Double click the installer on the desktop to install it on your hard drive for-real.A note on step (3), you can find guides for this online. My favorite software that does this on windows is rufus.
A note on step (4), everyone's BIOS looks a little different. You can search "how to change boot options on XYZ" for your laptop/motherboard.
A note on step (6), if you really hate windows, you're free to nuke it, but your installer will give you the option to "install alongside windows" which will let you choose which OS to boot into on startup. This is known as "dual booting". It's the option with less commitment, but sometimes minor issues come up that requires troubleshooting (windows likes to fuck shit up when it updates).
If you're planning on keeping Windows intact and you have a spare drive lying around I recommend temporarily removing your main SSD and installing the distro on the spare. This will prevent potential bootloader issues if you decide Linux isn't your daily driver. The downside is if you want to swap OSes you'll need to select the drive you want to boot from in BIOS.
Awesome thanks! Great info!