Install Cacti from source on Ubuntu 14.04 LTS Server

Install Cacti from source on Ubuntu 14.04 LTS Server

Cacti is very well known name in monitoring system. It is RRD tool based, gather the information by using external script/command and feed the data into RDBMS database like MySQL/MariaDB. Cacti frontend is basically written in PHP. We can use the SNMP to gather the information and feed into Cacti database . You can view…

Centralize authorized_keys file on Linux / Unix system

Centralize authorized_keys file on Linux / Unix system

Authorized_keys are important files which has the information of public keys for public key authentication. By default location is ~/.ssh/authorized_keys. Here, ~ is users default home directory in system. While working on SSH, we got requirement to centralize the authorized_keys of all users existing in system. In most of the system for SSH we use…

Create DV SSL Certificate and approve from CA authority

Create DV SSL Certificate and approve from CA authority

Domain Validated (DV) SSL Certificate are encryption only certificates commonly used by many websites. To validate the DV SSL Certificate no paperwork is required and this can be validated either by email or phone call . That is the reason you can quickly obtain the DV SSL certificate. Advantage of DV SSL 1. Fast Approval…

How to install Cassandra 2 on CentOS 7 / RHEL 7

How to install Cassandra 2 on CentOS 7 / RHEL 7

Cassandra is one the popular and robust distributed database management system. It is known for providing high availability with no single point of failure. It has one of the awesome feature that is asynchronous replication between multiple nodes without requiring master nodes. While working on Cassandra cluster, I was introduced with terms called Data Center…