PowerDNS and Poweradmin can be combined to create a simple, lightweight and easy to manage authoritative DNS server. These instructions have been tested on Ubuntu LTS releases 14.04 and 16.04. This guide assumes you have
Read moreCategory: MySql
Setup MySQL Server on Ubuntu 16.04
Here’s a quick guide to setting up the popular database server MySQL on Ubuntu 16.04. Install MySQL Update repositories sudo apt-get update Install MySQL sudo apt-get install mysql-server Enter a root password when prompted
Read moreSetup Nginx with php 7 on Ubuntu 16.04
Here’s a quick guide to setting up the http server Nginx with the latest version of php. Install Nginx Update repositories sudo apt-get update Install Nginx sudo apt-get install nginx Check Nginx is running
Read moreSetup phpMyAdmin on Ubuntu 16.04 with Nginx and a Remote MySQL Server
I’ve been rebuilding my lab recently, most notably breaking down my LXD stack into individual Ubuntu virtual machines for each service. One thing I always meant to do but never got around to figuring out
Read moreMagento Error: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry ‘363624’ for key ‘PRIMARY’
Today I was setting up a Magento staging store. This is something I’ve done more times than I’d care to admit recently and as a result, have the process down to a fine art. However,
Read moreSetting up Magento Staging Stores on Sonassi Magestack
Setting up a staging store is a great way to test new extensions and updates without risk of damage or downtime to the live store. This guide will run through all of the steps involved
Read moreBlog: Merging MS SQL Server and MySql databases
For some time now, I’ve been running Microsoft Server 2012 with IIS and Microsoft Sql Server. I run a small photo upload service built in C# and asp.net that was once a university project (although
Read more