• 0 Posts
  • 60 Comments
Joined 11 months ago
cake
Cake day: August 11th, 2023

help-circle





    • Wayland is the new standard and X11 is the old standard. NVIDIA support is getting better. The advantages are mainly under the hood, the most relevant for most users is in security and compatibility with newer hardware. If your distro comes with Wayland, use it. If it doesn’t, then don’t worry about it.
    • Bloat’s subjective and mostly a matter of taste. Unless you’re trying to squeeze every bit of performance out of a 10 year old potato, the bloatiness of your default desktop install will not meaningfully impact your performance. Even the most bloated linux install runs lighter than Windows 10.
    • Keep up to date, especially security updates. Don’t work in root unless you have to, don’t use sudo if you don’t need it, and configure permissions properly rather than 777ing everything. Be careful adding package repositories: don’t add from other distros or other versions of your distro as that can screw up dependencies. Check your package manager or flatpak before resorting downloading random files and trying to install them manually.
    • Yes: linux subreddits/communities, Fedora’s own documentation and forums
    • How easy it is to make a mistake that’s very hard to fix. Also, understanding what “everything is a file,” the filesystem in general, and what a desktop environment even is.




  • Moobythegoldensock@lemm.eetoLinux@lemmy.mlWhat is wayland?
    link
    fedilink
    arrow-up
    7
    arrow-down
    1
    ·
    6 months ago

    You’ve already gotten great answers on what Wayland is, but as far as who should care:

    Mainly developers and users with niche workflows. People with NVIDIA cards should care a little as initially NVIDIA did not support Wayland, but NVIDIA drivers are catching up so this should continue to improve. Most users should just switch when their DE switches.


  • Your biggest tech challenge will likely be in installing linux. So take your time and work through a tutorial.

    Linux is a fundamentally different OS from Windows. Some desktop environments resemble various Windows versions, while others are very different: they might be more Mac like, or more mobile like, or completely unfamiliar.

    Installing programs is generally easier on linux because the default is to use the package manager (basically an app store) rather than downloading sketchy programs off websites that all want to update on their own schedule and all want to start when you boot the OS. Just search them, set updates to pop up weekly or whatever your preferred schedule is, and your package manager will do the rest.

    Troubleshooting is harder for new users but easier for experienced users: it typically requires more work that can be daunting for casual users, but it lets you get much deeper into the OS to fix problems, where on Windows you might just be stuck waiting for a patch.

    Compatibility is usually the biggest frustration, since many programs do not release a linux version, so you need to find alternatives or run them in a compatibility layer. Both of these solutions can sometimes cause problems getting the exact functionality you need, whereas if you’re using the natively supporting OS it may be smoother.



  • I first heard of it in the early 2000s, with my dad talking about replacing our buggy Windows ME with Lindows. Eventually, that computer died without us ever attempting to install it.

    In college, I hung out with someone who used linux and thought it looked cool. I successfully dual booted Ubuntu on my PC around 2005 or 2006, but could never get the video drivers working properly (it was stuck at the lowest resolution) and eventually gave up on it.

    I started adminning a web forum around 2014 or so, and the previous admin talked me into dual booting Fedora rather than only using Putty. So I started using it intermittently whenever I started working on the forum, though I never really got into GNOME. He also told me about raspberry pis, so I picked up a pi 2 and started tinkering with it.

    When my wife moved in (2018), she (a software developer) was working on a project and asked me if I’d heard of raspberry pis, as she was recommended to use one but hadn’t looked into it yet. I pulled my pi 2 out of storage and she fell in love with it, so we started buying loads of pi 3s and zeroes, with me testing out different distros and setups for her while she was working on the project code.

    Finally, somewhere around 2018 or 2019 my laptop started running like shit on Windows. I tried out Xubuntu and fell in love with it. It ended up becoming our go-to distro, getting slapped on old desktops she brought home from work and a used laptop I bought for our daughter. So that became the daily driver on my laptop, even as she moved onto Alpine with i3wm.

    And now we both have Pinetab 2s, so I think it’s fair to say we’re full on linux nerds at this point. We still have Windows on some of our desktops, though, so we’re more pragmatists than linux proselytizers.

    TL;DR: I heard about it young, and that interest grew into dabbling, until I finally got addicted to it.






  • Oh, my misunderstanding, I thought you wanted to dual boot OpenSuse and KDE Plasma. Dual booting Windows 10 and one of those makes way more sense, especially if you have niche university software that was probably written 20 years ago for Windows XP service pack 2, is already barely compatible with Windows 10, and almost certainly never had a linux version. You definitely don’t want to gamble on abandoning Windows completely until after you graduate.

    And yes, once you get comfortable installing a distro, it gets pretty easy to just install a new one.


  • Moobythegoldensock@lemm.eetoLinux@lemmy.mlNew to Linux, have a few questions
    link
    fedilink
    arrow-up
    37
    arrow-down
    2
    ·
    edit-2
    7 months ago

    My big question would be why are you starting with a dual boot? I would recommend trying each one with a liveUSB or in a virtual machine and simply do a single boot with the one you like better. There’s likely little need for you to actually maintain two distros unless you have a very niche use case that one distro can’t solve.

    My advice would be to just relax and realize that the underlying OS is 90% the same regardless of what distro you choose. All the discussion you see on different distros, package managers, snaps, wayland, etc. are all the other 10%. It really doesn’t matter what distro you start on as long as it’s a general purpose distro (both of the ones in your OP are): once you learn the first 90% of linux, you’ll develop your own tastes, and then you’ll be able to decide on the remaining 10%.