Author Archive

12 Apr 2015

Configure Master and Slave database replication using mysqlnd plugin

Mysql replication is a process that allows you to maintain the multiple copy of mysql data. With the help of mysqlnd plugin we can divide the load of mysql. We can send select query to slave server
10 Apr 2015

Install Nagios 4.0.7 on CentOS/RHEL

Nagios is a monitoring tools. With Nagios we can check systems, applications and services are working properly or not. If any service or application fail, Nagios can alert by email.. Step 1: Install Required Packages and Dependencies
10 Apr 2015

SSL v3 (POODLE) Vulnerability: Apache

SSL v3 (POODLE) vulnerability allows the plaintext of secure connections to be calculated by a network attacker.This vulnerability doesn’t affect SSL Certificates. There is no need to renew, reissue, or reinstall any certificates. Apache: Follow below steps
9 Apr 2015

How to Configure NGINX in CentOS/RHEL

NGINX Plus is a high performance web server and proxy server. Nginx doesn’t relay on threads to handle requests. The Nginx also read data from disk and load it into the cache and expire it. PHP-FPM is
8 Apr 2015

Install SCREEN CONNECT on Linux

ScreenConnect is a self-hosted remote desktop software application and remote meeting capabilities. This tutorial helps you to install Screen Connect on Linux. First we need to download the screen connect using following link http://www.screenconnect.com/Try-It-Now You have to
8 Apr 2015

Reset (Re-Sync) Mysql Master-Slave Replication

Some times we face issue in MySQL replication and slave could not sync. The cause of this issue may have lots of reason. Following Steps help you to start Re-Sync Mysql. Note:-When you Re-Sync MySQL Replication all
7 Apr 2015

SSL v3 (POODLE) Vulnerability: Nginx

This vulnerability allows the plaintext of secure connections to be calculated by a network attacker. You may need to disable SSL v3 Protocol from Nginx WebServer. This vulnerability does not affect SSL Certificates. There is no need
7 Apr 2015

Install SSL on Zimbra Mail

This tutorial helps you setup SSL on Zimbra Mail. Step 1 Install SSL Packages using following command: # yum install mod_ssl openssl Step 2 First we generate csr and key file using below command: # openssl req
5 Apr 2015

How to Install Tripwire on CentOS

Tripwire is a host-based intrusion detection system (HIDS). It works by collecting details about your computer’s file-system and configuration. This software can keep track of many different file system data points in order to detect changes. Tripwire