gzip is a software application used for file compression and decompression. It is a common way of compressing files in…
DevOps Blog – Latest DevOps Articles and Tutorials
pwd command in Linux with Examples
pwd command is the print working directory. It is one of the most frequently used Linux. like is cd or…
Fixing ansible python broken pipe for RHEL Centos 5
Table of Contents1 Introduction2 The Problem3 Ansible python broken pipe running error4 FAQs5 Conclusion Introduction In this tutorial, How to…
Git merge development branch to master branch
In this tutorial, How to use Git merge the development branch to the master branch? To merge a development branch…
Oracle v$system_parameter: A Guide for Database Administrators
Table of Contents1 Introduction2 What does Oracle “v$system_parameter” mean?3 Step by step: Oracle v$system_parameter3.1 Step 1: Log in and connect…
Linux command tips and tricks
Table of Contents1 Introduction2 Linux command tips and tricks3 Awk command line4 Conclusion Introduction In this tutorial, I wrote the…
Mastering Oracle query tablespace: A Comprehensive Guide for DBAs
Introduction In this guide, you’ll learn how to efficiently query Oracle tablespaces using SQL commands. This guide covers essential techniques…
How to check the Oracle database character set
Table of Contents1 Introduction2 Basic Methods to Check Oracle Database Character Set2.1 Using SQL*Plus2.2 Using Data Dictionary Views3 Intermediate Methods…
How to Oracle query Database name: A Step-by-Step Guide
Introduction In this tutorial, How do I use the Oracle query Database name? Using “v$parameter” for the database name. This…
Docker My Note: A Complete Reference Guide
Table of Contents1 Introduction2 Docker My Note: Your Go-To Guide for DevOps Success2.1 Cannot connect to the Docker daemon. Is…