Category: Webserver
How to Install Joomla on CentOS 7
Before you start the installation, please make sure that you have LAMP stack installed on your server. If not, follow our excellent tutorial about installing…
Install WordPress in Ubuntu server
WordPress is a popular open source content management system, most commonly used as a blogging tool, based on PHP5 and MySQL. Local LAMP Installation WordPress…
How To Configure Django With Apache In CentOS 7?
Django is a Python-based free and open-source web framework that can be used for developing dynamic websites and web applications. In this article, we will…
Dockerizing WordPress with Nginx and PHP-FPM on Ubuntu 16.04
In this tutorial, I will guide you step-by-step to use docker-compose. We will deploy ‘WordPress‘ with Nginx, MySQL, and PHP-FPM. Each service has its own…
Add a second hard disk
Adding a additional hard disk to your workstation or server is easy and often required. Here’s we’ll step through the process of identifing the newly…
Setup Cacti on RHEL 7.x and CentOS 7.x System
Cacti is an open source web-based system and network monitoring tool. Cacti designed as the PHP front-end application for the RRDtool (Round-Robin database tool), it…
Creating a User Account in CentOS Web Panel
When using CentOS Web Panel as your server management system, a lot of domain-related functions require a non-root user to associate with your domain(s). You…
How to Install Matomo (Piwik) Web Analytics on CentOS 8
Matomo formerly known as Piwik is an open-source analytics application for the Linux operating system. It is very similar to Google Analytics that helps you…
How to Install OpenVZ on CentOS
CentOS is one of the most popular free and open source server operating systems. OpenVZ is a popular open source system for creating virtual private…
Creating Simple Virtual Hosts With mod_mysql_vhost On Lighttpd (Ubuntu 12.10)
This guide explains how you can use mod_mysql_vhost to create simple virtual hosts on a lighttpd web server on Ubuntu 12.10. With mod_mysql_vhost, lighttpd can…
Linux dig command (Domain Information Groper) examples for DNS Lookup
Dig (Domain Information Groper) is a networking tool that can query DNS servers for information. It can be very helpful for diagnosing problems with domain…