Bruno Flückiger 

158 Followers
108 Following
383 Posts
Senior System Engineer, Tutor, OpenBSD enthusiast, , Cynic, Misanthropist
Websitehttps://www.bsdhowto.ch/

Display switch for OpenBSD laptop

https://discoverbsd.com/p/98f772b1e3

Display switch for OpenBSD laptop

The article details a setup for automatically switching the display on an OpenBSD laptop. Author uses USB-C so if you connect your monitor(s) using VGA, DVI, HDMI or DisplayPort, this post will probabl...

@kuijsten THE most effective filters I have on #opensmtpd are rdns and fcrdns.

For people using Ubuntu LTS as a server or workstation, what's your opinion on it? (reliability, convenience, troubleshoot, documentation, ...)

Are you using #Ubuntu PRO subscriptions?

Not interested if the replies are not about Ubuntu, thanks 

@solene Ubuntu LTS works great as a server. At $DAYJOB we use it to run docker. Documentation is good, reliability as well. The only thing that gives me headaches are changes in packages names, e.g. sshd in 22.04 becomes ssh in 24.04. That breaks my Ansible playbook 

We chose Ubuntu because we wanted an alternative to RHEL which doesn't require the company to buy subscriptions. Therefore it is a clear NO to Ubuntu PRO subscriptions.

#!/bin/sh

set -euo pipefail

thanks, @b0rk - I've been writing shell for 25+ years and wish I'd been doing this 25+ years ago.

CRL -> OCSP -> CRL ->
Can you continue this list? 
you know i had to du it to em
If Docker runs containers, does that mean that it actually is a garbage collector? 
@solene But not every unix-like system I work with uses systemd. Now I have to check on what OS I'm running before I can do a simple task like take a peak at a log file. That feels wrong to me.