I start: the most important thing is not the desktop, it’s the package manager.

    • 𝕸𝖔𝖘𝖘
      link
      fedilink
      English
      32 years ago

      Am I reading the readme correctly in that I can run apt-get within distrobox on Fedora, and not be limited to dnf packages?

    • @[email protected]
      link
      fedilink
      82 years ago

      Installed distrobox on NixOS because I was worried being limited to only nixpkgs and have not touched it once lol

      Same goes for the windows VM except for the time I needed to run excel macros for work

      • @[email protected]
        link
        fedilink
        62 years ago

        Worried about being limited to only the biggest selection of packages available. Does not compute.

      • @[email protected]
        link
        fedilink
        22 years ago

        I did on my Nix, there was a package in Nixpkgs that was outdated, so I had the opportunity to use distrobox for that, at leqst temporarily until they update the package.

      • @[email protected]
        link
        fedilink
        English
        22 years ago

        Thats been a fear of mine moving to nixos. Glad to know it’ll cover most of my software needs.

        • @[email protected]
          link
          fedilink
          22 years ago

          Here’s a graph, it should be fine for your package needs: Graph

          This is not totally accurate because nixpkgs also packages some packages that wouldn’t be in the system package manager like Python and Haskell packages. Excluding those it’s pretty much the same as the AUR

    • mub
      link
      fedilink
      52 years ago

      Please explain. You make me wonder if I’m doing it wrong.

    • Dandroid
      link
      fedilink
      42 years ago

      This is mine. This is fine for my server, where I want it to be mega stable and always up. I can always add other repos for the few packages that I need to be up to date for whatever reason (podman for me recently). But my daily driver needs quicker updates than that.

    • @[email protected]
      link
      fedilink
      English
      12 years ago

      That’s the whole point of an LTS distro. And it’s why non-rolling distros for desktop OSes make no sense

  • Tom
    link
    fedilink
    852 years ago

    That after getting used to Linux I will hate to be forced to use less free operating systems.

      • @[email protected]
        link
        fedilink
        52 years ago

        I could but I always get a feeling like I’m being monitored constantly. Like imagine being at work and if you don’t move your mouse for a few minutes you’d get a warning or something. Or remember using a computer at school where the teacher could literally see the screen of every student, yeah like that.

  • @[email protected]
    link
    fedilink
    English
    142 years ago

    It was ~20 years ago so my advice to myself then would be pretty irrelevant now. I messed up my laptop, and my advice then would have been don’t start with a laptop (because laptop compatibility was lacking back then compared to desktop, different times).

    • @[email protected]
      link
      fedilink
      72 years ago

      Laptop compatibility still sucks at times, especially with weird configurations of amd apu and nvidia gpu laptops… or maybe it’s just my skill issue.

      • @[email protected]
        link
        fedilink
        12 years ago

        Skill issue

        Nah but seriously Nvidia loves to make it difficult and Linux doesn’t make it any easier. It’s like an unstoppable force meets an unmoving object

    • @[email protected]
      link
      fedilink
      62 years ago

      I disagree on the task manager. I like the KDE Plasma monitor application for instance. Very convenient way to sigterm or sigkill.

      • noughtnaut
        link
        fedilink
        22 years ago

        Agreed, and if you’re not on KDE then htop will do just fine.

    • Rusty
      link
      fedilink
      English
      7
      edit-2
      2 years ago

      There is no registry in Linux so there can’t be a registry editor.

      Hardware panels and task managers do exist (and they come in more windows-like distros), they’re just different to Windows ones. I do concede that hardware management in Windows is much easier.

      Task manager for Windows absolutely blows though. It doesn’t show real data, just estimates that sometimes are wildly wrong.

  • guillermohs9
    link
    fedilink
    152 years ago

    Unmounting removable drives after writing to then is crucially more important than on Windows

      • guillermohs9
        link
        fedilink
        32 years ago

        On Windows, I often simply took out the USB drive without “safely removing” it. The data was there 99% of the time. On Linux, if I’m not mistaken, unmounting the drive before disconnecting is what actually writes data to it.

        • @[email protected]
          link
          fedilink
          102 years ago

          I don’t think Linux literally waits for you to unmount the drive before it decides to write to it. It looks like that because the buffering is completely hidden from the user.

          For example say you want to transfer a few GB from your SSD to a slow USB drive. Let’s say:

          • it takes about half a minute to read the data from the SSD
          • it takes ten minutes to write it to the USB
          • the data fits in the spare room you have in RAM at the moment

          In this scenario, the kernel will take half a minute to read the data into the RAM and then report that the file transfer is complete. Whatever program is being used will also report to the user that the transfer is complete. The kernel should have already started writing to the drive as soon as the data started being read into the RAM, so it should take another nine and a half minutes to complete the transfer in the background.

          So if you unmount at that point, you will have to wait nine and a half minutes. But if you leave it running and try to unmount ten minutes later it should be close to instant. That’s because the kernel kept on writing in the background and was not waiting for you to unmount the drive in order to commit the writes.

          I’m not sure but I think on Windows the file manager is aware of the buffering so this doesn’t happen, at least not for so long. But I think you can still end up with corrupted files if you don’t safely remove it.

        • @[email protected]
          link
          fedilink
          12 years ago

          Really? I’ve literally never done this but I suppose I really only use my USB for dd’ing a distro.

        • @[email protected]
          link
          fedilink
          22 years ago

          I do not think this is the case. You can disable on GNOME Disks active disk write caching for removable storages, exactly the same way as on Windows.

          Also, Thunar File Manager has an option to partially write files when copying/moving and when moving, only remove the file from source directory when the copy is successful. I find it remarkable against data corruption for large file transfers.

          • guillermohs9
            link
            fedilink
            12 years ago

            Yeah, but you just describe 2 features on specific apps that don’t need to be enabled by default.

            • @[email protected]
              link
              fedilink
              12 years ago

              I mean, even the SATA over UAS is a pain with Linux, since the new implementation sacrifices SMART data for faster RW speeds on Linux, and you have to fallback manually on the old driver to read SMART data on external HDDs. On Windows, you just use CrystalDiskMark and it works.

              Linux needs you to do a little work here and there for such things. I do not really eject everything safely on Linux. The feature on Thunar is handy.

    • @[email protected]
      link
      fedilink
      52 years ago

      It’s pretty important on Windows too, though. Always “eject” or “safely remove hardware” before unplugging!

      • @[email protected]
        link
        fedilink
        22 years ago

        Not in Windows 10/11. You can still “eject” if it makes you feel better, but it’s basically redundant. They reworked the support for removable media so they are always ready to remove except during active read/write operations.

        • @[email protected]
          link
          fedilink
          9
          edit-2
          2 years ago

          Read/write operations can happen in the background at any moment as long as the drive is mounted, so that’s not terribly comforting.

          Anyway, Windows has always avoided deferring writes on removable media, for as long as it’s been capable of deferring writes at all. That’s not new in Windows 10.

          Linux has a mount option, sync, to do the same thing. Dunno if any desktop environments actually use it, but they could. Besides being slower, though, it has the downside of causing more write operations (since they can’t be batched together into fewer, larger writes), so flash drives will wear out faster. I imagine Windows’ behavior has the same problem, although with Windows users accustomed to pulling out their drives without unmounting, I suppose that’s the lesser of two evils.

    • @[email protected]
      link
      fedilink
      English
      32 years ago

      By the time you’ve dressed out an Rpi to be halfway usable, you’ve spent about as much as a decent NUC. And all you have to show for it is a slow-as-mud sd card, hardly any video acceleration, a USB stack that only crashes sometimes, a busy OOM killer, and no software.

      Get an N95 based nuc. A Beelink with 8/256 runs about $150, and it just works. (Well, you might need pcie_aspm=off).

  • @[email protected]
    link
    fedilink
    English
    132 years ago

    When you’re just trying to get work done: pick a solid, well-tested high-profile distribution like Fedora, Pop!_OS, or Debian (or Ubuntu). Don’t look for the most beautiful, or most up-to-date, or most light-weight (e.g. low CPU usage, RAM, etc.). Don’t distro hop just to see what you’re missing.

    Of course, do those things if you want to mess around, have fun, or learn! But not when you’re trying to get work done.

    • SRo
      link
      fedilink
      32 years ago

      When you’re just trying to get work done: pick Windows.

      • mub
        link
        fedilink
        22 years ago

        I’ve gone Arch for this year’s linux adventure. It has been the most stable I’ve ever tried.

    • @[email protected]
      link
      fedilink
      English
      22 years ago

      Is Pop!_OS really that popular? I started using Linux about 10 years ago and it wasn’t around then, so I never tried it in my distro hopping days. I see it’s developed by System76 so I can see why you’d choose it on their hardware, but is there any point doing that on other hardware?

      • @[email protected]
        link
        fedilink
        English
        3
        edit-2
        2 years ago

        The System76 engineers are culturally very aligned with the core values of freedom of choice, customization, etc. They build software with the larger ecosystem in mind, and in fact, I’ve never seen them build something only for their own hardware (even things that could have been just for their own hardware, like the system76 power management system, has extensibility built in).

        That said, they also balance this freedom with a set of “opinionated” good choices that they test and support. If you care a lot about stability, it’s easy to go along with the “happy path” and get a solid, up-to-date system delivered frequently. Every time they upgrade new features or kernel, they go through a systematic quality assurance process on multiple machines–including machines not of their own brand. (I’ve contributed software/PRs to their codebase, and they’ve always sent it through a code review and QA process).

      • @[email protected]
        link
        fedilink
        22 years ago

        Idk, it seems to be picking up steam. It’s what I use unless I’m trying to use something super lightweight.

        For me it has the stability of Ubuntu without having to use Ubuntu.

        Haven’t tried Debian yet though.

        • superkret
          link
          fedilink
          12 years ago

          the stability of Ubuntu

          That’s not really a selling point.

          • @[email protected]
            link
            fedilink
            English
            1
            edit-2
            2 years ago

            Snaps are basically Ubuntu’s private app store, and flatpaks (the supported method of app distribution by almost every other distro are not supported); there’s no tiling WM built-in for large monitors; the kernel is not kept up to date (i.e. improved hardware coverage and support); some things like streaming with OBS studio and Steam don’t work out of the box (this may have changed, but it was the case for me about a year ago).

          • @[email protected]
            link
            fedilink
            12 years ago

            There’s a small amount of telemetry going on.

            Also, Pop_OS makes running an Nvidia GPU less painful.

  • supert
    link
    fedilink
    192 years ago
    • tab completion in bash
    • vim
    • zfs
    • git (though it didn’t exist then)
    • @[email protected]
      link
      fedilink
      32 years ago

      I wouldn’t use ZFS. Too risky. If a new kernel comes along and ZFS fails to build or something, my system will be unbootable.

      Btrfs scratches my copy-on-write/checksum/integrated RAID itch well enough anyway.

      • supert
        link
        fedilink
        12 years ago

        Nix and ubuntu have in kernel support. Void’s module build system also prevents this situation. I use nix and void, so have never faced this problem.

      • supert
        link
        fedilink
        22 years ago

        I gave up on btrfs when Icouldn’t recover from a full disk situation (years ago, may be better nwo). But zfs tooling is so good, reliable and intuitive, I’d not want to switch anyway.

      • @[email protected]
        link
        fedilink
        42 years ago

        In contrast to btrfs it doesn’t break your data. Everyone learns the hard way not to use btrfs…

  • @[email protected]
    link
    fedilink
    English
    42 years ago

    It was so long ago there was nothing to know, really. Most pages looked fine in links, you had irssi for your social networks, mplayer for your movies (still great), mutt for email, vim for programming… It kind of just worked.

    • supert
      link
      fedilink
      12 years ago

      That’s pretty much where I’ve landed. Except I use firefox.

      • @[email protected]
        link
        fedilink
        English
        12 years ago

        I still use mplayer but now it’s neovim will lots of plugins. Modern IDEs are much different today. Mutt is hard to use in the time of HTML emials. I also use lots of graphical apps like signal, Spotify, steam or libre office that didn’t exist 20 years ago. I think getting it all to work is a bit more complicated now. Maybe I just use computer for a lot more things.

  • @[email protected]
    link
    fedilink
    52 years ago

    That just like windows and Mac if it doesn’t support that platform prepare for headaches. Unlike windows and Mac you can get things that aren’t supposed to run on Linux to run thanks to great tools like wine, proton, and even waydroid. But if you wanna avoid headaches just stick with what’s supported for the most part.