Hostgator Review

In a Nutshell Offering thousands of free website templates, a diverse menu of hosting options and a 99.9% uptime guarantee, HostGator hosting is a flexible service, compatible with thousands of... Read more

Deprecated Linux Networking Commands and Their Replacements

In our previous article, we have covered some useful command line networking utilities for Sysadmin’s for network management, troubleshooting and debugging on Linux. We mentioned some networking commands that are... Read more

How-to Setup a VPS to host websites.

In this tutorial we will cover how-to Setup a VPS to host a Website. We will cover everything you need to setup including Apache, PHP, Perl/cgi, and MySQL. Lately we... Read more

How-to: Setup MySQL and PHPMyAdmin on a VPS.

MySQL is a powerful open source Relational Database used by many dynamic websites across the internet. Originally developed in 1994 by Michael Widenius and David Axmark. MySQL was originally corporately sponsored under the... Read more

How-to: Install LAMP stack on your Linux VPS

Lamp = Linux + Apache + MySQL + PHP, Perl, Python In this guide we will teach you how to install LAMP stack on a base CentOS 6 Install. It... Read more

How to Control Systemd Services on Remote Linux Server

Systemd system and services manager can be controlled using the systemctl command line utility. It enables you to manage systemd locally or on a remote Linux machine over the SSH... Read more

How to Backup or Clone Linux Partitions Using ‘cat’ Command

A rough utilization of Linux cat command would be to make a full disk backup or a disk partition backup or cloning of a disk partition by redirecting the command... Read more

How Configure The Fastcgi Module And PHP To Host PHP Applications On IIS 7 And Above

In this article, you would learn the means of configuring FastCGI element and also how you can configure PHP in order to enable it to host all applications of PHP... Read more

fswatch – Monitors Files and Directory Changes or Modifications in Linux

fswatch is a cross-platform, file change monitor that gets notification alerts when the contents of the specified files or directories are altered or modified. It executes four types of monitors... Read more

How to configure Nginx Server Blocks on a Debian 9 VPS or Dedicated Server

Introduction Nginx Server Blocks enable web administrators to run multiple websites on one VPS or dedicated server. The server blocks allow you to encapsulate web configuration details, making it easy... Read more