Hidden gems in pi-powerline-footer

Posted on Sun, 22 Mar 2026 in DevOps • Tagged with pi, terminal, productivity

Two features of the pi-powerline-footer plugin that go beyond the typical footer with model information.


Continue reading

Stern: Kubernetes Logs on Steroids

Posted on Fri, 20 Feb 2026 in DevOps • Tagged with kubernetes, cli, logs, devops, tools

If you work with Kubernetes, you've probably suffered through the kubectl logs command. It's useful for viewing the logs of a specific pod, but it falls short when you have multiple replicas of a service or when pods restart and change names.

This is where Stern comes in.

Stern allows …


Continue reading

Kubegres: Simplified PostgreSQL Management on Kubernetes

Posted on Thu, 25 Dec 2025 in DevOps • Tagged with kubernetes, postgresql, kubegres, operator, database, devops

Discover Kubegres, a Kubernetes operator that simplifies the deployment and management of highly available and scalable PostgreSQL clusters.


Continue reading

Nginx: Configuring X-Forwarded-For in Reverse Proxy

Posted on Wed, 21 Oct 2015 in DevOps • Tagged with nginx, reverse-proxy, x-forwarded-for, real-ip, configuration

How to configure Nginx to pass the client's real IP to backend servers using the X-Forwarded-For header in reverse proxy configurations


Continue reading