Skip to content

Instantly share code, notes, and snippets.

@pp5x
Last active March 15, 2022 23:26
Show Gist options
  • Select an option

  • Save pp5x/a75ad2aca3a70fec221e8867a07f86fd to your computer and use it in GitHub Desktop.

Select an option

Save pp5x/a75ad2aca3a70fec221e8867a07f86fd to your computer and use it in GitHub Desktop.

OpenBSD

sysupgrade to latest

vi /etc/installurl
sysupgrade -s

Update other packages

pkg_add -Uu

Cleanup unused packages

pkg_delete -a -c

Configuration

Enable doas

cp /etc/examples/doas.conf /etc/doas.conf

Search packages with pkglocate

pkg_add pkglocatedb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment