Raspberry Pi header with power wires

πŸ’» OpenBSD 6.9 on Raspberry Pi 4 πŸ“ πŸ₯§ πŸ‘©β€πŸ’»

I wondered if I could use my Raspberry Pi 4 as a gateway device to shape and filter my network traffic. It only has one NIC, but OpenBSD supports many USB-NIC devices out of the box. Let’s see how successful this idea is. Update firmware on Raspberry Pi 4 Instructions here: https://github.com/AshyIsMe/openbsd-rpi4 Installing OpenBSD 6.9 on Raspberry Pi 4 Download and checksum install69.img from the OpenBSD 6.9 FTP site. Put the install69....

March 30, 2022 Β· 4 min Β· Jas
C programming indent rules from Plan 9

πŸ’» Style9 Indent Rules on Linux/OpenBSD 🐧 🐑 πŸ‘©β€πŸ’»

Get that lovely Plan9 source feel in your C code on Linux or OpenBSD Kernel Normal Form Kernel normal form 1, or KNF, is the coding style used in the development of code for the BSD operating systems. According to the OpenBSD man pages 2: This file specifies the preferred style for kernel source files in the OpenBSD source tree. It is also a guide for preferred userspace code style....

March 11, 2022 Β· 2 min Β· Jas