How To Setup WHMCS – One Installation, Multiple Domains

These 6 installations where all on separate servers. Maintaining each one and having to manually upgrade was ridiculous. So I used brain power and combined them into one installation. For...

Read More

Linux Static IP Address Configuration

How do I configure the Internet Protocol version 4 (IPv4) properties of a network connection with a static IP address for servers running Linux operating systems? How do I configure...

Read More

How To Change The Primary IP Address Of A WHM/cPanel Server

Steps in WHM: Log into WHM and go to Basic cPanel & WHM Setup Change the Primary IP here with the option that says “The IP address (only one address) that...

Read More

How to Change WordPress Themes Directly From the Database

Sometimes it becomes necessary to manually change your theme directly from the database instead of via the WordPress admin. This is actually what we use when upgrading our admin demos...

Read More

How to install VNC server on Ubuntu Server 12.04

VNC is a protocol that is used to share the desktop with other users/computers over the network/Internet.In order to share a desktop, VNC server must be install and configure on...

Read More

Install YouTube-DL – A Command Line Video Download Tool for Linux

youtube-dl is a Python based small command-line tool that allows to download videos fromYouTube.com, Dailymotion, Google Video, Photobucket, Facebook, Yahoo, Metacafe,Depositfiles and few more similar sites. It written in pygtk and requires Python interpreter to run this program, it’s not platform restricted. It should...

Read More

Protect Apache using Mod_evasive on RHEL/CentOS & Fedora

How to Install Mod_Evasive in RHEL/CentOS & Fedora As we already installed required dependency packages above, so let’s install the mod_evasive module. Step 1: Installing Mod_Evasive Just run the following...

Read More

Protect Apache using Mod_Security on RHEL/CentOS & Fedora

These two great security modules protect Apache server from brute force attacks and DOS attacks. Before, moving for further installation guide, we would like to provide you a little description on these...

Read More

Manage Processes with killall and kill

killall is a tool for ending running processes on your system based on name. In contrast, kill terminates processes based on process ID number or “PID.” kill and killallcan also send specific system signals to processes....

Read More

Optimise cPanel/WHM Server

In the optimization process we will go over the Apache core configuration and modules that are part of Apache core. We think that with the correct settings of Apache and...

Read More