
How to Install Docker on Ubuntu 14.04 LTS
First, log in to your Ubuntu server as the root user using your favorite SSH client. Next, you’ll want to update your operating system with …

First, log in to your Ubuntu server as the root user using your favorite SSH client. Next, you’ll want to update your operating system with …

Installing phpMyAdmin To install phpMyAdmin on your Ubuntu 14.04 server, just follow these 10 easy steps! First, log in to your Ubuntu server with root …

What is Nginx? Nginx is a free, open-source, high performance web server. It cache’s static content such as images and html files and retrieves them …

What is IIS? IIS, or Internet Information Service, is a web server designed to work with the Windows operating system. Using HTTP protocol, it helps …

LiteSpeed Web Server LiteSpeed Web Server is the leading high-performance, high-scalability web server from LiteSpeed technologies. It can be used to replace an existing Apache …

In this guide, we’ll cover how to change a password in Linux using the passwd command followed by the name of the desired user. This …

What is Kernel? The kernel is the central module of an operating system (OS). It is the part of the operating system that loads first, …

What is CloudLinux? CloudLinux is a linux based operating system designed to give shared hosting providers a more stable and secure OS. Essentially a set …

FFmpeg is a free software project that produces libraries and programs for handling multimedia data. FFmpeg includes libavcodec, an audio/video codec library used by several …

Quick Checking Your Apache Version Number If you need to check the Apache version number installed on your server, you can do so in one …

Check the current version of apache by running httpd –v Then execute the following commands: cd /usr/local/directadmin/customapache ./build clean ./build update ./build apache_mod_ssl This should …