Author Archives: Roopendra - Page 6
How to Install Maven on Linux
This article will help you to install Maven on Linux Operating System. What is Apache Maven? Apache Maven is a software project management and comprehension tool. Based on the concept…
How DevOps Tools Work Together?
As we know DevOPS is a newly emerging term in IT field, which is nothing but a software development practice that emphasizes the collaboration and communication of both software developers…
Continuous Integration vs Continuous Delivery vs Continuous Deployment
Continuous Integration Continuous Integration (CI) is a development practice that requires developers to integrate code into a shared repository several times a day. Each check-in is then verified by an…
Install Elasticsearch 5.0 on RHEL / CentOS
Install Elasticsearch on RHEL / CentOS This article will cover install Elasticsearch version on CentOS and RHEL distribution. Also guideline to change to Default Cluster and Index settings in Elasticsearch…
How to install Java 8 on Windows ?
Step by step guideline to install JAVA 8 on windows 10. Download the JAVA installer from the official website. Direct link
How to set JAVA_HOME path in Windows 10
I know this is very simple things to do and specially if you are an expert developer :) . But it will be better if we have all the steps…
Python Script to Access Team Foundation Server (TFS) Rest API
I was working in a project where I have to access Team Foundation Server (TFS) Rest API in Python script. It was little bit tricky job to access TFS REST…
How to Port Your Number to Reliance Jio 4G
As Reliance Jio 4G launched cheapest data and voice calls plans with several benefits to the Mobile users. Everyone wants to take benefits of these plan. You have two options…
Install Logstash in RHEL / CentOS
What is Logstash? Logstash is a data collection engine with real-time pipelining capabilities. You can use Logstash to collect your logs, parse them into your desirable format and store them…
How to create empty file in ansible playbook
Create empty file in ansible Ansible Task to Create new file on remote machine, Validate and Copy Content on Remote Machine In this article I have covered create a new file…