Autoupdate WP-CLI and packages with Linux Cronjob

WP-CLI is adding more useful functionality every day to help sysadmins and hosts make WordPress management a breeze. I have found myself having to update WP-CLI manually over SSH for all of my sites which is pretty monotonous. This tutorial will show you how to autoupdate WP-CLI and its packages with a Linux cronjob on … Learn more…

Using WP-CLI wp profile to Diagnose WordPress Performance Issues

Daniel really pulled out all the stops when he created the wp profile command – kind of like a New Relic alternative (see this great Kinsta post about using New Relic) it can help pinpoint which components are slowing your WordPress site down. Originally available from runcommand as a premium package, it is now free on … Learn more…

Convert WordPress Single Site to Multisite Subsite with WP-CLI and bash

Converting a WordPress single site to a Multisite subsite can really test your patience levels, especially if you are unfamiliar with the multisite structure. Previously I have shown how to convert a Multisite subsite to a single site. This guide walks you through step by step to convert a WordPress single site to a multisite … Learn more…

Check WordPress wp-cron Count with WP-CLI + Monit + Email Alerts

Monit is a very flexible Monitoring tool to help ensure your services are always running. It can be used to send email alerts (guide with Mailgun) when processes crash and automatically restart them. On all the VPS and dedicated servers I set up for my clients on Codeable, I configure Monit for proactive monitoring. wp-cron … Learn more…