Author Archives: Roopendra - Page 8
Shell Scripting Tutorial for Beginners
Shell Scripting Tutorial for Beginners I am sharing few beginner shell scripting reference that we need in day-to-day tasks. Local Variable in Shell Script We can create local variables in shell script by using the keyword local. #!/bin/bash HELLO=Hello function helloWorld { local HELLO=World echo $HELLO } echo $HELLO helloWorld…
How to install Curl on Windows 10
Here is the step by step guideline to install curl on windows 10 machine. Step 1. Download curl from the official website ;download page. Choose your operating system version. Step 2: After download, extract the zip file and copy ; from src/ folder to your desired directory. In my case I…
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 of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of…
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 and information-technology (IT) operation professionals. It helps us to delivering software product faster and lowering the failure rate of releases.…
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 automated build, allowing teams to detect problems early. By integrating regularly, you can detect errors quickly, and locate them more…
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 So Let's start with prerequisites Prerequisites: As per the recommendation Elasticsearch need or later and only Oracle’s Java and the…
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 in a single place. So here is the step by step guideline to set JAVA_HOME path in Windows 7 /…
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 API from python 2 . Specially for beginners like me :) . I was facing issue to authenticate 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 to take advantages of Reliance Jio 4G , Buy new Reliance Jio 4G sim or Port you number to Reliance…





