lch361's articles

A digital collection of knowledge

Linux Anchor link

Policy based routing with Tailscale

Tailscale is a very simple and convenient VPN software. You can get a control plane, clients, routes and exit nodes with it in less than an hour without caring at all about how keys, routing or relays work. But what if you need to implement a network policy, for which Tailscale doesn't have an established interface? This article presents an example of how to implement PBR, knowing how Tailscale routing works.

Hosting Linux containers and virtual machines on Raspberry Pi

Single-board computers are often used as Linux servers. Raspberry Pi 4, for example, has enough system resources to run multiple applications in parallel. Often, these applications are run separately on different VMs or containers, in order to enhance security and maintainability. This article shows a way to set up your Raspberry Pi as a Linux container host and a hypervisor.