If you are having issues with MySQL password validation, you can run the following commands to disable it: mysql -u root -p uninstall plugin validate_password; Should you want to enable…
Disable/Enable MySQL Password Validation
Create docker registry with Letsencrypt
Firstly you will need to get letsencrypt working and get a certificate for the domain which you are planning on accessing your registry with. Issue the following commands: git clone…
Solve "remote host identification has changed"
You might have come across this error when using SSH. This is as a result of the IP address of the remote host you're trying to SSH into having changed…
Install Rancher NFS storage driver
Rancher is great for spinning up a number of services in docker containers, from Tomcat web applications to WordPress and Ghost installations. This is all good and well, but if…
KVM virsh console error: operation failed: Active console session exists for this domain
If you're trying to start a console session for a KVM guest you might receive the following error: KVM virsh console error: operation failed: Active console session exists for this…
WHMCS reserved username error
If you receive either of the following errors when creating a WHMCS package for a client: Sorry, that username is reserved or is a reserved username on this system Then…
Change username Ubuntu 16.04
To change the username in Ubuntu it is strongly advised that you are not logged in with the username you're trying to change. As such we created temporary user and…
Install Ghost Ubuntu 17.04
The vast majority of blogs online are powered by wordpress, though a sneaky little competitor is gaining steady traction: Ghost 🙂 To install Ghost on Ubuntu 17.04 follow these steps:…
Prompt Users For Input In A Command Line Script
Say you have a little CLI tool, but you want to be able to prompt a user for additional data after the script has started, rather than passing it in…
WHMCS Call to a member function getResponseFormat() on null Error – Solved
When you're accepting an order for a domain or trying to send it to the registrar you might encounter this error: Call to a member function getResponseFormat() on null Error…
