gradle-task

Gradle Tasks are exaplained in 10 mins!

Task in Gradle is a code that Gradle execute. Everything such a each type features is powered in Gradle using Plugin. Plugins add new tasks domain objects (e.g. SourceSet), conventions…

Read more »
aws-reserved-instance

How to buy Reserved Instance and verify if Reserved Instances are being used in AWS?

This article give 2 most important information about Reserved Instance. How to buy Reserved Instance in aws? Verify if Reserved Instances are being used? How do I buy Reserved Instances…

Read more »
ansible-install-centos-rhel

How to install Ansible in Centos 7/RHEL 7?

How to install Ansible in Centos 7/RHEL 7? Install Ansible via Pip in RHEL/CENTOS

Read more »
kibana-7-2-install-and-configuration-in-rhel-7-centos

Kibana 7.2 Install and configuration in RHEL 7/Centos

Install and Setup JDK 8+ Download and Install Kibana 7.X Configure Kibana 7.X How to start kibana service?

Read more »
elasticsearch-plugin

How to use elastic search EC2 discovery plugin?

Problem To increase the performance in Elasticsearch, many times we add new nodes to Elasticsearch cluster and manually change the configuration file with new IP address, etc. so that it…

Read more »
elasticsearch-error-node

Elastic Search Error – Node is started with node.data=false, but has shard data

[2019-07-11T09:59:18,013][ERROR][o.e.b.Bootstrap ] [es-master01] Exception java.lang.IllegalStateException: Node is started with node.data=false, but has shard data: [/home/ec2-user/elasticsearch-7.2.0/data/nodes/0/indices/6XsNftnbSbOnzPK3wOKc 0w/0]. Use ‘elasticsearch-node repurpose’ tool to clean up at org.elasticsearch.env.NodeEnvironment.ensureNoShardData(NodeEnvironment.java:1065) ~[elasticsearch-7.2.0.jar:7.2.0] at org.elasticsearch.env.NodeEnvironment.(NodeEnvironment.java:324) ~[elasticsearch-7.2.0.jar:7.2.0] Solution

Read more »
elastic-search-error-max-virtual-memory-areas

Elastic Search Error – max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144]

Errors [2]: max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144] Solution To make it persistent, you can add this line: $ sudo vi /etc/sysctl.conf…

Read more »
elastic-search-error-max-max-file-descriptors

Elastic Search Error – max file descriptors [4096] for elasticsearch process is too low, increase to at least [65535]

Elastic Search Error – max file descriptors [4096] for elasticsearch process is too low, increase to at least [65535] Solution Temporary to the current login session To set ulimit value…

Read more »
application-x-ndjson-and-application-json

What is difference between application/x-ndjson and application/json?

Lets understand what is json? JSON stands for JavaScript Object Notation JSON is a lightweight format for storing and transporting data JSON is often used when data is sent from…

Read more »
elasticsearch-error-content-type-header

ElasticSearch Error – Content-Type header [application/x-www-form-urlencoded] is not supported

To fix this, add curl option -H ‘Content-Type: application/json’. This error is due to strict content-type checking introduced in ElasticSearch 6.0 Solution

Read more »
octopus-deploy-backup-and-restore

Understading Octopus Deploy Backup and restore process

Your Master Key When an Octopus Server is installed, we generate a special key used for encryption, called the master key. The master key is then encrypted asymmetrically, using DPAPI,…

Read more »
create-a-subscribe-form-for

How to create a subscribe form for your rss feed

  Create a subscribe form for your rss feed   Joomla Website with K2 Content https://www.templatemonster.com/help/joomla-2-5-x-how-to-set-up-rss-feeds.html   RSS To email using mailchimp https://mailchimp.com/features/rss-to-email/   RSS To email using hubspot https://knowledge.hubspot.com/blog-user-guide-v2/how-to-set-up-an-rss-to-email-blog-subscription-for-an-external-blog…

Read more »
install-atlassian-jira-using-docker

How to install Atlassian Jira using Docker?

Install Atlassian Jira using Docker Download and Run the jira latest: # docker run –detach –publish 8080:8080 cptactionhank/atlassian-jira:latest Then simply navigate your preferred browser to http://[dockerhost]:8080 and finish the configuration. Notes:…

Read more »
setup-aws-credentials-using-aws-command

How to Setup AWS Credentials using AWS Command Line Interface?

Setup AWS Credentails using AWS Command Line Interface Install the AWS CLI Using Pip Please click here complete installation guide. Test the AWS CLI Installation [code] $ aws help[/code] Environment…

Read more »

Jenkins Backup and Restore Process | Jenkins Tutorial

Jenkins Backup and Restore using ThinBackup Plugins OLD METHODS as follow: How Do I Backup Jenkins Jobs using Grunt? Backup Jenkins configuration to S3 bash-backup-script for jenkins‘ job-configs via user-crontab…

Read more »
devops-course-training

DevOps Courses and Training | DevOps Training | Online | Classroom

About the DevOps Course DevOps integrates devlopers and operation teams in order to improve collobration and productivity by automation infrastrcure, automationg workflows and continously application performance. DevOps helps You deliver…

Read more »
shell-bash-scripting-training

Shell Scripting (Bash) Training | Bash/Shell Scripting Course

Introduction Introduction Why Shell Scripting? Linux Internal What to Expect From This Course? Prerequisites Git fundamental Introduction of git Git setup Basic operations in git Github Summary A First Look…

Read more »
build-and-release-training-with-jenkins-maven-ant-svn-git

Build and Release Course Training with Jenkins / Maven /Ant/ SVN & Git

Upcoming Training Dates | Training Agenda | Training Calender | FAQ | Why scmGalaxy Online Training Click Here Mode – Online based Email – info@scmgalaxy.com Lab Setup Details – Prerequisites Operating Systems – Windows 7…

Read more »