Posts


Fixing GPG Lock Issues

Jun 23, 2024

Fixing GPG Lock Issues …continue reading


Building Simple RPM Packages

Sep 23, 2019

A very simple exercise to build a basic RPM package …continue reading


Resizing tmux panes

Mar 4, 2019

By default, when you split the current pane, it will always split into two panes of equal size. Sometimes it could be desired to have one pane larger than …continue reading


Working with git

Feb 27, 2019

Git is a free and open source version control system that is distributed. Let’s dive into the usage and fundamentals needed to get started with versioning your code base. …continue reading


Testing for Chef Deprecations Using Foodcritic

Feb 13, 2019

Chef Client is on a monthly release cycle with new releases on the first Wednesday of each month. With new releases, deprecations should be paid attention to so that our cookbooks do not become stale and eventually break. …continue reading


Ruby Library for Chef

Feb 1, 2019

Create a library for a Chef cookbook to drive consistency, efficiency, smaller file sizes …continue reading


RPM Package Management Using Pulp

Jan 21, 2019

Use Vagrant and VirtualBox to provision a Pulp server for RPM package management …continue reading