Installing an SSH Entry Point for WSL 2 on Windows 10

This draft captures the Windows-side pieces needed to make an SSH service running in WSL 2 reachable through a Windows 10 host.

November 30, 2023 · 2 min · 305 words · Neil Borromeo

Forcing IPv4 and Disabling IPv6 on Ubuntu 20.04

This draft captures a simple Ubuntu 20.04 configuration change where I disabled IPv6 through sysctl.conf to force IPv4 behavior for a workload.

October 5, 2023 · 3 min · 503 words · Neil Borromeo

Fixing `br_netfilter` Sysctl Errors During Kubernetes Node Prep

This draft captures a Kubernetes preparation issue where sysctl reloads failed because /proc/sys/net/bridge/bridge-nf-call-iptables did not exist until br_netfilter was loaded.

September 28, 2023 · 2 min · 235 words · Neil Borromeo

Fixing a DeepOps or OpenShift Ansible Run Blocked by `pkg_resources`

This draft captures a small but blocking issue in a DeepOps-style Ansible run where the remote Python environment was missing the pkg_resources module from setuptools.

July 3, 2023 · 2 min · 287 words · Neil Borromeo

Provisioning a CentOS 7 Instance on Vultr

This is a real-world provisioning log, rewritten into a readable deployment walkthrough for Linux admins and technical hiring managers.

April 5, 2021 · 9 min · 1817 words · Neil Borromeo