Rename All Files and Directory Names to Lowercase in Linux

In our previous article, we have described how to count the number of files and subdirectories inside a given directory. This guide will show you how to rename all files... Read more

Hostgator

In this comprehensive HostGator review, we’ll explore its features, pricing, performance, support, security, and more so you can decide if it’s the right host for your next project. 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