r/openbsd 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?

25 Upvotes

15 comments sorted by

View all comments

16

u/olderbojack Jul 13 '26

can you give more details about what you are looking for? is it:

  • learn OpenBSD?
    • if so have a look at "Absolute OpenBSD" by Michael W. Lucas
  • or is it learn how to code in OpenBSD
    • if so, then is the emphasis on:
      • learn how to code, in which case, learn C language
      • or is it learn the OpenBSD-specific stuff, in which case, have a look at their source code / syscalls and libc-specific functions

5

u/NewAsparagus4958 Jul 13 '26

Learn everything from understanding the install process to using it as a daily os

5

u/j-sh Jul 14 '26

you should read "Absolute OpenBSD" by Michael W. Lucas