this post was submitted on 10 Sep 2024
116 points (95.3% liked)

Linux

47361 readers
1107 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

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?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 7 points 1 week ago* (last edited 1 week ago) (2 children)

For a server - it's fantastic if you're a reasonable adult and if you don't have a compulsive need to install every shiny new "app" you find on the internet. Terrible if you hate reading any kind of documentation. Terrible if you already decided that some of its core concepts are stupid and try to force stuff in order to mimic your favorite Linux dist.

Takes some knowledge and planning to set everything up properly but when it works, it works forever.

ZFS works as intended. I hear that it's miles better these days though in Linux.

Jails will make your life so much easier.

If the software isn't available in the ports tree you don't need it. You may want it but you really don't need it (bro just download my Docker image, I wrote a webserver in rust bro I promise it's super stable and it's never been done before bro). Enable Linux binary compatibility or fire up a virtual machine with a tiny dist if you're a masochist.

I personally like the default firewall, pf. It's got a bad reputation in some circles though.

No systemd.

No systemd.

No systemd.

[–] [email protected] 2 points 1 week ago

No systemd on my void or gentoo builds either.

[–] [email protected] 4 points 1 week ago (1 children)

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.

[–] [email protected] 3 points 1 week 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.