passwd command is a tool on Linux operating systems used to change a user’s password. The passwd command in Linux…
DevOps Blog – Latest DevOps Articles and Tutorials
gzip command in Linux with Examples
gzip is a software application used for file compression and decompression. It is a common way of compressing files in…
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
Table of Contents1 Introduction2 Understanding Git Branches2.1 What Are Git Branches?2.2 Why Merge Development Branch to Master?3 Steps to Merge…
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…