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…

How to upgrade to CentOS 6.6 from CentOS 6.x series

How to upgrade to CentOS 6.6 from CentOS 6.x series

In this post we will learn, how we can upgrade to Cent 6.6 from CentOS 6.x series. By this method, you can upgrade from CentOS 6.0/6.1/6.2/6.3/6.4/6.5 . Doing regularly update is recommended practice. Whereas we have to check and consider many things.Hence, before upgrading to CentOS 6.6 we highly recommend you to read the release…

Install and configure elasticsearch cluster on Ubuntu 14.04 LTS

Install and configure elasticsearch cluster on Ubuntu 14.04 LTS

Elasticsearch is a popular search server based on Lucene. It is well developed in Java and with awesomeness of Open source, it is available to all. In this tutorial we will talk about how to install and configure elasticsearch cluster on Ubuntu 14.04 LTS. Details Of Elasticsearch Cluster Architecture Operating System : Ubuntu 14.04 LTS…

Install and set Java on Ubuntu 14.04 LTS with tar ball file

Install and set Java on Ubuntu 14.04 LTS with tar ball file

In this tutorial we will learn , how to install and set Java on Ubuntu 14.04 LTS with tar ball. Currently on Oracle official site the .deb package is not available. We will first download the JDK tar package and then simply set the environment. Steps to set Java environment is same with Debian, Ubuntu,…

vi and vim editor

2 Methods to remove CONTROL-M characters from a file in Linux/Unix

Whenever we transfer the files from Windows to Linux / Unix system generally it has CONTROL-M character inside. Which appears as ^M inside the files . To prevent this you can first copy paste the content in notepad then again copy to file in linux system. Here, notepad will help you to transfer the ASCII character.