Terraform Tutorials: What is namespace / Alias

In Terraform, a namespace is a logical grouping or isolation mechanism for resources within a cloud provider. It allows you to separate resources based on different environments, projects, or any…

Read more »

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

Read more »

Shell Scripting Tutorials: Function

Read more »

Shell Scripting Tutorials: Looping & Iteration statatement using for until

Example

Read more »

Shell Scripting Operators

Read more »

Oracle Tutorials: Database Export and Import Process

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 »

Is Trustpilot worth it for business?

Can You Trust Trustpilot’s Reviews? The short answer is: NO. You can not trust reviews on Trustpilot. They claim they have large user database but i have seen instance where…

Read more »

Proof of How trustpilot allow fake reviews

Why Trustpilot allow paid fake review? Trustpilot’s policy on paid reviews is clear that businesses cannot pay for positive reviews, and reviews must be based on genuine experiences but my…

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:

Read more »

List of SonarQube sonar-scanner.properties options with explaination

Here are some common SonarQube sonar-scanner.properties options and their explanations:

Read more »

List of SonarQube sonar-project.properties options with explaination

Here are some common SonarQube sonar-project.properties options and their explanations:

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:

Read more »