All articles
Git as a backup system
I began recently backing up my OpenBSD configurations in git repositories.
[…] Remember : back up your shit or your shit will get back at you.
I think this is a way easier backup system …
Peertube on native OpenBSD
Can we setup PeerTube on naked OpenBSD ?
Without Nginx actually.
NB : this article has been updated to reflect developments. It is useful as an install method, but I do not recommend not using Nginx, …
Run a Node daemon Node (PeerTube) on OpenBSD
PeerTube is technically a node JS process that I have to launch in a very specific way. And I never managed to make it properly, like any other daemon with rcctl.
Until recently.
So I am now closer to …
Alternative to Let's Encrypt on OpenBSD
If you are using OpenBSD, you probably know of acme-client. It is a simple acme client (Thank you Captain Obvious) designed with OpenBSD guidelines, meaning separation of powers in the process and so …
Openbsd Munin Ipv6 Plugins
Inspired by this, I wrote two Munin plugins using OpenBSD Pf monitoring Ipv6/Ipv4 traffic ratio.
I am using it on my router and my Peertube instance.
You can have a look at the result here. This is …
Update : PeerTube 2.0.0 on OpenBSD
Following the previous PeerTube 1.4.1 on OpenBSD 6.6 and Ledeuns’ work, here is a small update to the tutorial. Once again, comments are very welcome.
[…] First of all, we need Node 12 …
PeerTube 1.4.1 on OpenBSD 6.6
Update : PeerTube 2.0.0 on OpenBSD
I wrote this article after migrating my PeerTube instance from FreeBSD to OpenBSD. Doing so, I hope to inspire other to jump in there. I believe to be the first and …
Bridge on the OpenBSD router
When I built my OpenBSD router, I separated my wifi and Ethernet networks, because the bridge solution was too slow.
I came back to it, because of OpenBSD. Actually, one of my laptops runs OpenBSD …
Serial connection on an APU from OpenBSD
You remember my Openbsd router ? It’s an APU from Pc Engines. When you plug those machines under Linux, you get a connection on /dev/ttyUSB0. But under OpenBSD ?
NB : Yes, not easy to follow. I …
Upgrade your OpenBSD offline
So, Openbsd 6.4 has just been released, so let’s upgrade.
I have actually a slightly special upgrade procedure.
First and foremost, you have to read the doc (you need to adapt if you upgrade an …