wordpress multisite on bluehost
This article is another one for the search engines and the two to three people who might find this useful. A while back I needed to install a WordPress network (or multisite installation) for a client on Bluehost. As explained on WordPress.org, there are two types of installations: subdomain and …
flywheel support for remote wp-cli commands
[UPDATE: as of 2022.01.13, Flywheel supports remote aliases without taking the extra steps detailed below.] One of the most indispensable tools that I use to manage the fleet of client websites I oversee is WP CLI, a command-line interface for WordPress. Clients whose websites I maintain are hosted on Flywheel …
multiple github accounts, custom ssh hosts, and git url aliases
Because services like GitHub and BitBucket require each user account to have unique SSH keys, if you have more than one account on those services, it’s necessary to generate multiple SSH keys. First, we’ll generate the keys. $ ssh-keygen -t rsa -f github-user1 # key for user1 $ ssh-keygen -t …