Install OpenBSD 6.7-current on a PineBook Pro 64
The following article describes how I installed OpenBSD 6.7-current on my PineBook Pro 64 (PBP). Please note that there is no warranty for anything I describe in the article.
https://xosc.org/pinebookpro.html
#hardware #install #pinebook
The following article describes how I installed OpenBSD 6.7-current on my PineBook Pro 64 (PBP). Please note that there is no warranty for anything I describe in the article.
https://xosc.org/pinebookpro.html
#hardware #install #pinebook
Installing OpenBSD on a PC Engines APU2.
https://blog.lambda.cx/posts/installing-openbsd-on-pcengines/
#hardware #install
https://blog.lambda.cx/posts/installing-openbsd-on-pcengines/
#hardware #install
OpenBSD on the A20-OLinuXino-LIME2
This guide will explain how to get OpenBSD to run on the A20-OLinuXino-LIME2 Rev. K single-board computer by Olimex. We will go through modifying and compiling U-Boot to make the LAN port work, as well as following OpenBSD's -current branch to get all the security fixes.
https://earthroot.city/openbsd-on-olinuxino-lime2/
#hardware #install
This guide will explain how to get OpenBSD to run on the A20-OLinuXino-LIME2 Rev. K single-board computer by Olimex. We will go through modifying and compiling U-Boot to make the LAN port work, as well as following OpenBSD's -current branch to get all the security fixes.
https://earthroot.city/openbsd-on-olinuxino-lime2/
#hardware #install
OpenBSD 6.7 on PC Engines APU4D4
I just got myself a PC Engines APU4D4. I miss an OpenBSD box providing home services. It’s quite simple to install and run OpenBSD on this machine. And you can even update the BIOS from OpenBSD.
https://www.tumfatig.net/20200530/openbsd-6-7-on-pc-engines-apu4d4/
#hardware #install
I just got myself a PC Engines APU4D4. I miss an OpenBSD box providing home services. It’s quite simple to install and run OpenBSD on this machine. And you can even update the BIOS from OpenBSD.
https://www.tumfatig.net/20200530/openbsd-6-7-on-pc-engines-apu4d4/
#hardware #install
How to install OpenBSD on a Raspberry Pi 4
In this tutorial we will guide you through the necessary steps needed to successfully download, boot, configure networking, configure timezone, and install basic packages to get started.
https://www.sudopigeon.com/raspberry-pi/os-install-installing-openbsd-on-a-raspberry-pi-4/
#hardware #install
In this tutorial we will guide you through the necessary steps needed to successfully download, boot, configure networking, configure timezone, and install basic packages to get started.
https://www.sudopigeon.com/raspberry-pi/os-install-installing-openbsd-on-a-raspberry-pi-4/
#hardware #install
OpenBSD Laptop.
Hi, I know it’s been a while. I recently had to nuke and re-pave my personal laptop and I thought it would be a nice thing to share with the community how I set up OpenBSD on it so that I have a useful, modern, secure environment for getting work done. I’m not going to say I’m the expert on this or that this is the BEST way to set up OpenBSD, but I thought it would be worthwhile for folks doing Google searches to at least get my opinion on this. So, given that, let’s go…
https://functionallyparanoid.com/2020/10/14/openbsd-laptop/
#hardware #desktop
Hi, I know it’s been a while. I recently had to nuke and re-pave my personal laptop and I thought it would be a nice thing to share with the community how I set up OpenBSD on it so that I have a useful, modern, secure environment for getting work done. I’m not going to say I’m the expert on this or that this is the BEST way to set up OpenBSD, but I thought it would be worthwhile for folks doing Google searches to at least get my opinion on this. So, given that, let’s go…
https://functionallyparanoid.com/2020/10/14/openbsd-laptop/
#hardware #desktop
OpenBSD on a Raspberry Pi 3B.
https://hobthrust.wordpress.com/2021/03/10/openbsd-on-a-raspberry-pi-3b/
#install #system #hardware
https://hobthrust.wordpress.com/2021/03/10/openbsd-on-a-raspberry-pi-3b/
#install #system #hardware
OpenBSD 6.9 Router Benchmarks.
I've been using OpenBSD for my home router/gateway for years, and have run it on a number of different types of hardware. I recently got Verizon's gigabit service which is advertised at up to 940 Mb/s download and 880 Mb/s upload speeds, so I decided to benchmark some of the routers I have laying around. The contestants are:
- Ubiquiti EdgeRouter Lite: dual core 500 Mhz Cavium Octeon, Cavium ethernet using cnmac driver
- PC Engines APU4: quad core 1 GHz AMD GX-412TC Jaguar, Intel i211AT ethernet with em driver
- Ubiquiti EdgeRouter 4: quad core 1 GHz Cavium Octeon, Cavium ethernet with cnmac driver
- Supermicro E300-8D: quad core 2.2 GHz Intel Xeon D-1518 (SMT disabled), Intel I210 ethernet with em driver
https://kernelpanic.life/hardware/openbsd-router-benchmarks.html
#hardware
I've been using OpenBSD for my home router/gateway for years, and have run it on a number of different types of hardware. I recently got Verizon's gigabit service which is advertised at up to 940 Mb/s download and 880 Mb/s upload speeds, so I decided to benchmark some of the routers I have laying around. The contestants are:
- Ubiquiti EdgeRouter Lite: dual core 500 Mhz Cavium Octeon, Cavium ethernet using cnmac driver
- PC Engines APU4: quad core 1 GHz AMD GX-412TC Jaguar, Intel i211AT ethernet with em driver
- Ubiquiti EdgeRouter 4: quad core 1 GHz Cavium Octeon, Cavium ethernet with cnmac driver
- Supermicro E300-8D: quad core 2.2 GHz Intel Xeon D-1518 (SMT disabled), Intel I210 ethernet with em driver
https://kernelpanic.life/hardware/openbsd-router-benchmarks.html
#hardware
Opening a Garage Door Using OpenBSD on a Raspberry Pi.
OpenBSD lets one control the GPIO pins on a Raspberry Pi. Controlling a garage door is simple: connect the GPIO output pin to one side of a relay's coil, connect the 5 volt output of the Pi to the other side of the relay's coil, and connect wires from your garage's wall console to the relay's common and "normally closed" ports. Running the program below opens or closes the door. Since the Pi will be connected to the garage wall console, you'll want to enable sshd. I've named my Pi "garage" and my program "og," so I can open the door remotely with
#hardware
OpenBSD lets one control the GPIO pins on a Raspberry Pi. Controlling a garage door is simple: connect the GPIO output pin to one side of a relay's coil, connect the 5 volt output of the Pi to the other side of the relay's coil, and connect wires from your garage's wall console to the relay's common and "normally closed" ports. Running the program below opens or closes the door. Since the Pi will be connected to the garage wall console, you'll want to enable sshd. I've named my Pi "garage" and my program "og," so I can open the door remotely with
ssh garage /home/sven/bin/og
https://undeadly.org/cgi?action=article;sid=20210527120047#hardware