Blog

Blog

08 Aug
2018
ColorHosting Deepak

Guide to Open And Close Ports on CentOS 6/7

Looking for commands to Open and Close ports on your Linux Machine? It is very easy and needs no expert knowledge. This small guide will show you how you can open and close ports on CentOS 6/7. Let’s start how we can open and close ports on your Linux Server with CentOS 6/7. Requirements Root […]

27 Jun
2018
ColorHosting Deepak

Tutorial to add Let’s Encrypt for AutoSSL on cPanel/WHM Servers

Have a cPanel/WHM based Server and want to add Let’s Encrypt for AutoSSL on it? No problem, you are in the right place. We will show you simple steps to enable Let’s Encrypt for AutoSSL in WHM. AutoSSL is a great feature which issues the SSL automatically to the users who add new domains to their […]

27 Jun
2018
ColorHosting Deepak

InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.

Fix mysqld process using the same InnoDB data or log files Problem Own a MySQL server and facing Database connection failures and crashes? The reason could be duplicate SQL queries and Processes running on your server. There is an easy fix for this problem. MySQL Logs throws an error as below InnoDB: Check that you do not already […]

22 Jun
2018
ColorHosting Deepak

Guide to Flush Redis Databases and Keys

Using Redis was persistent databases? Want to delete keys of a particular database or delete all the databases from your Redis server? Redis has grown to become one of the most popular NoSQL database systems (not to mention cache systems) in use today. Perhaps the biggest advantage Redis has over other NoSQL systems is that runs […]

12 Jun
2018
ColorHosting Deepak

Guide to Setup Railgun Listener on CentOS 6/7 Web Server

Railgun is a WAN optimization technology developed by Cloudflare and is available to Cloudflare Business and Enterprise customers, as well as Optimized Partners. Railgun requires a piece of software called the Railgun Listener to be installed on your web server’s network. Railgun is a single daemon that runs on a 64-bit system which uses alternative compression […]

28 May
2018
ColorHosting Deepak

Guide to copy and sync Files/Directories using rsync with examples

Wondering how to transfer files from one location to another, that can be either on the same server or across servers. Today, we will share a great tool called rsync (Remote Sync) which is convenient Rsync is a fast and extraordinarily versatile file copying tool. It can copy locally, to/from another host over any remote […]

15 May
2018
ColorHosting BaseZap

How To Secure Nginx with Let’s Encrypt on CentOS 7

  Let’s Encrypt is a new certificate authority (CA) that provides free X.509 certificates for Transport Layer Security encryption (TLS) through an automated process. This automated process is designed to banish most of required steps.  The present day complex process of manual creation, validation, signing, installation and renewal of certificates for websites is fully automated […]

14 May
2018
ColorHosting Deepak

How To Install Linux, Apache, MySQL, PHP (LAMP) stack On CentOS 6

What is LAMP? LAMP stands for a cluster of open source software used to run servers. It is an acronym for Linux, Apache, MySQL, and PHP. Since the server already runs CentOS, the Linux part is taken care of. Below are the steps of installation of the rest.   Set UP You need to have […]

14 May
2018
ColorHosting Deepak

LAMP setup on Ubuntu 14.04

  INTRODUCTION LAMP is an open source Web development platform that uses Linux as the operating system, Apache as the Web server, MySQL as the relational database management system and PHP as the object-oriented scripting language. Because the platform has four layers, LAMP is sometimes referred to as a LAMP stack. Stacks can be built […]

13 May
2018
ColorHosting zapbase

Script to restart server if load increases above a given limit

Here is the script to restart a server automatically if it’s load increases above a limit : #!/usr/bin/ bash LOAD=`uptime |awk ‘{print $NF}’` LOADCOMP=`echo $LOAD \> 10 |bc -l` if [ $LOADCOMP -eq 1 ] then /sbin/shutdown -r 0 fi Note : Here 10 defines the server load, you can adjust as per your need. […]

NEED ADDITIONAL HELP? WE'RE HERE FOR YOU.

Our team is available and on-site 24/7 ready to help you.