Software engineer, functional programming enthusiast.

  • 0 Posts
  • 3 Comments
Joined 5 years ago
cake
Cake day: April 27th, 2021

help-circle

  • I recommend Debain, or else Linux Mint which is a derivative of (and fully compatible with Debian Linux) but has more recent software packages available to it.

    Both Tailscale and Jellyfin have instructions on how to install onto Debian which are not too difficult to follow.

    If you intend to use this computer as a server, Debian is probably better, it is lighter-weight and slightly more stable. If you intend to also use this computer as a daily driver, you might try Linux Mint instead, since it includes more of Ubuntu’s more recent software builds in their app store (i.e. package repository), and it is helpful to have more recent builds of the most popular apps. I have heard it is also a bit easier to install games onto Linux Mint than Debian.

    I have a blog post about how to pick a Linux written for people switching from Windows or Mac, if you are interested in a more detailed explanation.


  • Ramin Honary@lemmy.mltoLinux@lemmy.mlWhat are your opinions of Guix?
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    3 years ago

    So I think Guix (and Nix) is the most technologically advanced package manager in existence, and I hope someday all package managers work like Guix.

    One other very interesting feature about Guix (which I don’t think Nix is doing yet) (which Nix also does) is that they have implemented a fully verifiable bootstrap, meaning every step of building the kernel, including the steps taken to build the C compiler toolchain, are produced by code that is simple enough for a group of humans to check for correctness and safety. Also, every step of the build process exists in the package repository, with no reliance on externally built binaries for anything, not even the C compiler toolchain. They accomplish this with a multi-phase bootstrap process, where a smaller, simpler C compiler is used to build GCC.

    Do I use Guix? Well, no. Simply put, it is not quite to the point where it just works on a lot of the computer hardware that I own. With a bit more work, with a few more developers, and a bit more money invested, Guix could pretty soon become as reliable and useful as Debian or Fedora. But it is not quite there yet. And frankly, I have other more important things to do than worry about debugging problems with the operating system I am using.