, Cynic, Misanthropist| Website | https://www.bsdhowto.ch/ |

, Cynic, Misanthropist| Website | https://www.bsdhowto.ch/ |
Display switch for OpenBSD laptop
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.
