this post was submitted on 04 Sep 2024
180 points (94.1% liked)

Linux

47337 readers
1181 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

So I'm building a new computer before the end of the year and lemmy is obviously pushing me towards Linux.

I am not computer savvy, I have a family member that will help me set up my PC, but I do not want to be calling/messaging them every day when I want to open a program.

Basically my question comes down to: can I operate a Linux PC these days without needing to troubleshoot or type code.

I use my computer about once a week for a few hours I would say, so any time spent troubleshooting is time wasted.

Thanks!

EDIT: since a lot of people are asking what programs I typically use, I'll just list my most used programs.

Word, Excel, ect(I'm fine with alternatives)

Spotify

Gimp (would have been a make or break, so I'm glad it's supported)

Brave browser (browser is a browser)

Steam

Discord

I would say that while I could figure out how the kernels work, I'm at a point with computers these days where I don't have the time. My priorities fall with a seamless daily experience. If I have the time to figure something out I can, but ideally my day to day usage being unbotherd is what I'm after.

A lot of the comments so far have been helpful! I'm definitely going to give Linux a fair shot with my new build, probably start with Mint.

you are viewing a single comment's thread
view the rest of the comments
[–] Vittelius@feddit.org 3 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

You can try Linux out without installing it to get a feel for it before you make the jump. Set a weekend aside (or at least a couple of hours) to test drive a Linux distro and check if it is your cup of tea.

This is one way of doing this:

  • Install Virtual Box on your (Widows) PC
  • head over to https://getaurora.dev/ and download the latest iso
  • In virtualbox create a new VM
    • set the OS Type to fedora (64 bit)
    • after that you can keep all the standard settings, just be aware that performance is not going to be representative of an actual install
  • Then select the newly created VM and open the settings panel
    • here you go to "Storage" and click on the slot under "Controler: IDE" labeled "empty"
    • click on the CD symbol on the right side of the window, in line with "optical drive" and select "choose a disk file"
    • pick the iso file you downloaded in step 2
  • close the settings window and start the VM
  • go through the installation wizard to install Aurora OS in your Virtual Machine
  • Profit

I know that these instructions can seem daunting but it is easier than it reads, I promise.

Why Aurora OS

Aurora OS is based on Fedora Silverblue meaning that it is what is known as a immutable distro. That in turn means that it's harder to mess stuff up and break your install. It also means that some things are harder to achieve. But I also think that you are probably not interested in the hard stuff anyway.

Aurora uses the KDE Plasma Desktop, the same desktop used by Valve on the Steamdeck. It has a familiar Windows like layout by default but also allows you to customise it like crazy to fit your particular need (whatever that may be).

Aurora flatpak as it's app format. To see what kind of software is available for this distro you can check flathub.org . It's not going to be as much software as Linux Mint for example (Mint uses flatpak and deb), but everything the average user needs should be there.

[–] c0smokram3r@midwest.social 6 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

Great write up, but OP stated they’re not computer savvy. I’m sure more ppl have used flash drives than used VMs. They are also building a new pc so gotta get those distros from somewhere/another machine.

Another option would be to grab a couple of 4GB or more flash drives and try each one by booting from the flash drive before committing to one.

  • download something like balena etcher
  • download Mint, Ubuntu, PopOs, Aurora, whatever else
  • use etcher to burn distros to the flash drives
  • pop in the flash in new pc & have at it
[–] Vittelius@feddit.org 2 points 2 weeks ago (1 children)

I considered that. Unfortunately silverblue doesn't do live systems and aurora therefore doesn't either. So a VM is the only way of trying it out. OP stated that they have someone to help with the actual installation so I left the whole create install medium for bare metal install out intentionally since I assume this person will be capable of helping with that.

Also small Markdown help: If you use dashes lemmy will automatically format bulletpoints correctly. You can't use •s for it. Doesn't take anything away from your comment, etcher is still the best tool to create a bootable usb drive, but for the future consider using dashes.

[–] c0smokram3r@midwest.social 2 points 2 weeks ago

Ooh, interesting! Thanks for sharing! TIL 🤓