Blog
-
Scripted IP lookup in the terminal
Writing a Bash script to make it easier to do IP lookups from within the terminal.
-
WPCLI Focus Time – 2021-10-20
Categorized: Open Source ContributionsAnother block of focus time trying to help the WPCLI project. This time learning more about Behat and functional testing.
-
Installing Block-based themes with WPCLI
I wanted a way to quickly and easily install all Block-based WordPress themes so that I could start examining the code used to build them!
-
WPCLI Focus Time – 2021-10-01
Categorized: Open Source ContributionsContinuing to learn about WPCLI. I focus on how to run the Behat tests under a Local site as well as explore the wp-cli-dev package!
-
WPCLI Focus Time – 2021-09-24
Categorized: Open Source ContributionsAnother block of focus time for the WPCLI project! I continued working on issue 191 of the core command repo: Unexpected HTML output when updating WordPress #191 Even though the solution was simple and I was able to get a pull request created, I found that there may be some holes in how the WPCLI project…
-
Time-block Open Source Contributions
Categorized: Open Source ContributionsContributing to Open-source is important — so I’m blocking off time to do it, and going to write about it!
-
Create Minimal Emacs Environments with a Shell Script
Create minimal Emacs sandboxes using a shell script.
-
Using Awk to Convert CSV Crypto Transactions into Ledger-cli entries
Categorized: CLIAwk isn’t only a sysadmin tool. Here’s an example of converting a CSV file of cryptocurrency transactions into a format that Ledger-cli can understand.
-
Intro to Using Awk
Awk is a powerful tool for working with text on the command line. Find out what awk is, as well as examples for making sense of an Nginx access log.
-
Javascript Dev Environment under Ubuntu in 2021
Categorized: developmentLet’s go over installing and configuring a Javascript development environment under Ubuntu 21.04 to compliment our recent Python configuration!