
Maintenance mode on elasticsearch clusters Paid Members Public
Running elasticsearch means that you'll need to perform maintnance on the nodes from time to time. This guide will describe steps that should be done when performing maintenance operations on an elasticsearch cluster.

Relocate pagefile using powershell Paid Members Public
This short guide explains how to set pagefile configuration using powershell.

Using AzureCli with command completion on windows Paid Members Public
If you're working with azure you're propably also working with AzureCli. This article shows how to get usable command completion on your client.

docker daemon not starting after upgrade Paid Members Public
Having upgraded docker you may come into a situation where the docker daemon itself doesn't start anymore because of an issue with firewalld.

Docker - Hardening with firewalld Paid Members Public
Containers are no virtual machines - yet we might want to treat hosts running container workloads like hypervisors and apply limitations on container networking. This guide describes a way to limit container networking on docker based container hosts using firewalld.

Nextcloud - NativeReadStream excess data will be lost Paid Members Public
Running nextcloud with smb as external files runs into an issue starting with some of the latest releases - we saw the issue first on release 21.0.1. This guide describes how to implement a workaround until an official fix is available.

Ceph - OSD restore performance Paid Members Public
When ceph restores an OSD, performance may seem quite slow. This is due the default settings where ceph has quite conservative values depending on your application workload. Especially if you're running workloads with many small objects (files), the default values may seem too slow.

Add bash command auto completion Paid Members Public
Working with latest releases of ubuntu linux shows how well bash command auto completion works. Having seen this feature once you no longer want to miss it. This guide describes how easy auto completion can be added to bash.