Linux

Kubernetes Cluster & self-hosted Registry: Trusting the CA Members Public

You build your OnPremise Kubernetes Cluster and set up your self-hosted private registry. To make it pretty you used your own CA to sign the certificate for the registry. Everything is fine and now you are ready to deploy your own services to your Kubernetes Cluster and develop some awesome

Sebastian Augustin
Sebastian Augustin
Kubernetes

Running postgres in kubernetes with hugepages Members Public

To run postgres in a container on nodes with huge pages enabled requires you to configure the container accordingly. This post shows how to do this on kubernetes/openshift.

Daniel Nachtrub
Daniel Nachtrub
Container

Use openssl to verify certificates Members Public

Certificates are essential for todays security needs. Sometimes it's required to revoke them, maybe because they are no longer needed or because they got even compromised. But how do you test manually if a certificate has been revoked?

Daniel Nachtrub
Daniel Nachtrub
Linux

pfsense - CRL has expired in openvpn server Members Public

A few days ago we ran into an issue where pfsense appliances started to refuse openvpn connections by showing "CRL has expired" error messages. As it shows the reason is an overflow a date.

Daniel Nachtrub
Daniel Nachtrub
Linux

upgrade postgres with timescaledb Members Public

Upgrading postgres can be a challenging task, because databases are mostly in use. Having extensions like timescaledb introduces even more complexity. This guide shows a fast way to upgrade a postgres database with timescaledb.

Daniel Nachtrub
Daniel Nachtrub
Linux

freebsd 12.3 / pfsense 2.6 on hyper-v with low throughput Members Public

Upgrading pfsense running on hyper-v to version 2.6 might result in a massive performance regression when the VMSwitch has RSC enabled.

Daniel Nachtrub
Daniel Nachtrub
Linux

Upgrading kernel on Ubuntu (20.04) LTS Members Public

Upgrading kernels on LTS releases of ubuntu can easily be done by enabling an LTS enablement stack. This guide will show how and what to consider.

Daniel Nachtrub
Daniel Nachtrub
Linux

pfsense - access ipmi using ipmitool Members Public

Recent versions of pfsense ship with ipmitool. To use it you need to load the kernel module - this guide shows how to do this.

Daniel Nachtrub
Daniel Nachtrub
Linux