Category: Ubuntu

Import PuTTY Keyfile

Create an OpenSSH pem Keyfile from a PuTTY ppk file

A few weeks ago I showed how to logon to a Linux Azure VM via PuTTY with a keyfile. Today I want to show how one can create an OpenSSH pem keyfile from a PuTTY ppk file, to use the key with ssh. What we need: PuTTY Key Generator a ppk keyfile Import your ppk keyfile First we need to...

Nginx Azure WordPress Ubuntu Setup

Setup WordPress with Nginx on Ubuntu VM at Azure

In the last article we installed MySQL, before that we installed and configured PHP. Now it is time to install WordPress, make a few changes to our MySQL setup and finally create a WordPress blog in our own Ubuntu Azure cloud environment. Overview: Install and Setup Nginx on Azure with a Ubuntu VM PHP with Configuration MySQL Setup WordPress Configure...

MySQL Ubuntu Azure enter Root Password

Add MySQL to Nginx Ubuntu VM on Azure

The next step on my way to run WordPress on an Azure Ubuntu VM with Nginx, is to install MySQL. This is not that complicated, so lets just jump right into it. Overview: Install and Setup Nginx on Azure with a Ubuntu VM PHP with Configuration MySQL Setup WordPress Configure Nginx and WordPress Please be aware that the steps I describe in...

Running Nginx and PHP on your Ubuntu VM on Azure

Configure PHP for Nginx on a Ubuntu VM within Azure

In the next step, on our way to run WordPress with Ngnix on Azure with Ubuntu, we have to set up PHP. To start, just turn on your Ubuntu VM from Step 1, login and follow the steps below. Overview: Install and Setup Nginx on Azure with a Ubuntu VM PHP with Configuration MySQL Setup WordPress Configure Nginx and WordPress Please...

Azure NGINX Ubuntu Result

Setup Nginx and Ubuntu on Azure

While migrating a WordPress site from Apache to Nginx on AWS, I started setting up the equivalent environment in Azure and thought it would be nice to write the steps down. First I want to start with the basic setup. Overview: Install and Setup Nginx on Azure with a Ubuntu VM PHP with Configuration MySQL Setup WordPress Configure Nginx and WordPress Please...