How-Tos

OpenWRT is a powerful and highly customizable Linux distribution for embedded devices, particularly routers. This post will guide you through setting up an OpenWRT virtual machine (VM) in Proxmox VE. The installation process is different than mainstream distros such as Ubuntu or Fedora, because Open...

GPG, or GNU Privacy Guard, is a free and open-source implementation of the OpenPGP standard, which is used for encrypting and decrypting data, as well as for creating and verifying digital signatures. For most developer users, GPG will be the best choice for signing commits.

Backing up these keys...

Alpine Linux is a lightweight Linux distribution often used in containerized environments. One of the key difference in full and containerized Alpine Linux installation is openrc, a dependency-based init system. While OpenRC exists by default in clean Alpine install, it is usually absent in a cont...

ZeroTier is a powerful networking tool that allows you to create virtual networks, making it easy to connect devices across different physical locations. This is my simple guide on the process of installing and configuring ZeroTier on an OpenWRT router.

Prerequisites

Before you begin, ensure tha...

rclone is a powerful command-line program that helps you manage files hosted on cloud storages. It supports a wide range of cloud storage providers and can be easily integrated into Docker containers using the rclone Docker plugin.

This blog is a simplified documentation for reference. Official...