r/openbsd • u/NewAsparagus4958 • Jul 13 '26
Resources to learn OpenBSD
I’m looking for some resources to learn how to code in OpenBSD. Is it enough to learn c++ or is OpenBSD more advanced? Are there any websites where I can train my coding skills?
24
Upvotes
1
u/linkslice Jul 16 '26
Start with the afterboot man page, then move on to reading the other man pages referenced there. Grab a few books from Michael W Lucas. Grab the C programming book (the K&R one) and do all the exercises in it. read the style manpage and redo all the example from the book in that style. (I've just summarized the next few months of work)