Categories
Development Networking Server SysAdmin Technology

Dot files

My over-engineered Z shell configuration.

Categories
Homesteading Networking Server SysAdmin

Moshing in a field

I’ve been working from a field and don’t have the low latency, reliable connectivity like I do in the city. What’s the best way to continue working across high latency, unreliable connections through a bastion host? Mosh (mobile shell)!

Categories
Server Technology Telephony

Unofficial Cedar Park help line

I’ve just setup a rudimentary phone system for those in Cedar Park, Texas to dial into as a one-stop-shop during these unprecedented Winter events: 267-I-LV-CPTX(267-458-2789)

Categories
Networking Server SysAdmin Virtualization

VPS Private Networks

I realized that I should probably take a moment to demonstrate private networks at VPS providers such as Linode and Digital Ocean, so I made a video.

Categories
Software Virtualization

Shoe horn v1.1 released

New features include support for swap files, system package management, and bug fixes.

Categories
Development DevOps Software Technology

PyClone released

While I’ve been working on Tiberium, which sits on top of many separate tools (such as rclone), I’ve had to end up writing interfaces for some of these tools. Today, I released PyClone which wraps rclone using the pexpect package and allows you to query transfer updates from the thread that’s responsible for running rclone. […]

Categories
3-D Printing Emulation Fabrication Hardware Modification Multimedia Software

Pimp my cade: Teenage Mutant Ninja Pinto

I am but a drop of water in an ocean full of Arcade1Up modders. Here, I tell the tale of journeying down the rabbit hole.

Categories
Development Software

PySimpleGUI (and Tkinter) in pyenv with Homebrew

Create a GUI simply, with PySimpleGUI and Homebrew.

Categories
CI/CD Development Software

The Austin Python Meetup : Creating and publishing a Python package

Create, test, and publish a Python package to the Python Package Index.

Categories
Software SysAdmin

Setting NIC IP addresses as environment variables

An easy and reliable method for applying your NIC IP addresses to your environment and scripts.