Technical reasons to choose FreeBSD over GNU/Linux (2020)
11–20 of 376 posts
Re: Technical reasons to choose FreeBSD over GNU/Linux (2020)
#12How well does FreeBSD support a “modern” web backend? Does Java run here? Mono (C#)? Node.js? PostgreSQL? Any noSQL databases?
From that point of view, you can even do "modern" web backends on IBM and Unisys mainframes, using their POSIX environments.
And yes, they do actually support everything on that list, by the way, mainframes invented noSQL databases before SQL was a thing, have a look on ISAM.
Re: Technical reasons to choose FreeBSD over GNU/Linux (2020)
#13 FreeBSD has great engineering and release management practices
When someone gets an idea and develops something new, it first gets peer technical reviews
The recent WireGuard debacle left a bad taste about this. As it actually turns out, sometimes there is zero technical review for very important patches and a few blessed developers can (and sometimes do) just throw their stuff directly into trunk. Unlike on Linux, the ZFS filesystem is a first class citizen on FreeBSD
ZFS has first-class support on Ubuntu and is compiled into the kernel. FreeBSD also supports boot environments
Including this one IIRC. Jails
Well... linux has containers, and if all you need is isolation there's this: https://news.ycombinator.com/item?id=29976096systemd is not required (all the heavy lifting is done by the kernel using the same features employed by containers), but it's available almost everywhere and makes this easy.
security
I actually think it's worse in this regard because of the link above. Most services on my machines are heavily locked down and isolated from each other since systemd makes this very easy (add a few key-value pairs to an .ini file and it's done). On FreeBSD the developer must add capsicum support (which is not easy to say the least), or you have to setup jails for each and every application manually. Capsicum
Excluding the usual boring stuff like seccomp-bpf, we now also have this: https://lwn.net/Articles/859908It's pretty much unveil for Linux. I think it kind of flew under the radar.
I don't believe there's anything like capcisum, though.
DTrace
https://www.brendangregg.com/dtrace.html#LinuxThere's also real DTrace on Oracle Linux if you're ready to sell your soul:
https://docs.oracle.com/en/operating-systems/oracle-linux/dt...
bhyve
Not sure if this counts as a particular advantage. Firewall
I find nftables to be pretty enjoyable to work with. It has a similar syntax, removes duplication of rules (supporting both ipv4 and ipv6 at the same time), etc. I actually removed firewalld from many RHEL servers and went with nft directly. Security Event Auditing
Uhm… so like auditd?Re: Technical reasons to choose FreeBSD over GNU/Linux (2020)
#14> Technical reasons to choose FreeBSD over GNU/Linux On the server/router maybe. For IT pros maybe. The desktop is a whole different matter.
Re: Technical reasons to choose FreeBSD over GNU/Linux (2020)
#15How well does FreeBSD support a “modern” web backend? Does Java run here? Mono (C#)? Node.js? PostgreSQL? Any noSQL databases?
https://forums.freebsd.org/threads/setting-up-a-debian-linux...
Re: Technical reasons to choose FreeBSD over GNU/Linux (2020)
#16Re: Technical reasons to choose FreeBSD over GNU/Linux (2020)
#17I'm a huge fan of FreeBSD, though I have to admit - when I was looking at the Vulnerability Statistics chart I wondered to myself "are there fewer identified FreeBSD vulnerabilities because there are way fewer FreeBSD users (than Linux)".
Re: Technical reasons to choose FreeBSD over GNU/Linux (2020)
#18Re: Technical reasons to choose FreeBSD over GNU/Linux (2020)
#19rm -rf /* has very limited damage. chmod -R 0000 /* won't touch chmod and all kind of ooops become much less destructive.
It's probably not useful in all scenarios, but definitely some systems deserve to never be touch live. Automation, scada, super important core backbone systems.
FreeBSD is the power to serve. It deserves more credits.
Re: Technical reasons to choose FreeBSD over GNU/Linux (2020)
#20- My wifi card doesn't work. The installer recognizes it, but the driver doesn't work.
- The console terminal defaults to 80x25, I don't know how to resize it.
- I can't figure out how to start X Windows.
- If I run it in a VM (e.g. VirtualBox), the network bridging doesn't work so my FreeBSD instance has no internet access.
It's probably my fault, I'm sure it's in the docs somewhere. But it probably means that I'm not the target audience for FreeBSD, since I don't have the time and patience to figure out the most basic things.