Accessing your console without a password

When console access is already your primary security mechanism, the login password becomes redundant. Here’s how to disable it.

Read More

Using pyinotify with eventlet

How to make pyinotify work with eventlet by writing a custom notifier that uses select.select instead of select.poll.

Read More

Setting terminal title to ssh hostname

A bash function wrapper for SSH that automatically sets the terminal title to the target hostname, useful for tmux sessions on jumphosts.

Read More

Provisioning handheld GPSs with Ansible

Automating the provisioning of 48 GPS units at once using Ansible and a Raspberry Pi, reducing per-unit setup time from 3 minutes to under 20 seconds.

Read More