Setup VSCode as Markdown Reader
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 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...
Pre-requirements Install required packages: sudo apt install curl git Note: This guide installs Uptime Kuma as root due to some issues running as a non-root user. Install Node.js Using nv...
SFTPGo is an event-driven file transfer solution. It supports multiple protocols (SFTP, SCP, FTP/S, WebDAV, HTTP/S) and multiple storage backends. Installation Install pre-required packages: sud...