Home

Creating Users and Databases in MySQL 8 and Percona 8

Last Updated on September 29, 2022 EDT by Jordan If you’ve started using MySQL 8, you’ll notice your usually commands for creating a user no longer function. That’s because it’s changed in MySQL 8, you need to now create a user, then grant privileges. Let’s create a user The critical part here is the “mysql_native_password” …
Read More

Fix the “The package could not be installed. PCLZIP_ERR_BAD_FORMAT” WordPress Error

Last Updated on May 30, 2019 EDT by Jordan This is pretty straightforward, you’ll see this error when updating or installing a plugin. [enlighter linenumbers=”true”]The package could not be installed. PCLZIP_ERR_BAD_FORMAT[/enlighter] Basically the file WordPress is trying to download is either corrupt or you don’t have the PHP curl module installed. So simply install it, …
Read More

Searching WordPress MySQL Dump Files

Last Updated on May 30, 2019 EDT by Jordan From time to time, you’ll need to look at data within MySQL dump files, specifically I do it mostly with WordPress. There isn’t an easy way to search the dump unless you use grep. Here are some useful grep commands. Pull out a table. [enlighter linenumbers=”true”] …
Read More

Don’t Buy WeMo Smart Plugs

Last Updated on June 4, 2019 EDT by Jordan So I bought a 3 pack of the WeMo Smart Plugs in the hopes of yelling “Alex turn Bedroom Light Off” before bedtime. Instead of buying a Clapper, of which I’ve never seen in real life.  Which was probably a better idea seeing as the WeMo …
Read More

Booster for WooCommerce Showing Hidden Item Meta

Last Updated on April 23, 2019 EDT by Jordan If you have the Booster for WooCommerce plugin enabled and have used their order items table, specifically “[wcj_order_items_table]” You might see item meta that should be hidden. I’ve created a GitHub Gist that you can place into wp-content/plugins
Read More

Experience with Thunderbolt 3 USBC Docking Stations for macOS

Last Updated on May 30, 2019 EDT by Jordan Current Setup I had a request from a client to purchase dual monitors for their Macbook Pro Late 2013 (or Macbook11,1). I also wanted to sort out my own setup Macbook Pro 2016 (Macbook13,2). Currently I’m using the following, an Apple USB-C Digital AV Multiport Adapter …
Read More

Adding OVH Monitoring IP’s to Windows 2012 Server Firewall

Last Updated on November 8, 2016 EST by Jordan If you login to the OVH control panel and notice that the monitoring is showing Red instead of Green, this is due to their monitoring servers not being able to connect to your VPS. You simply need to add their IP’s for monitoring that they provide …
Read More

OVH Public Cloud CentOS 7 Change Hostname

Last Updated on November 1, 2016 EDT by Jordan If you’ve tried to change the hostname on your OVH public cloud instance running CentOS 7, you may have had issues with it persisting after reboot. Took me way to long to find this solution, but someone had already spent way too much time figuring it …
Read More

CrashPlan Update 4.8 and Linux Headless Issues

Last Updated on September 30, 2016 EDT by Jordan An update to CrashPlan was rolled out at version 4.8 but no download files were available on their site for Windows. So if you’ve been trying to manage your Linux headless install and its failing, this might be why. Here’s the release notes. https://support.code42.com/Release_Notes/Code42_Platform/Code42_Public_Cloud_Version_5.4 I don’t …
Read More

RRDTool Error When Migrating Observium from 32bit to 64bit Server

Last Updated on August 26, 2016 EDT by Jordan We had a 32bit Ubuntu server that was getting pegged due to the lack of memory it was able to use when observium was kicking off it’s cron. So I decided to move Observium to a 64bit Ubuntu server. Unfortunately when trying to run the poller, the …
Read More