How to check which php-fpm ports that is already used

This guide shows you how to check which ports php-fpm is currently using on your system. Using tools like ss and netstat and inspecting php-fpm pool configuration files you can easily identify active ports and avoid conflicts when setting up or troubleshooting multiple PHP instances.


Deploy a Laravel application with deployer composer package on your webserver with Ubuntu

In this article I will cover how I deploy a Laravel 11 application on a Ubuntu 24.04 server with a deployer recipe I'd made with the Deployer.org composer package which is a amazing tool for making deployments for Laravel, but also for other PHP frameworks such as Drupal.


Exporting MySQL and MariaDB data: Unknown table 'COLUMN_STATISTICS'

Have you ever got this error while exporting data from a MySQL or MariaDB database? Unknown table 'COLUMN_STATISTICS' in information_schema (1109) Why is that, and how to come a long it? In this blog post I will describe shortly how to handle this error!


I've created my first post on my dev-ops blog

Hello world! Time to make my first blog post! This post is an introduction to my blog and I am describing the purpose of creating this blog. The blog post also contains my thoughts on my journey after 1+ years as devops technician in a tech company.