Skip to content

Instantly share code, notes, and snippets.

@seven1m
Last active April 29, 2019 13:48
Show Gist options
  • Save seven1m/7ea5383696532e321e2c3a4b7e3157f4 to your computer and use it in GitHub Desktop.
Save seven1m/7ea5383696532e321e2c3a4b7e3157f4 to your computer and use it in GitHub Desktop.
things I learned using OpenBSD on a laptop for the first time

OpenBSD

How to disable console window on X11 start up

Comment out the xconsole line in /etc/X11/xenodm/Xsetup_0.

How to install intel wireless drivers

As root:

fw_update iwn

Restart the computer.

How to scan for and join WiFi

iwconfig iwn0 scan
iwconfig iwn0 nwid "SSID Name" wpakey "key goes here"

Disable Ethernet on startup

Edit /etc/hostname.em0 and comment out the dhcp line.

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