LightwaveRF Link Flashing Red Light and pfSense

LightwaveRF Link and pfSense - How I fixed the flashing red light problem

Continue reading

SSH 2FA With YubiKey or Google Authenticator

Configuring PAM for SSHd to use either a YubiKey or Google Authenticator for two factor authentication

Continue reading

Openssl s_server Exits Successfully Without Listening on the Network

openssl s_server kept exiting without actually binding to a port while I was testing, and I figured out why

Continue reading

SSH proxy_command

Using proxy_command to SSH into hosts via a jump/gateway first.

Continue reading

Firefox Russian Roulette in Bash

How I pranked a work mate with an evil little while true loop.

Continue reading

Network Sniffing for HEX Patterns With Tshark

Need to sniff network traffic/pcaps for HEX patterns? Here’s an easy way to do it

Continue reading

Command Not Found Handler to Quickly SSH to Hosts

Wish you could SSH to a host/IP just by typing/pasting it? This command not found handler will let you SSH without typing ssh!

Continue reading

LetsEncrypt net::err_cert_authority_invalid - CA Untrusted on Chrome Mobile

LetsEncrypt net::err_cert_authority_invalid solution

Continue reading

Dereferencing BASH Variables

This is a handy way of iterating over variable names and their values in BASH by way of variable dereferencing.

Continue reading

Tracing Variables in Shell Scripts

Sometimes you need a little more detail when debugging a bash script than bash -x alone will give you. The following modifies PS4 to contain the line number of each line of output.

Continue reading