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 finish this tutorial, so stay tuned and take the necessary food and drink to accompany … Read more

How to Manage Grafana Users with Keycloak OpenID

sign in with keycloak

In this tutorial, we’ll use Keycloak to manage Grafana users. Keycloak is a well-known application in SSO (Single Sign On) space, it can handle SAML and OpenID (OAuth), depending on your company internal, you can use LDAP in Keycloak or Google Workspace as the user base if your company uses Google Workspace for email. Since … Read more

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 everything that docker created, no matter whether it’s still running or not. 1. Delete container … Read more

How To Upgrade Debian to Debian 11 Bullseye

Debian 9 will end of life (EOL) in a few months, if you can’t re-install the Debian and copy the files over then upgrade is another option for you. The first rule before doing an upgrade, back up the important files. The system sometimes failed, but for sure it’ll fail, time will tell when it … Read more

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 applications. In this tutorial, we’ll install Kibana 8.0.1, Elasticsearch 8.0.1 and Logstash 8.0.1, which is … Read more

How to Build and Install Latest Smokeping on Ubuntu 20.04

Smokeping is the old-school tool for monitoring website/IP by using PING. Many ISP around the world rely on Smokeping to monitor their upstream/downstream IP. The stability and low memory foodprint have been my favorite since I know the Smokeping. The latest version of Smokeping (2.8) 2.8.2 at this time, not available on Ubuntu 20.04, so … Read more

How To Install Roundcube Webmail 1.5.x on Debian 11

Roundcube is still around and keeps updated, for self-hosted enthusiast, it’s been one of the best free webmail available. It’s built on top of PHP, so we don’t need to depend on our Linux package to install the latest version, because we can do it manually. For beginners, it’ll take 30-60 minutes. Let’s start the … Read more

How To Build and Testing Fluentd With Docker

Fluentd is used by many companies around the log to process the logs, and then ship them to log collectors, such as Elasticsearch, Datadog, Dynatrace etc. The beauty of using docker for build and testing fluentd, we don’t need to install anything, we can set up different versions and install a lot of plugins without … Read more