Posts in "English"

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

Setting Up Restic Backups to Wasabi S3-Compatible Storage on Debian 12 Bullseye

Backups are essential for ensuring data security. In this guide, I will walk you through setting up Restic, a fast and secure backup tool, to work with Wasabi S3-compatible storage on Debian 12 Bullseye. This tutorial uses the Wasabi region Osaka (ap-northeast-2) and a bucket named bucket-osaka-sandbox. We will organize backups using subdirectories and tags… Continue reading