How to Host a Website on a Shared Web Hosting Account

How to Host a Website on a Shared Web Hosting Account

In this tutorial, we will show you how to host a website on a shared hosting account. Hosting a website on our shared hosting plans is a very easy task, and if you carefully follow all the instructions provided below, you should have your website up and running in less than 10 minutes. This tutorial has been written for and tested on Linux servers with DirectAdmin and cPanel.

Read More

How to Fix Secure Connection Error in WordPress

How to Fix Secure Connection Error in WordPress

In this tutorial, we will explain the meaning of Secure Connection Error in WordPress and why it happens and then explain some of the methods on how to fix Secure Connection Error in WordPress. WordPress is one of the most popular content management systems, used by millions of users around of the world. If you are a WordPress user, you may have come across some kind of WordPress related error while working on your site. One of the many WordPress errors that you may encounter is the Unable to establish secure connection error. Repairing the Secure Connection Error in WordPress is fairly easy task if you carefully follow the steps bellow.

Read More

How to Set Up Nginx High Availability Cluster using Pacemaker on CentOS 7

In this tutorial, we will show you how to set up Nginx High Availability cluster using Pacemaker on CentOS 7. To have an Nginx server that can operate continuously without failure for a long time, we need to configure the server with active-passive Nginx instances.  Pacemaker is an open source cluster manager software that achieves maximum high availability of your services. It’s an advanced and scalable High Availability cluster manager distributed by ClusterLabs, it manages all cluster services and use the messaging and membership capabilities of the underlying cluster engine.

Read More

AWK Command Examples in Linux

awk command examples in linux

AWK is a very useful scripting language for text processing. This language is executed by the awk interpreter. It allows the user to process some input, define variables, use logical operators, string and numeric functions, extract data and generate formatted reports. AWK’s syntax is very familiar to C language and it is a direct predecessor of Perl. All AWK scripts can be converted into Perl scripts using a2p utility. In this tutorial, we will show you several practical examples of awk command examples in Linux.

Read More

How to Fix the “Leverage Browser Caching” Warning in WordPress

How to Fix the Leverage Browser Caching Warning in WordPress

We will show you How to Fix the “Leverage Browser Caching” Warning in WordPress, on a Linux based virtual private server. Leverage Browser Caching is a warning which you may encounter if you run a speed or performance test for your website using some of the tools which are available online. When you are running a speed or performance test for your WordPress website using some online test tool like Google PageSpeed Insights for example, you may encounter a warning message that says you don’t have enabled browser caching for your website.

Read More

ERR_TOO_MANY_REDIRECTS

ERR_TOO_MANY_REDIRECTS

ERR_TOO_MANY_REDIRECTS is one of the most common error in WordPress. This error can usually happen as a result of server misconfiguration, incorrect WordPress settings or some plugins with redirection functionality. This makes your websites to go into an endless redirection loop. In this tutorial, we will show you how to fix the ERR_TOO_MANY_REDIRECTS error in WordPress that you may encounter while working on WordPress CMS site.

Read More

How to install Joomla 3 on Ubuntu 16.04

how to install joomla 3 on ubuntu 16.04 In this post we will explain how to install Joomla on Ubuntu 16.04, with MariaDB 10.2, PHP-FPM 7.1 and Nginx. Joomla is an open-source content management system (CMS) for publishing web content written in PHP. Joomla is one of the most popular CMSs and it is used all over the world to power millions of websites of all shapes and sizes. This guide should work on other Linux VPS systems as well but was tested and written for an Ubuntu 16.04 VPS.

Read More