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.

Protect ssh with Google Authenticator on Ubuntu 14.04 LTS

Protect ssh with Google Authenticator on Ubuntu 14.04 LTS

The tutorial is about how we can protect ssh with Google Authenticator on Ubuntu 14.04 LTS server . Google authenticator is a security application which implements time based one time password (TOTP) security tokens. It is often also called as “Two steps verification” . The server in which Google Authenticator has been setup , to…

Completely remove package on Ubuntu / Debian by apt-get

Completely remove package on Ubuntu / Debian by apt-get

This is a quick post to completely remove package on Ubuntu by apt-get command.Apt-get (Advanced Packaging Tool ) is a command line tool to manage the packages on Ubuntu / Debian system. Remove the package on Ubuntu/Debian Generally remove is the option used with apt-get command. But it do not remove the config files associated…

Prevent starting service after package installation on Ubuntu / Debian

Prevent starting service after package installation on Ubuntu / Debian

In this tutorial we will learn, how to prevent starting service after package installation on Ubuntu / Debian . In simple way, we will use the policy.rc.d to control the behavior of invoke-rc.d for every initscript id and action . We will create a executable script called policy.rc.d and write the exit code 101 in…