Elasticsearch Cluster Setup and Configuration Tutorial step by step using AWS ec2

Read more »

Python Interview Questions and Answer Part – 1

What Python function is used to open files? open_file() file() new_file() open() (Ans) What does the pass keyword do? Passes control to another function Continues to the next iteration of…

Read more »

AngularJS Tutorial for Beginners

AngularJS is a JavaScript Framework. It can be added an HTML Page with a <Script> tag. AngularJS extends HTML attributes with Directives, and binds data to HTML with Expressions. It…

Read more »

Chef Tutorials: Chef Test kitchen Command Line Options

Read more »

Chef Tutorials: Understanding a Chef Cookbook Anatomy with Example

Following Reference Has been taken out from this url Attributes Resources Definition Files Libraries Providers Recipes Templates Cookbook Doc Files Cookbook Metadata File

Read more »

Terraform Tutorials: Variables – Data Type – Map

In this example, the instance_tags variable is defined with a type of map(string), and it is given a default value of { Name = “my-instance” }. The AWS provider is…

Read more »

Terraform state explained!!!

By – christophchamp Terraform keeps the remote state of the infrastructure It stores it in a file called terraform.tfstate There is also a backup of the previous state in terraform.tfstate.backup When you execute terraform apply, a new terraform.tfstate and…

Read more »

Kubernetes Configmap explained using example

Content of reverseproxy.conf Commands to execute to create configmap Example pod using configmap Validating configmap inside a pod

Read more »

Which AWS Cloud Certification Is Right for You?

It sound’s great if you’re thinking about getting AWS certified. The demand for Cloud computing skills are huge, and whether you’re looking to take your career to the next level…

Read more »
oauth-2-0-protected-rest-ap

Creating a OAuth 2.0 Protected REST API In Laravel

Download and install WAMP or XAMPP Server Download and install composer Open Gitbash and Set the composer composer global require “laravel/installer” Create a new Laravel Project Refer following code How…

Read more »

Web.config Transformation Using TeamCity explained

Usually Web.config Transformation is being done during a deployment of dotnet application to various server during deployment time. Here Teamcity is a CI server thus deployment can be done done…

Read more »

Working with uDeploy client using udclient and work with uDeploy command line

Step 1 – Install and setup JAVA including JAVA_HOME Step 2 – Click the link to download the Deploy Client zip. This zip contains the command line executable for use…

Read more »

What is Uninstall and Uninstall Component in uDeploy?

Component process types – Uninstall and Application process types “Uninstall Componeet” would not Uninstall a files which was uninstalled in last deployment. rather Uninstall steps has to be written manually…

Read more »

Ansible inventory in one remote machine using command-line

You can specify inventory file host path or comma separated host list. Except “localhost”, you can always specify a inventory using “-i INVENTORY” or –inventory=INVENTORY. Also, there are two default…

Read more »

PHP Tutorial for Beginners

PHP FRONT TO BACK What is PHP?:- PHP: Hypertext Preprocessor(Recursive Acronym)Server-Side Programming/Scripting LanguageCan be embedded directly within HTML (<?php?>)Files use a “.php” file extension How Does PHP Work?:- Client makes…

Read more »

Kubernetes supports Windows containers

With the release of Kubernetes v1.14, Windows Server node support has officially graduated from beta to stable! This support enables developers and operators with Windows Server based applications to containerize…

Read more »
elasticsearch-error-illegal

ElasticSearch Error – illegal_argument_exception – Rejecting mapping update to type

########### COMMAND ################# ########### OUTPUT ########### Solution Multiple mapping types are not supported in indices created in 6.0 The ability to have multiple mapping types per index has been removed…

Read more »

Octopus deploy Package Deployment Feature Ordering

When Octopus deploys packages, it runs a series of actions implementing the conventions or features enabled for that step. The order of evaluation once the package is extracted is: BeforePreDeploy.*…

Read more »

Difference between ansible vars_files vs include_vars

Both of them have some commonalities but they solve different purposes. vars_files are read when the play starts. include_vars are read when the play reaches the task. Format vars_files: directive…

Read more »

Solution/Project structure and Dev resources

applicationPackaging created the topic: WiX 3 Tutorial: Solution/Project structure and Dev resources This is the first post about building a WiX 3 installer from zero. The reason I’ve decided to…

Read more »