Blog
Setup ZeroTier on OpenWRT
Categories:
[Tech]
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 Docker Plugin
Categories:
[Tech]
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...
Setup OpenRC in Alpine Container
Categories:
[Tech]
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...