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 …
How do I, as an autodidacte, feel in the world of computers and hackers ?
NB : That article was very difficult to write - it took me 25 days - because I did not want to divide people, commoners vs hackers, Us vs Them. I wanted to share that view, on the edge of both groups, …
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 …
2019 results
Beginning of a new year, I would like, for once, to count, to see what I got through. For once because before was too much chaos.
[…] Wait, you mean it’s not the case any more ? …
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 …