linux Linux snippets for your daily work Kill all zombie processes ps axo stat,ppid,pid,comm | grep -w
Kubernetes kubectl flags you have probably never heard of Working with kubectl becomes much easier and faster with these widely unknown flags.
linux How to change the hostname of Ubuntu running in Windows WSL This article shows how to permanently change the hostname of Ubuntu running in the Windows subsystem for Linux.
Kubernetes Best way to use Bitnami’s database Helm charts In this article I will show how to include Bitnami's charts as dependencies and use them in your own Helm templates in the easiest way.
Keycloak Using Keycloak as OIDC Provider for Matomo In this blog article I will show you how you can setup
Kubernetes Curated list of awesome kubectl plugins When you followed my last blog post [https://blog.knell.it/setting-up-kubectl-and-krew/
Kubernetes Setting up kubectl and krew 💡These instructions are suited for Debian-based distributions only. Please see official documentations
Kubernetes Snippets for your daily work with Kubernetes Display all Pods that are not completely ready kubectl get pods -A
linux How to execute sudo without password prompt 💡Never, I repeat NEVER, disable password prompt on your production systems, as
linux Overview of Shell Autocompletions I simply love shell completion on the command line, which saves you
linux How to automatically load SSH keys on Windows autostart using Pageant In this article I will show you how to load your private