How To Install MySQL 8.0.26 on AlmaLinux 8.5

Installing MySQL 8.0 Database Server on AlmaLinux 8.5

MySQL 8.0 is the current long-term support stable-release of MySQL database server. It initially released on April 19, 2018 and will reached its end of life (EOL Date) on April, 2026. MySQL AB offering some installation instruction on many Linux distribution system with a few … Read more

How To Install Nginx, PHP-FPM & MariaDB on Rocky Linux 8.5

LEMP Stack on Rocky Linux 8.5

Rocky Linux is an free and open-source enterprise operating system which use the same binary and source codes with its upstream vendors, that’s Red Hat Enterprise Linux (RHEL). Curently Rocky Linux is actively developed, distributed and maintenanced by Rocky Enterprise Software Foundation and open-source community, … Read more

How To Create Nginx Server Block on Debian/Ubuntu Linux

NGINX is a free and open-source high-performance HTTP web server, reverse proxy, HTTP cache, and load balancer. Nginx is also known or called as “Engine-X”, and in another language it’s pronounced of “EN-jin-EKS” or “ɛndʒɪnˈɛks”. The firt version of Nginx have been released to the … Read more

What is Debian Software Package (.deb files) on Debian/Ubuntu Linux

Debian based distros

If you’re Linux users you may know “.deb files” and often seeing that files on almost all Debian/Ubuntu-based distros. It’s actually Debian software package with .deb file extension which is commonly used in major Unix-Like operating systems, including Debian/Ubuntu and Apple iOS. Deb is stand … Read more

How To Install Kubernetes on Debian 11 (Bullseye)

Kubernetes

Today I will show you on how to install Kubernetes or also called K8s on Debian 11 (Bullseye) machine. It’s easy enough to install and configure it on Debian/Ubuntu based distros. As a production-grade container orchestration engine, Kubernetes is an open-source software for automating deployment, … Read more