Using docker with WordPress

Using docker with WordPress

If you’re a web developer, you probably know the importance of having a local installation of yours and your clients’ sites available on your machine. After all, a local installation allows you to easily make changes, tweak the design, and test plugins or themes...
Enable MySQL Remote Access

Enable MySQL Remote Access

Remote access to the MySQL database server is usually disabled for security reasons. Yet, there are occasions when you require remote access to a database server from either home or a web server.  This article will explain how to setup a user on your MySQL server to...
How to disable IPv6 on ubuntu

How to disable IPv6 on ubuntu

Disabling IPv6 on Ubuntu is fairly easy. But first we should ask the question “why would we want to be able to disable IPv6?” Even though IPv6 is the future, this is not the ultimate solution for many systems. This is due to the fact that numerous systems and...
How to fix jqmigrate

How to fix jqmigrate

Imagine you are using WordPress and all of a sudden a popup notice appears that reads Does this sound familier? You may have figured out that this points to load-scripts.php in your console when you updated WordPress core to 4.5 or later. But how do you get this...