Posts in "English"

Understanding Docker Connectivity, Networking and Configurations.

When working with Docker to build scalable applications, networking and service configuration are critical components. Over the course of our exploration, we’ve touched on a variety of topics, starting with creating a docker-compose.yaml template, understanding network modes like bridge and host, and configuring services like MySQL. This article captures the complete journey to demystify Docker’s… Continue reading

Running Mattermost on Debian 12 Using Docker, without NGINX, and use External PostgreSQL

Mattermost is a powerful open-source collaboration tool that can be deployed in various ways, including using Docker for easy setup and management. This tutorial will guide you through setting up Mattermost on Debian 12 using Docker, with an external PostgreSQL database configured in host network mode and without setting up Nginx. Prerequisites Before proceeding, ensure… Continue reading

Where Docker Stores Images on Debian 12 and How to Customize the Storage Directory

Continuing from our previous article on setting up Docker and running Docker Compose on Debian 12 Bookworm, let’s dive deeper into understanding where Docker stores its image files and how to customize the storage directory for better management. Default Docker Image Storage Location on Debian 12 By default, Docker stores all its data, including images,… Continue reading

How to Resize a Linode Volume Disk on Debian 12 Without Data Loss

Resizing a Linode Volume Disk on Debian 12: A Step-by-Step Tutorial If you’re using Linode Volume Disk, the name is “/mnt/disk-rdbms-slave-x51n61-data”,config as “/dev/sdc” and need to resize it from 20GB to 30GB without transferring data to another disk, this guide will walk you through the entire process. It covers resizing the volume, checking and repairing… Continue reading

How to Install Invoice Ninja On Debian 12 Bookworm

Invoice Ninja is a popular open-source platform for managing invoices, clients, and payments. However, due to their frequent release cycle, installation can sometimes be challenging. This guide provides a step-by-step working method to install Invoice Ninja on a self-hosted Debian 12 Bookworm system. Before you start, ensure you have MariaDB, NGINX, and PHP 8.2 installed… Continue reading

‘Brain Rot’, Kata yang Menggambarkan Era Digital yang Menguras Pikiran dan Mental

Setiap tahun, kata-kata yang mencerminkan suasana dan perubahan sosial sering muncul ke permukaan. Tahun ini, Oxford University Press, penerbit Kamus Bahasa Inggris Oxford, memilih kata “brain rot” sebagai Word of the Year 2024 alias pilihan Kata Tahun 2024. Istilah “brain rot” merujuk pada fenomena kemunduran mental atau intelektual yang sering dikaitkan dengan konsumsi konten digital… Continue reading