• Shirasho@lemmings.world
    link
    fedilink
    arrow-up
    8
    ·
    6 months ago

    Not a hot take at all. Asking someone to go from a GUI heavy operating system to a command line heavy one and be just as productive is lunacy. Like all major changes it is important to ween off the old thing.

    My biggest hurdle with the switch has been permission related issues, and you can’t deal with those cleanly with a UI, and every help thread under the sun throws out a bunch of command line commands giving a solution without explaining why those changes are needed. It may seem like Unix 101 to experienced Linux users, but it is really cryptic to newcomers coming from operating systems that are…cough more lenient with their permissions.

    There is also a mentality that UIs are much more idiot proof than command line. UIs are written by people who actually know the OS so we can’t accidentally delete our home folder because of a typo. It is a very legitimate concern.

    • Yesterday morning i installed Mint xfce on an old laptop.

      I wanted to install synaptics drivers for the touchpad because i use the trackball as mouse but need the touchpad for clicking. Something that isnt configureable in the default driver.

      When i copied an example config file and added my line, i rebooted the computer.

      The GUI broke because in the example config file, there were “…” To indicate writing further options, but xorg couldnt interpret or ignore it, so i had to figure out how to edit textfiles in the command line.

      No fun times, and definetely a risk for new users.

    • Hellfire103@sopuli.xyz
      link
      fedilink
      English
      arrow-up
      2
      ·
      6 months ago

      Ha! Yeah, I remember that phase. I was planning to install LXDE as my first distro, simply because I thought the wallpaper looked cool.

    • Deceptichum@kbin.social
      link
      fedilink
      arrow-up
      2
      ·
      6 months ago

      Oh I’ve judged you! And I find you guilty of making an acceptable decision that suites your preferences.

  • Vaniljkram@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    6 months ago

    And for new users choosing a distro with big user base (thus having a better support system) should be a top priority. Instead newbies are often advised to use an obscure distro that in theory might be a good fit, but isn’t. Probably those who do the recommendations are Linux testers (using VZ) rather than Linux users and mostly evaluate a distro based on install process and out of the box usage.

    Configuring a big distro to your needs is much better than choosing a nishe distro.

  • lingh0e@sh.itjust.works
    link
    fedilink
    arrow-up
    1
    ·
    6 months ago

    It’s like learning how to interact with Lemmy, and then deciding which app you want to use to interact with it.

  • There’s Two Main Choices:

    Packages…

    1. Pacman-based - Arch, Arco, Endeavour
    2. RPM-based - Fedora, SuSE
    3. Aptitude-based - Ubuntu, Debian

    Choose Pacman for rolling release, bleeding edge. Pick aptitude for servers and pick RPM if you want something that ‘just works’.

    Desktop…

    1. Full DE - Gnome, KDE
    2. Window Manager - Awesome, i3

    High end machines with lots of fancy features and ease of use pick a full DE. WM is good for speed and low-end hardware but harder to use.

    • FalseDiamond@sh.itjust.works
      link
      fedilink
      arrow-up
      0
      ·
      6 months ago

      Disagree on picking RPM distros for an absolute beginner (this is what the image is about at least). SUSE maybe but you don’t want a newbie having to deal with US patent bullshit and especially SELinux. Similarly, no newbie will ever pic a barebones WM as a first time user.

      • jimbolauski@lemm.ee
        link
        fedilink
        arrow-up
        0
        arrow-down
        1
        ·
        6 months ago

        I started on CentOS and don’t remember any issues but that was a long time ago. I flirted with Suse, Ubuntu, and Arch when RH started being a super dick. I finally settled on Rocky, rpm is the devil I know.

    • AngryCommieKender@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      6 months ago

      So for gaming… Pacman? I thought mint and kubuntu use aptitude, and was under the impression those are two of the better gaming distros.

      I hate windows, but am sick of trying Linux every 5-6 years and finding out that I cannot get half the games I play to work. Admittedly, with you guys I might not be going it alone this time…

      • Captain Aggravated@sh.itjust.works
        link
        fedilink
        arrow-up
        0
        ·
        6 months ago

        Debian-based systems (including Ubuntu and its forks such as Mint) uses dpkg and APT (APT does all the communicating with repositories, dependency managment etc, dpkg actually installs and removes packages.) Aptitude is a TUI front-end for APT that gives you a menu-based system in the terminal. Synaptic (not to be confused with the trackpad driver) is a GUI front-end for APT.

        I game on Linux Mint. Now it might be my tendency to play single player and/or cooperative multiplayer (think Stardew Valley or Unrailed!) games often made by smaller studios and indie developers as most of the AAA space has otherwise offended me, but…I don’t really have a problem. The vast majority of things just install and run from Steam.

  • MonkeMischief@lemmy.today
    link
    fedilink
    arrow-up
    0
    ·
    6 months ago

    Great take. But you know the real sneaky one that trips you up? File system.

    I wouldn’t call myself a beginner, but every time I install a Linux system seriously I see those filesystem choices and have to dig through volumes of turbo-nerd debates on super fine intricacies between them, usually debating their merits in super high-risk critical contexts.

    I still don’t come away with knowing which one will be best for me long-term in a practical sense.

    As well as tons of “It ruined my whole system” or “Wrote my SSD to death” FUD that is usually outdated but nevertheless persists.

    Honestly nowadays I just happily throw BTRFS on there because it’s included on the install and allows snapshots and rollbacks. EZPZ.

    For everything else, EXT4, and for OS-shared storage, NTFS.

    But it took AGES to arrive to this conclusion. Beginners will have their heads spun at this choice, guaranteed. It’s frustrating.

    • mdurell@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      6 months ago

      Ext4 is the safe bet for a beginner. The real question is with or without LVM. Generally I would say with but that abstraction layer between the filesystem and disk can really be confusing if you’ve never dealt with it before. A total beginner should probably go ext4 without LVM and then play around in a VM with the various options to become informed enough to do something less vanilla.

      • NeatNit@discuss.tchncs.de
        link
        fedilink
        arrow-up
        0
        ·
        6 months ago

        and then play around in a VM with the various options to become informed enough to do something less vanilla.

        This part is skippable, right? Any reason a user should ever care about this?

        (note: never heard of LVM before this thread)

        • stratosfear@lemmy.sdf.org
          link
          fedilink
          arrow-up
          0
          arrow-down
          1
          ·
          6 months ago

          It makes adding space easier down the road, either by linking disks or if you clone your root drive to a larger drive, which tends to not be something most “end users” (I try not to use that description but you said it heh) would do. Yes, using LVM is optional.

  • Gakomi@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    6 months ago

    For windows users that go to Linux I always recommend KDE as it looks like windows and it’s easy for them to understand and use it!

      • stratosfear@lemmy.sdf.org
        link
        fedilink
        arrow-up
        0
        arrow-down
        1
        ·
        6 months ago

        As a power user of windows I’ve lost faith in Ubuntu, though. Their DNS implementation alone is a disaster. So I’ve switched to Debian and KDE, but then I saw there is a Mint Debian Edition (LMDE) so that’s probably what I would recommend if anyone asked me. I personally haven’t used it yet tho as I’m enjoying KDE.

  • Encinos@dormi.zone
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    6 months ago

    I’m a noob using the default Ubuntu DE for a few months now and I’ve gotten used to it, at this point I’m afraid to ask what are the other DEs and whether I should swap over

    • Linkerbaan@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      6 months ago

      Don’t. It’s a trap. Most of them have compatibility issues with software. Stock Ubuntu is the benchmark for every piece of software these days. Deviating is fun until it isn’t.

      Unless you want to go a non Debian based distro, always pick Ubuntu.

      • dustyData@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        6 months ago

        Stock Ubuntu is the benchmark […]

        …for nothing this days. The only people using Ubuntu now are dinosaurs and system managers running cheap servers or locked into Canonical’s ecosystem, and the latter are using headless servers, remotely managed, not the DE. Variety is the spice of life. All mainstream DEs are perfectly serviceable, 100% compatible with everything and completely stable and reliable. FFS, Ubuntu’s snaps don’t even work well on their own DE. Stop fearmongering for Canonical, let people live life.

  • Crass Spektakel@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    arrow-down
    1
    ·
    edit-2
    6 months ago

    #You are perfectly right.

    All major distributions offer all major Environments. I currently use either Debian or Ubuntu and usually install by booting the Netinstall.iso right from the official Servers which installs just the base system without any GUI at all. Then I use tasksel to select the environment. Ok, not every Environment is part of Tasksel but often it is just adding another Repository and running another apt install operation.

    And yes, on my experimental computer I often install a dozen environments just because I can. Selectable at Login-Screen.

    But now somethings VERY important from someone with 35 years of POSIX experience:

    If you are a newby FOR GODS SAKE USE UBUNTU.

    And if you are a pro… Ubuntu still is a very good option. Only if your have VERY GOOD REASONS which you COMPLETELY UNDERSTAND, only then use something else. Which is Debian for me.

    • ForgottenUsername@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      3 months ago

      If you are a newby FOR GODS SAKE USE UBUNTU.

      As someone who only a couple of years ago made the jump to linux. I’d also recommend PopOS super easy to start with.

      • Crass Spektakel@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        arrow-down
        1
        ·
        3 months ago

        PopOS is a sure way of getting into ten times more problems than Ubuntu.

        Seriously, I know them all. Started with NetBSD in 1991, used pretty much everything.

        If your system isn’t super weird then Ubuntu is the most relaxed experience you will ever have as a newby.

        (And yes, I am not using Ubuntu currently. But then, I hat 35 years of POSIX/Unix/Linux experience)

        • carl://@upload.chat
          link
          fedilink
          arrow-up
          2
          ·
          3 months ago

          Until you use software that without up front notice Ubuntu decides to move from APT to Snap without a migration process in place for your settings or credentials. Like has happened with Telegram and with Chromium. And then stuff breaks in ways where you as a noobie would have no idea how to fix.

          This is exactly what happened with the Ubuntu setup on my parents’ laptop and I’ve since moved everything over to Linux Mint for them so they don’t have to deal with that anymore.

        • ForgottenUsername@lemmy.world
          link
          fedilink
          arrow-up
          2
          ·
          3 months ago

          How?

          I actually had more issues with Ubuntu than popos. And the one audio issue I had, the system76 guys were fantastic.

          Ubuntu is filled with bloat these days, and your actually better off with straight Debian than Ubuntu. Not to mention as a whole Ubuntu has made some ‘questionable’ decisions in recent times

    • Malfeasant@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      6 months ago

      I use Arch because not only am I into self abuse, I also enjoy being publicly flogged whenever I ask for help, which is never, because anytime I have a problem with it, there’s a pretty good chance someone else has asked before me.

    • dejected_warp_core@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      edit-2
      6 months ago

      If you are a newby FOR GODS SAKE USE UBUNTU.

      As an IT professional, I use Ubuntu LTS only because I don’t want to spend my time tinkering around with the OS itself.

      Basically, it’s this comic:

      All my hare-brained development ideas are more or less sandboxed in Docker containers. Rarely I need to schlep out to Sourceforge to get the right app for something. Most of the time there’s an apt or flatpack thing for what I’m up to, but I do go on a spree purging all that from time to time.

      My only complaint is with Nvidia driver support/quality/maintenance, but I get that’s not Canonical’s fault.