• 0 Posts
  • 38 Comments
Joined 3 years ago
cake
Cake day: July 1st, 2023

help-circle

  • As already mentioned, Ubuntu/PopOS/Kubuntu/Mint are maybe the four most identical distros in the entire ecosystem. But your point really does hold true even with less-identical distros.

    Currently, I have an Ubuntu Server, an Arch PC, and an old laptop “test machine” running Fedora. These are totally different limbs of the Linux family tree, but things pretty much work the same in all of them. The main difference is the package manager: Apt vs Pacman vs DNF. But like, they’re all doing basically the same thing under the hood: checking your installed software against some repository to see if anything needs an update. The actual workflow is pretty much the same with any of them.

    After that it’s pretty much just a question of downloading the desktop environment and software you like. Or finding a distro that comes pre-installed with what you want. To make a gaming analogy: linux distros are like Dark Souls classes: starting stats and equipment, but the starting point doesn’t lock you into your you build in the future.

    NixOS is a different beast for sure.










  • The easiest offsite backup would be any cloud platform. Downside is that you aren’t gonna own your own data like if you deployed your own system.

    Next option is an external SSD that you leave at your work desk and take home once a week or so to update.

    The most robust solution would be to find a friend or relative willing to let you set up a server in their house. Might need to cover part of their electric bill if your machine is hungry.









  • The thing with Debian is that yes, it’s the most stable distro family, but stable != “just works”, especially when talking about a PC and not a server (as a PC is more likely to need additional hardware drivers). Furthermore, when the time comes that you DO want to upgrade Debian to a newer version, it’s one of the more painful distros to do so.

    I think fedora is a good compromise there. It’s unstable compared to RHEL, but it’s generally well-vetted and won’t cause a serious headache once every few years like Debian.