this post was submitted on 16 Dec 2024
21 points (100.0% liked)

FreeBSD

586 readers
1 users here now

founded 5 years ago
MODERATORS
top 9 comments
sorted by: hot top controversial new old
[–] kaugman 1 points 5 days ago

De-encryption handled by filesystem, not by SystemD or bootloader.

[–] dukatos@lemm.ee 5 points 1 week ago (1 children)
[–] racketlauncher831@lemmy.ml 2 points 1 week ago (1 children)

Alpine

Gentoo

Void

These are popular distros without systemd by default.

[–] dukatos@lemm.ee 3 points 1 week ago
[–] ryannathans@aussie.zone 4 points 1 week ago* (last edited 1 week ago)

Simplicity

...

And also jails

[–] sir_pronoun@lemmy.world 4 points 1 week ago

The air of mystique

[–] xia@lemmy.sdf.org 3 points 1 week ago

vis/unvis (or is it 'viz' with a 'z'? I forget). Basically a tool and intermediate representation that lets you detect and deal with unprintable characters.

[–] Binette@lemmy.ml 3 points 1 week ago

The introduction page with the ASCII art

[–] zer0@lemm.ee 2 points 1 week ago

1.Man pages.
Not all but a vast majority, are very well explained and they have examples.
When I read man pages on Linux I feel stupid very often, it's like they are written by and for very skilled people only.

2.Ease of use.
Surprisingly it can also be seen as a weak point, it depends on how you look at it.
Sometimes a wrapper to simplify actions would be wise but the Unix mindset "do one thing do it well" is very present in FreeBSD community. I suppose that's also the reason why today FreeBSD remains strong, in the end "good" or "bad" thing it is debatable.
In Linux that's different most of the concepts sound over complicated but there is always a tool to make the user life simple which is pleasant as long as you don't have to dig deeper.

3.Real OS.
Components are linked together, they are built to work together. For example if I make a jail, I can install a package from the host in the jail just by using the main package manager. I also can see processes in the jail by using ps from the host. That and many other things.
Linux on the other hand looks like a set of bricks made by different people from different time with different goal in mind, that can explain why systemD is so appreciate, but what a heavy cost.