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:…
Install Ghost Ubuntu 17.04
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…
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…
Mount qcow2 image Ubuntu
The first step to mounting your qcow2 image is to enable nbd (network block device) on your machine: sudo modprobe nbd max_part=8 The next step is to connect your qcow2…
Permit root login SSH Ubuntu
By default SSH doesn't allow root logins for Ubuntu. To enable root login run the following command: sudo nano /etc/ssh/sshd_config Under the Authentication section find the following: PermitRootLogin prohibit-password And…
WHMCS Order Accept Encountered Problems Command Syntax Error – Solved
When trying to register a new domain you might encounter the following error when accepting the order and sending to the registrar: Order Accept Encountered Problems Command Syntax Error This…
Backup / Restore MySQL database Docker container
Backup docker exec CONTAINER /usr/bin/mysqldump -u root –password=root DATABASE > backup.sql Restore cat backup.sql | docker exec -i CONTAINER /usr/bin/mysql -u root –password=root DATABASE
WHMCS – Domains must begin with a letter or number – SOLVED
If you're checking for the availability of a domain on the client side of WHMCS and encounter the following error: Domains must begin with a letter or number If you…
Virsh snapshot delete – unsupported configuration SOLVED
When deleting virsh snapshots using snapshot-delete you might encounter the following error: error: unsupported configuration: deletion of 1 external disk snapshots not supported yet To successfully delete the snapshot you…
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…









