Subscribe to my blog posts feed to keep up to date. Subscribe to What's New

Blog Posts

Published on November 21, 2018
Last modified on July 5, 2019
Apache 2.4

Setting up and hosting multiple websites on an Apache webserver can be tedious. Here is a way to streamline the process of hosting multiple websites.

Published on November 11, 2018
Last modified on April 27, 2020
PHP Logo

Here is an instructional 'how-to' on how to create a customised OpenSSL and cURL build, for use in building a legacy PHP installation.

Published on November 8, 2018
Last modified on July 2, 2019
PHP Logo

When trying to install a FPM instance of PHP 5.6 on my Fedora 29 server, I was initially stuck with the dreaded 'Segmentation Fault' error. However after some investigative work, I came across what is perhaps the crux to the problem.

Published on September 25, 2018
Last modified on July 5, 2019
Drupal 8

This article fixes a page title issue when using Contextual Views within Drupal 8. This article is important as it ultimately affects SEO page ranking.

Published on September 19, 2018
Last modified on September 19, 2018
Google Web Light

When checking my website data on Google Search Console, I was curious to find hits from Google Web Light, and moreover what Google Web Light is.

Published on August 15, 2018
Last modified on July 5, 2019
Search Engine Optimization

Everyone wants to have a seamless migration of their website from http to https.Here is a workaround to remove duplicate paths from appearing in SEO results.

Published on July 17, 2018
Last modified on September 18, 2018
Drupal 8

Drupal 8.6.x will enter Alpha phase the week of July 16, 2018.

Published on May 2, 2018
Last modified on September 18, 2018
Fedora

Fedora 28 has just been released. Upgrade to the latest version of Fedora by visiting https://getfedora.org .

Published on April 26, 2018
Last modified on August 1, 2018
Drupal 8

A remote code execution vulnerability exists within multiple subsystems of Drupal 7.x and 8.x. This potentially allows attackers to exploit multiple attack vectors on a Drupal site, which could result in the site being compromised.

Published on January 15, 2018
Last modified on August 1, 2018
Snake Game

Ever wanted to know how to code the game Snake? Here's someone who codes it from scratch in Javascript in 4'30".