Terraform Tutorials: helm template

helm template is a command used in the Helm package manager for Kubernetes to generate Kubernetes manifest files from a Helm chart. A Helm chart is a package containing all…

Read more »

Windows command: tree command with all options

The “tree” command is a Windows command-line tool that displays the directory structure of a specified path or drive in a tree format. Here are the options available for the…

Read more »

Shell Scripting Tutorials: Special variables

Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday Landmark, stock market…

Read more »

Shell Scripting Tutorials: Function

Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday Landmark, stock market…

Read more »

Shell Scripting Tutorials: Looping & Iteration statatement using for until

Example Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday Landmark, stock…

Read more »

Shell Scripting Operators

Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday Landmark, stock market…

Read more »

Oracle Tutorials: Database Export and Import Process

Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday Landmark, stock market…

Read more »

Oracle Tutorials: What is pfile and spfile

What is pfile in oracle? In Oracle, a “pfile” is a text-based configuration file that contains initialization parameters for an Oracle instance. The term “pfile” stands for “parameter file.” When…

Read more »

How to Install Helix Core (Perforce Server)

How to Install Helix Core in Ubuntu $ systemctl stop helix-p4dctl$ systemctl status helix-p4dctl$ systemctl start helix-p4dctl How to Get Started 1. Download Helix Core (P4D) and Helix Visual Client…

Read more »

What is JIRA Align?

Jira Align is an Enterprise Agile Planning solution for scaling agile practices and follows a slightly different pricing model than other Atlassian products.  Jira Align connects the work that IT,…

Read more »

What is Azure Stack HCI?

Azure Stack HCI is a hyper-converged infrastructure (HCI) solution offered by Microsoft that allows businesses to run virtualized workloads on-premises using their own hardware while also seamlessly integrating with Azure…

Read more »

Oracle Tutorials: What is difference between tablesapce and schema in oracle

In Oracle, a schema is a logical container that stores database objects such as tables, views, indexes, sequences, procedures, functions, etc. A schema is owned by a database user, and…

Read more »

List of SonarQube sonar.properties options with explanation

Here is a list of some commonly used SonarQube sonar.properties options along with their explanations: Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at…

Read more »

List of SonarQube sonar-scanner.properties options with explaination

Here are some common SonarQube sonar-scanner.properties options and their explanations: Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog…

Read more »

List of SonarQube sonar-project.properties options with explaination

Here are some common SonarQube sonar-project.properties options and their explanations: Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog…

Read more »

Oracle Tutorials: Terminology

What is Oracle schema? An Oracle schema is a logical container for database objects, such as tables, views, indexes, and stored procedures. It is owned by a specific database user…

Read more »

Oracle Tutorials: How to Import/export Data Pump using impdp and expdp

What are the prerequisites before Import Data Pump using impdp? Before performing an impdp operation (Import Data Pump), you should make sure that you have the following prerequisites: Rajesh KumarI’m…

Read more »

30 List of tools category in MLOps

Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday Landmark, stock market…

Read more »

30 comprehensive list of tools category in AiOps

Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday Landmark, stock market…

Read more »

30 comprehensive list of tools category in DataOps

Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday Landmark, stock market…

Read more »

30 comprehensive list of tools category in DevSecOps

Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday Landmark, stock market…

Read more »

30 comprehensive list of tools category in SRE

Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday Landmark, stock market…

Read more »

30 comprehensive list of tools category in DevOps

Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday Landmark, stock market…

Read more »

30 comprehensive list of tools category in Data Analysis

Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday Landmark, stock market…

Read more »

30 comprehensive list of tools category in Networking

Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday Landmark, stock market…

Read more »

What is Chaos Engineering?

Chaos Engineering is a discipline that aims to improve the resilience of complex systems by deliberately injecting controlled forms of chaos into them, and then observing and analyzing the system’s…

Read more »

What is Apache Camel?

Apache Camel is an open-source integration framework that provides a set of APIs and tools for connecting different systems and applications. It allows developers to create robust and scalable integration…

Read more »

PHP Tutorials: List of 30 example with its usage of php command

Here are 30 examples of PHP commands with their usage: Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog…

Read more »

What is Composer and Its user guide & Commands

Composer is a dependency management tool for PHP. It allows developers to declare the libraries or packages their project depends on and manages (downloads, installs, updates) them for the project….

Read more »

PHP Tutorials: List of command line tools in PHP

PHP provides a number of command line tools that can be used for various purposes such as testing, debugging, and building applications. Here is a list of some of the…

Read more »