In this post I will walk through all the steps of deploying a containerized web application and all the required […]
Running K3s (Kubernetes) Locally on Ubuntu 22.04
K3s is a free and open-source [Link] fully certified Kubernetes-compliant distribution [Link]. It is offers a simplified Kubernetes deployments and […]
Running K8s (Kubernetes) Locally with Minikube on Ubuntu 22.04
Minikube is a free open-source solution that creates a single node Kubernetes cluster [Link]. See also the official documentation at […]
Deploying an S3 Compatible Block Storage Server with MinIO
MinIO [Link] is an open source [Link] high performance object storage API written in GO compatible with Amazon S3 cloud […]
Setting Up a Private CDN with Varnish HTTP Cache on Ubuntu
Varnish HTTP Cache is a dedicated opensource application for caching HTTP requests made by the client to the server. It […]
Setting Up a Centralized Log Server with GrayLog on Ubuntu 20.04
GrayLog is a powerful free open source centralized log management solution for capturing, storing, and enabling real-time analysis. It is […]
Linux Log Management and Audit
INDEX Journal Control Used to view and manipulate Systemd logs. Remote Syslog Forwards log messages over an IP network. Log […]
Managing Partitions from the Command Line
Checking the drives attached to the Linux server or workstation. mount shows all mounted partitions. note that it contains much […]
How to Encrypt Partitions with LUKS
Linux Unified Key Setup (LUKS) is an utility for disk encryption based on the DMCrypt kernel module. It is not […]
Linux Hardening Guide
This guide lists essential considerations to harden (enhance) a Linux server to reduce the attack surface, reduce the impact or […]