
Java Installation Guide in Linux & Windows
DOWNLOAD JAVA PACKAGE FROM – https://jdk.java.net/archive/ Download and Install JDK/JRE 7 in Centos & RHEL Download and Install JDK/JRE 8 in Centos & RHEL Download and Install JDK/JRE 9 in…
Read more »
How to Setup SVN Server with Apache2 in Ubuntu
This article will help you for step by step setup of Subversion (svn) server on Ubuntu 18.04 LTS & 16.04 LTS systems. Step 1 – Install Apache First of all,…
Read more »DataOps Certification and Training
DataOps certification is very crucial part of getting trained and learning. That we will talk later in details. But first lets understand what is DataOps. What is DataOps The DataOps…
Read more »Future of DataOps in Software Engineering
What is DataOps? According to Gartner, “DataOps is a collaborative data management practice focused on improving the communication, integration and automation of data flows between data managers and data consumers…
Read more »Career Scope in DataOps
What is DataOps DataOps is an Agile approach to designing, implementing and maintaining a distributed data architecture that will be supporting a broad range of open source tools and frameworks…
Read more »Roles & Responsibilities in DataOps?
DataOps According to Gartner, DataOps is a collaborative data management practice focused on improving the communication, integration and automation of data flows between data managers and data consumers across an…
Read more »Advantage & Disadvantage of DataOps
DataOps According to Gartner, DataOps is a collaborative data management practice focused on improving the communication, integration and automation of data flows between data managers and data consumers across an…
Read more »What are the top tools of Dataops
What is DataOps? DataOps is a set of practices, processes and technologies that combines an integrated and process-oriented perspective on data with automation and methods from agile software engineering to…
Read more »How DataOps Works and Architecture
What is DataOps? DataOps stands for Data Operations. DataOps is a process-oriented, automated, and Data management collaborative approach for designing, implementing, and managing data workflows and a distributed data architecture….
Read more »How to implement DataOps
What is DataOps? According to Gartner,”DataOps is a collaborative data management practice, really focused on improving communication, integration, and automation of data flow between managers and consumers of data within…
Read more »
How to Login to Jenkins using commands and API?
Working commands for Login ##Command to know the status of Build? ##Trigger a Jenkins Job without authentication ##Trigger a Jenkins Job with authentication ##Running commands against a secure Jenkins (basic…
Read more »
Installation and Configuration Guide: Bamboo
System requirements & considerations Java: Database: Installing Bamboo on Linux https://confluence.atlassian.com/bamboo/installing-bamboo-on-linux-289276792.html
Read more »
Trigger Jenkins Job using “Build periodically” and “Poll SCM”
Method 1 – AT CERTAIN TIME AKA Build periodically Method 2 – AT CERTAIN TIME BUT Build only when there is Code changes AKA Poll SCM Setting up the cron…
Read more »Ubuntu 20.04.2 LTS displays “There is 1 zombie process” upon login
To Check the zombie process run below command and Then kill the parent process 👉 For more details read below tutorial on this topic: Click Here
Read more »Software Development Lifecycle (SDLC) – Simply Explained
SDLC stands for Software Development Life-cycle and it is a process through which any software or applications goes underway in certain procedures and in the end, we get that in…
Read more »
How to Register and prepare for the Jenkins Certification? – 2020
What is Jenkins? Jenkins is one of the most popular DevOps tool for Continuous Integration and Continuous Deployment (CI/CD). It plays an important role in automating the software development process…
Read more »
Laravel Social Login using Socialite
Installations—- (laravel 5.5) composer require laravel/socialite “^3.2.0” configuration—–(config/services.php) ‘facebook’ => [ ‘client_id’ => env(‘facebook_CLIENT_ID’), // Your facebook Client ID ‘client_secret’ => env(‘facebook_CLIENT_SECRET’), // Your facebook Client Secret ‘redirect’ => ‘http://your-callback-url’,…
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 »
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 »uDeploy Application processes Steps Explained!!!
Application processes, like component processes, are created with the process editor. UDeploy provides several common process steps. Also, application processes are assembled from processes that are defined for their associated…
Read more »