this post was submitted on 08 Jun 2023
187 points (98.4% liked)
Asklemmy
43771 readers
2059 users here now
A loosely moderated place to ask open-ended questions
Search asklemmy ๐
If your post meets the following criteria, it's welcome here!
- Open-ended question
- Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
- Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
- Not ad nauseam inducing: please make sure it is a question that would be new to most members
- An actual topic of discussion
Looking for support?
Looking for a community?
- Lemmyverse: community search
- sub.rehab: maps old subreddits to fediverse options, marks official as such
- [email protected]: a community for finding communities
~Icon~ ~by~ ~@Double_[email protected]~
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
i am afraid of taking the step towards bsd... 1st: I don't know if I want/need freebsd or openbsd and it scares me to learn an entire new system. I am pretty happy with linux for now, but on the long run it might be a viable option - do you have any good guidance or recommendations for bsd?
I would recommend starting with FreeBSD. They have a handbook on their website that explains everything you would need to know to get set up and get an idea about how everything works. You could kinda compare it to the Arch wiki.
A vast majority of things will be very familiar to you as a linux user and the repos/ports have almost anything you could need. A big difference is going to be the init system. It is more like Open-RC and runit compared to SystemD. It is based on scripts and very easy to use when you get the hang of it.
The most obvious drawback is the lack of support for 802.11ac (it is in the works and you can use something called wifibox to use linux wifi drivers).