Overview If you need to build your own Postfix, Dovecot, SpamAssassin and Roundcube server for your own mail hosting, look no further than this all in one Ansible script. Just configure the global configuration file, run the script and BAM, you have a fully functioning mail server! This script completes an end to end configuration… Read more »
Ansible – mySQL root password change on Ubuntu
This Ansible script will fully rotate your MySQL root account passwords (or change any MySQL account passwords if you change the script) and implement my.cf so you don’t have to keep putting the password in.
Install MediaWiki on Apache with mySQL
From MediaWiki site: MediaWiki is a free software open source wiki package written in PHP, originally for use on Wikipedia. I decided to give MediaWiki a try as a scripts repository so I thought I’d write a quick guide of how to install it on a Linux/Apache/mySQL server. Assumptions A fully qualified domain name with a… Read more »
Migrating WordPress Between Platforms
Okay so you want to move WordPress from either a Microsoft IIS server running Microsoft SQL to a Linux box running Apache and MySQL or the other way around? This seems like a daunting task (as I thought initially) but as I found, it is easier than once thought. Existing WordPress Site Log into your existing… Read more »