Table of Contents

, , , , , ,

OpenBSD

Check out my other

OpenBSD is one of the best, if not the best, operating systems you can use.

Things to note

Installation

Encryption

New versions of the OpenBSD installer include this as part of the installer.

Firmware (Optional & Nonfree)

If you do not have a wired connection you will likely need to grab firmware for your network hardware before you begin and put it in the EFI directory of your install USB after flashing. It can be installed after installation with fw_update <path to .tgz>

Post-installation tweaks

Hyperthreading is disabled by default as a security consideration. You can enable it by adding hw.smt=1 to /etc/sysctl.conf to make full usage of your CPU.

Service management

Service management is done with the rcctl(8) tool.

Package management

To search a package: pkg_info -Q <name>

To install a package: pkg_add <name>

Adjusting memory limits for desktop use

By default the OpenBSD memory limits are quite low, which makes it inconvenient. There are two ways of limiting memory usage, one is the file /etc/login.conf which defines per-group/user memory limits, and kernel-defined memory limits set by sysctl. If your computer has a lot of memory then you will certainly want to adjust these.