Whilst BSD isn’t linux per se, it still has a lasting legacy in the unix like space and notably has been used in game consoles like the PS4.

For you in your personal use case, have you tried a bsd distro? What was better compared to the average linux distro?

Apparently BSD is more modular with its jailing system and seems to have a lower resource usage.

I look at ones like NETBSD and FreeBSD and think, "what exactly do I get out of them that I wouldn’t with Linux say, Ubuntu or Void as an example?

What are your thoughts on BSD, you use FreeBSD before?

  • matcha_addict
    link
    fedilink
    English
    arrow-up
    4
    ·
    7 days ago

    What’s the benefit? You listed some minor things like ZFS and systemd, but is there a major benefit?

    Also, can’t you do that with Linux? I use openRC on gentoo.

    • fry@lemmy.sdf.org
      link
      fedilink
      arrow-up
      3
      ·
      7 days ago

      I guess it depends on the use case. If you prioritize network and zfs performance, sure. There’s a reason why the Netflix CDN or your router runs some BSD derivate.

      I’d argue that the jails are a feature that hasn’t been replicated. Each jail is a container and can be set up as an isolated environment with its own filesystem, network stack, set of user accounts etc. I know there are a few similar solutions on linux but nothing that is so deeply integrated.

      Yes, of course. I believe it was a NetBSD developer who initially wrote it.