Blog
Thoughts on engineering, design, and building great products.
Disks and Capacity: df, du, lsblk, mount
DevOpsStorage
Disks and Capacity: df, du, lsblk, mount
\"The server is out of disk\" is a classic incident. This article teaches the troubleshooting workflow: df to see which filesystem is full, du to trace which directory is eating space, find for large files, plus lsblk and mount to understand storage devices.
K
KaiMay 23, 2026· 11 viewsVolumes and Bind Mounts: Storing Data Pe...
DevOpsDocker
Volumes and Bind Mounts: Storing Data Persistently
Data in a container vanishes when the container is removed. This article fixes that: named volumes managed by Docker and bind mounts that attach a host directory directly, when to use which, with examples proving the data survives.
K
KaiMay 23, 2026· 31 viewsS3: Store Files and Host a Static Websit...
DevOpsAWS
S3: Store Files and Host a Static Website
Create an S3 bucket, upload files, and host a static website on the Internet without any server running continuously. Understand buckets, objects, and managing access.
K
KaiMay 23, 2026· 15 views