Setup dnscrypt-proxy on Ubuntu 24.04 (Raspberry Pi 5)

This will setup dnscrypt-proxy as the only DNS on Ubuntu Server. Change from DHCP to Static IP create a backup of /etc/netplan/50-cloud-init.yaml and then copy below structure for static IP and then apply the new netplan Install dnscrypt-proxy create a backup of /etc/dnscrypt-proxy/dnscrypt-proxy.toml and then use your config based on your preference what is important […]

Workflow Automation with n8n | Installation

What is n8n and how does it look? Short answer IFTTT-like self-hosted alternative, details? Check https://n8n.io/ How to install? Please note that I am hosting with Raspberry Pi hence the easier to maintenance and configure for me is through docker which mean the image used is arm-based. This tutorial expects that you knew docker and […]

How to Setup a Forever Free SSH access to Raspberry Pi without port forward

My home ISP is using private IP for internet access meaning I can’t port forward from the router since the public IP actually used by multiple clients / houses meanwhile having dynamic IP cost me double, so my options are using ngrok or dataplicity or reverse tunnel to a VPS a rather expensive yet convenient. […]