How To Update Docker Image UID/GID User

Many companies with dedicated security team, requires the UID user used by docker images greater than 1000 to avoid conflict with host id. By default, Linux will assign 1000 UID for the first non-root non-system user account. For docker images…

How To Install Latest WordPress on Rocky Linux 9

In this tutorial, we’ll learn how to install the latest version of WordPress using Rocky Linux 9. Before doing this tutorial, you’ll need a domain name and Linux server with Rocky Linux 9 installed. It’ll take maximum 30 minutes to…

How to Cleanup Docker Images and Volumes

If you are playing around with many docker images, the storage may be fillup in no time. Then it’s time to do the cleaning up of all images and volumes. But please really really careful, because this command will delete…

How To Install Elastic Stack 8 on Debian 11

In this tutorial, we’ll install Elasticsearch, Kibana, and Logstash which is usually called Elastic Stack. Elasticsearch is usually used for centralized logging, its competitor like Datadog, Sumologic etc. When installing Elastic Stack, we must use the same version across all…