How to Schedule a WordPress Post
The process of scheduling can be very confusing but the main concern is finding the right option. If you are an experienced WordPress user then you might know the option already, but for the beginners, it can be a little...
Chrome Redirect Path: How to check what status code a website returns?
What are server status codes? Status codes tell internet browsers such as the one you are using right now if a page has successfully loaded, redirected or encountered any errors. HTTP response status codes are grouped into five classes range...
The Ultimate Guide to Dynamic Rendering
Ever since Google announced dynamic serving many JavaScript-heavy websites have all been considering it. But what exactly is it? Before we can explain what it is, we first need to fully understand JavaScript websites. Below is an example of a...
How to fix 404 errors on WordPress
Does your homepage work but all other pages return a 404 not found error on your WordPress Blog? This is a common issue within WordPress and often happens after migrating to a new hosting provider. To fix 404 not found...
How to force WordPress to use HTTPS
HTTPS is a secure protocol that your browser uses to connect to the server. Not utilising HTTPS can open your website to many security risks. Is my website capable of running on HTTPS? Before switching your WordPress website to HTTPS...
What is SEO (Search Engine Optimisation)?
SEO stands for Search Engine Optimisation. It is the “process of obtaining traffic and increasing the visibility of a webpage in a search engine’s unpaid results”. Search results generally contain paid and organic listing as shown below. SEO can help...
How to install nload on Ubuntu and Centos
nload is a console/terminal application that allows you to view your current network bandwidth activity for both incoming and outgoing connections in real-time, in addition, displays your maximum peak and minimum network traffic. To install nload on Ubuntu use the following...
How to Tune PHP-FPM Guide
Have you ever spent hours tuning PHP-FPM, stress tested it until everything runs smoothly? You deploy your changes into production and within a few hours or days, it suddenly crashes? requiring a manual restart, whilst in the meantime taking your...
SCP Command Line Examples – Transferring files from one Linux host to another
Copy file from a remote host to local host SCP example: scp [email protected]_host:file.txt /local/directory/ Copy file from localhost to a remote host SCP example: scp file.txt [email protected]_host:/remote/directory/ Copy all files and folders from a directory on a local host...
How to install WordPress
All our hosting packages utilise cPanel, an easy to use control panel that allows you to manage your websites with no technical know-how. Installing WordPress with cPanel is very straight forward, login to cPanel (see our demo here) and scroll...