this post was submitted on 10 Mar 2026
247 points (99.6% liked)
Technology
82488 readers
3990 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
FreeBSD has a fantastic handbook for starters. The whole system from the kernel to the userland is developed concurrently and fit together really well. Linux distros are all a hodgepodge of different parts with often only arbitrary or esoteric differences.
The filesystem layout is cleaner and makes more sense than what Linux distros typically do.
The network stack is super performant, so it’s great for servers. Security tools are also top notch.
Jails have done containers and virtualization extremely well for decades.
Native ZFS alone is a reason to use it. It’s the best filesystem. BTRFS has barely caught up with it.
DTrace for profiling performance and finding bottlenecks is fantastic and super powerful.
Less free software zealotry and crusaders leads to a friendlier community.
FreeBSD has proper UNIX pedigree.
More freedom, because you can for example distribute your own appliance that‘s based on FreeBSD without being restricted by the legal complications of the GPL.
Every FreeBSD release has 4 years of support.
Especially for servers, it’s great.
TrueNAS is based on FreeBSD and the best OS for a NAS, I have found so far.
Unfortunately TrueNAS dropped FreeBSD. I'm still on the FreeBSD version, but need to leave TrueNAS or switch to the Linux based version. I've not decided what to do yet.