Operations

Server Naming Convention

3 min read

Over the years I've found myself using many different naming schemes for servers under my control. I came across a naming convention that finally feels correct. …

RSyslog

8 min read

RSyslog is a more advanced replacement for the aging klogd and syslogd. It supports useful features such as attribute filtering, multiple protocol support, and …

RPM Build

2 min read

References: https://fedoraproject.org/wiki/How_to_create_an_RPM_package https://fedoraproject.org/wiki/Packaging:Guidelines Build Environment SetupCreate a …

Linux Virtual Servers

4 min read

KeepalivedMy VMs each have three interfaces, eth0 is the 'public' network network, eth1 is the 'synchronization' network, and eth2 is the 'internal' network. …

Bind

3 min read

Ports and ProtocolsA DNS server needs to be reachable by clients. The following ports are relevant for a BIND deployment: Port Protocol Direction Description 53 …

Yubikey

7 min read

found top level header in "/notes/security/yubikey/" that didn't match meta title ("YubiKey 5 Series" != "Yubikey")The YubiKey 5 …

Fixing Hung Nginx Workers

4 min read

While cleaning up some tech debt, a curious issue cropped up. Nginx was running in an alpine container as a front end load balancer. It had a dynamic config …

Reflashing Cisco Catalyst With XMODEM

5 min read

One of the Cisco Catalyst 3750 I had to work on recently had it's flash completely wiped. When this happens you can only flash the filesystem using the XMODEM …

AWS Elastic IP Details

3 min read

Sometimes it becomes important to understand how your cloud provider implements certain networking details. While working through an issue in AWS I needed to …