Cloudflare DDNS Updater via Shell Script
Keep your Cloudflare DNS records up to date with your current external IP via a shell script. Reference: Cloudflare DDNS on Linux Prerequisites apt install jq curl Create the Script nano /usr...
Keep your Cloudflare DNS records up to date with your current external IP via a shell script. Reference: Cloudflare DDNS on Linux Prerequisites apt install jq curl Create the Script nano /usr...
The watch command is very helpful for monitoring commands in Linux. Unfortunately, Windows doesn’t have this command. This guide creates a custom watch function in PowerShell. Create the Custom Fu...
This guide is based on using Markdown for a knowledge base and wanting VSCode to open files in preview mode by default instead of the editor. Extensions The main extension is Markdown Preview Enh...
This guide has a pre-requirement from the Kubernetes Setup Guide. Please complete it before following this guide. Getting Started This guide covers steps to setup the Worker Node only: Instal...
This guide has a pre-requirement from the Kubernetes Setup Guide. Please complete it before following this guide. Getting Started This document focuses on steps to setup the Control Plane only: ...
Minikube is a tool that runs a local Kubernetes cluster on your development machine. This guide sets it up on WSL2. Windows Preparation Enable WSL and Virtual Machine Platform (run PowerShell as ...
Check the current IP address with: ip a The default Debian setup uses DHCP for the IP address. To assign a static IP, edit /etc/network/interfaces: iface [ifname] inet static address 192.16...
After installing Debian, these steps are recommended. Make User Admin with sudo Install useful management packages: apt install net-tools sudo Then add the initial user to the sudo group: add...
After installing Debian, the following setup is recommended. Make User Admin with sudo Install useful management packages: apt install -y net-tools sudo curl Then add the initial user to the s...
This guide refers to https://kubernetes.io/docs/setup/production-environment/ to setup a production-like environment in home lab. Preparation Before starting Kubernetes setup, prepare VMs. Exampl...