Category: Uncategorized
-
Shout-out to some excellent and essential Markdown plugins for the Vim editor
—
First up is the excellent utility vim-markdown-toc. As I use Vim and Markdown intensively for my own personal and professional documentation, this utility is extremely useful. You can generate a table of contents at the top of a Markdown document with a simple command like GenTocGFM and can easily remove it with RemoveToc. To follow…
-
Set Up a Linux Router for Your Home Lab
—
Intro Lab environments are essential for students and professionals alike. There are powerful tools available to create and configure home network environments. This post will focus on how to set up a Debian Linux server to act as a router for a home lab environment. This setup will use systemd-networkd instead of the Debian default…
-
Import and Run Cloud Containers in WSL
—
Some cloud image containers provided by Linux distros can be directly imported into Windows Subsystem for Linux. Networking Unfortunately Windows Subsystem is designed so that all containers share the same network configuration. This means that if you configure an interface on one instance, that interface will apply to all other WSL containers. This makes WSL…