What is MLOps? It’s Advantages, Use Cases, Jobs & Salary Prospectus?
History & Origin of MLOps The origins of MLOps may be traced back to a study titled “Hidden Technical Debt in Machine Learning Systems” published in 2015. Since then, the…
Read more »Complete guide of OpenShift certification courses, tutorials & training
What is OpenShift? Containerization make possible for IT organizations to become more agile and scalable, which help them to become more efficient in application development. If we believe on Gartner’s…
Read more »Complete Tutorials of PHP OOP Constants with Example code
In this Tutorial, we are going to learn about Complete Tutorials of PHP OOP Constants with Example code. Through this we will learn about the concept about Constants. But first…
Read more »DevOps Training Online – Class Recordings – January 2020
Dear Participants, Here are the consolidated URLs of DevOps training videos/class recordings/tutorials AWS Video Tutorial – January 2020 – (PDF – Notes) Docker Video Tutorial – January 2020 Part –…
Read more »How to install and activate plugins in Moodle?
Moodle is an open source platform which is used for managing your course and it is also called CMS ( Course management system). Here I want to say you about…
Read more »PHP Tutorial for Beginners
What is PHP? It is an open-source general-purpose scripting language that is especially suited for web development. Code executed on the server. It can be embedded in HTML. You should…
Read more »SonarQube Interview Questions and Answer Part – 1
Is it right definition of Sonarqube? SonarQube (formerly Sonar) is a quality management platform focusing on continuous analysis of source code quality. YES (Ans) NO Which is not a severities…
Read more »DevOps Training – Class Recordings/Tutorials – November 2019
AWS Session – Class recording – Tutorials Docker Session – Class recording – Tutorials Jira Session – Class recording – Tutorials Git Session – Class recording – Tutorials SonarQube Session…
Read more »All about AWS Certified Cloud Practitioner- Foundation
This certification path is meant for individuals who are seeking to build and validate overall understanding of the AWS Cloud in spite of their specific technical roles. It provides a…
Read more »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 »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 »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
Install and Setup JDK 8+ Download and Install Kibana 7.X Configure Kibana 7.X How to start kibana service?
Read more »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 »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 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 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 »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 [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 »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 »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 »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 »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 »How to attach the jenkins build log as part of the email body?
Way 1 – Put following lines as part of Default Content text box ${BUILD_LOG, maxLines=9999, escapeHtml=false} this works for free style projects Way 2 – If you want send only…
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 »How to attach the jenkins build log as part of the email body?
Way 1 – Put following lines as part of Default Content text box ${BUILD_LOG, maxLines=9999, escapeHtml=false} this works for free style projects Way 2 – If you want send only…
Read more »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 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 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 »