Modern Linux networking is no longer limited to iptables, nftables, or traditional firewalls. With eBPF and XDP, we can inspect, filter, and drop packets before they even enter the…
Linux cheat sheet
Modern Linux networking is no longer limited to iptables, nftables, or traditional firewalls. With eBPF and XDP, we can inspect, filter, and drop packets before they even enter the…
This guide walks you through building a Jenkins CI/CD pipeline to build and publish a signed Android App Bundle (AAB) to the Google Play Store.…
Debian users may sometimes encounter a slow boot issue or a “No matching swap device is available” error, particularly after resizing partitions. This problem often…
OpenMP is a popular API that supports multi-platform shared-memory multiprocessing programming. When working with certain benchmarks, users may encounter issues related to OpenMP support and…
When working with Jenkins pipelines, you may need to retrieve the URL of your GitHub repository dynamically and use it in your pipeline. Here’s a…
This CronJob runs every day at midnight and executes a shell script that will remove all unused images, containers, and volumes that are older than…
Since there is no official kubernetes support by PRTG, I decided to create something fast and simple by my own. It took 10 minutes to…
1. Brief summary I decided to deploy new ELK server in kubernetes. Installation was with the help of Helm using some custom values.yaml. As a…
And so, we need to build the following model: * Docker Swarm manager with 3 swarm nodes running docker graphHoppers and on the top of…