Let’s say you need to retain your hardcoded IP Address when you migrate VMWare VM’s to Azure using Azure Site Recovery, in this case I want to my server to retain it’s IP Address of 10.0.198.203 Here’s how you complete this. Login to the Azure Portal Open your Site Recovery Vault Select “Replicated Items” Select…
Install WordPress on Ubuntu 18.04.1 AWS instance.
Nothing particularly difficult here, I just decided to put it all together in one place. This is for Ubuntu 18.04.1 on AWS. Once you’re connected via SSH to your AWS instance just follow these steps. Run Updates sudo apt-get update sudo apt-get upgrade Install Apache sudo apt install apache2 Install and Configure mysql sudo apt…
Remove Bitnami Banner from AWS WordPress Template
I’ve recently moved over to hosting and am now using AWS. As I’m lazy I decided to use the Bitnami Pre-configured Template, however it comes with an annoying banner in the bottom right corner, to remove it, simply access the server via SSH and enter following command sudo /opt/bitnami/apps/wordpress/bnconfig –disable_banner 1 The you’ll need to…
Excluding Multiple Folders using rSync
I’ve started to test out the VMWare vCloud Air Object Storage (VCAOS – Sorry!!) Currently there’s no option for a GUI so I’m having to use GSUTIL to upload data. I make no secret of my dislike for CLI’s – I have no real reason to dislike them other than I’m terrible at using them. Anyway…
Colour Changes, Remove Facebook and Pinterest from Touchfolio
I’ve been working on a blog for a photographer friend, we had found a theme we’d like but there were a few changes we wanted to make. Before I go through he changes a mention to dimsemenov for his great Touchfolio theme We didn’t like the background colour of the post pages, they were in the default…