Openbsd

Upgrade encrypted OpenBSD from 6.2 to 6.3

       183 words, 1 minutes

I took the time to switch from OpenBSD 6.2 to 6.3 on my Cloud instance with encrypted disk. As usual, it went smooth and troubleless. For the record, here are the directions.

Continue reading...


Force OpenBSD to use unbound(8) DNS resolver in DHCP client mode

       106 words, 1 minutes

By default, a DHCP client gets an IP address, a network gateway and a DNS server. That’s fine most of the time. But if you own an OpenBSD cloud instance that has to use DHCP to get online, you might not be satisfied with the domain-name-servers option provided by your DHCP server. Hopefully, OpenBSD provides an easy way to force your DNS: # viĀ /etc/dhclient.conf (...) prepend domain-name-servers 127.0.0.1; Since then, OpenBSD will use our DNS resolver. Which is… unbound(8)

Continue reading...


Send email with chrooted PHP in OpenBSD

       270 words, 2 minutes

OpenBSD highly enables chrooting daemons. I try to do it as much as possible. But lazy software sometime fail to work out of the box. Here’s my notes to enable sending email via chroot PHP (in my case, hear WordPress).

Continue reading...


Monitoring OpenBSD using CollectD, InfluxDB and Grafana

       357 words, 2 minutes

In a “get pretty graphs” mood, I’m looking at what can be done regarding OpenBSD monitoring using the CollectD collector and Grafana dashboard renderer. OpenBSD 6.2-current provides InfluxDB and Grafana packages. A great stack for pretty reportings.

Continue reading...


Monitor OpenBSD using Collectd and Facette

       113 words, 1 minutes

Imil wrote as niceĀ 5 minutes collectd + facette setup article using NetBSD. After a quick look in the ports, I saw it was possible to monitor OpenBSD using Collectd and Facette too. Hang tight, it only takes seconds to achieve.

Continue reading...


17 / 31