Blog

This is my personal blog where I write mostly about software, hardware and things that matter to me. (more)


Latest posts

Mar. 4, 2025

Local Multi-Node K3s Setup with Vagrant

A step-by-step guide to setting up a local multi-node K3s cluster using Vagrant and VirtualBox.

May. 18, 2022

Protect your Docker socket

Exposing Docker socket is a security issue. Let us explore some solutions.

Aug. 18, 2021

Btrfs RAID1 does not mount after upgrade to Linux 5.11

This could happen since there is a new sanity check in newer kernel. Error message is device total_bytes should be at most 6000606183424 but found 6001175126016

May. 26, 2021

Lottery on Ethereum Blockchain from A to Z

We will explore Ethereum smart contracts to create lottery without frauds where you can win real money.

May. 6, 2021

Web Scraping with Scrapy

There are many ways to get data out of websites, but Scrapy is my favourite.