Skip to content
GravityDevOps GravityDevOps
  • DevOps
  • DOCKER
  • Linux
  • CLOUD
    • AWS
    • AZURE
  • JENKINS
  • INTERVIEW QUESTIONS
  • KUBERNETES
  • Terraform
  • Python
  • facebook.com
  • twitter.com
  • t.me
  • instagram.com
  • youtube.com
Subscribe

Posts by Saurabh Khan

About Saurabh Khan
DevOps Specialist with 3.6 Years of experience.
How to Remove a Local or Remote Branch
Posted inDevOps

Git Delete Branch – How to Remove a Local or Remote Branch

Git is a widely used version control system and a crucial tool for web developers. Branches are a key feature of Git, offering powerful capabilities for managing code. In this…
Posted by Saurabh Khan November 24, 2024
How to Check if a File Exists in Python
Posted inPython

How to Check if a File Exists in Python with isFile() and exists()

In Python, there are situations where you might need to verify whether a file exists. Why is it important to check if a file exists? Checking if a file exists…
Posted by Saurabh Khan November 24, 2024
How to Loop Through an Array in JavaScript
Posted inUncategorized

How to Loop Through an Array in JavaScript – JS Iterate Tutorial

An array is a single variable that holds elements of different data types, allowing them to be accessed using one reference. It is an ordered collection of values, where each…
Posted by Saurabh Khan November 23, 2024
Bash Scripting Tutorial
Posted inLinux DevOps

Bash Scripting Tutorial – Linux Shell Script and Command Line for Beginners

Process automation in Linux often relies on shell scripting, where a file containing a sequence of commands is executed as a single script. In this guide, we'll cover the fundamentals…
Posted by Saurabh Khan November 20, 2024
Linux Commands for DevOps Interview Questions
Posted inINTERVIEW QUESTIONS Linux

Linux Commands for DevOps Interview Questions

Introduction In the world of DevOps, proficiency in Linux command-line tools is a must-have skill. Whether you are a seasoned DevOps engineer or aspiring to be one, knowing how to…
Posted by Saurabh Khan November 20, 2024
How to Delete a File or Directory in Linux
Posted inLinux

How to Delete a File or Directory in Linux – Command to Remove a Folder and its Contents

In Linux, deleting files or directories is a basic yet essential task that every user should be familiar with. While it may appear simple, there are various methods to remove…
Posted by Saurabh Khan November 20, 2024
Python Switch Statement
Posted inPython

Python Switch Statement – Switch Case Example

Until Python 3.10, there was no feature equivalent to the switch statement found in other programming languages. As a result, to execute multiple conditional statements, you would have had to…
Posted by Saurabh Khan November 20, 2024
How to Copy a Directory in Linux
Posted inLinux

How to Copy a Directory in Linux – Use the cp Command to Copy a Folder

There are many situations where you might need to copy a folder in Linux, whether for backup, sharing, or making edits. This is a common task that can be easily…
Posted by Saurabh Khan November 19, 2024
how do i undo the commits in git 2024
Posted inDevOps

How do I undo the most recent local commits in Git?

Undo a commit & redo $ git commit -m "Something terribly misguided" # (0: Your Accident) $ git reset HEAD~ # (1) [ edit files as necessary ] # (2)…
Posted by Saurabh Khan May 24, 2024
How to Extract or Unzip .tar.gz Files in Linux
Posted inLinux

How to Extract or Unzip .tar.gz Files in Linux

Introduction A .tar.gz file is a commonly used compressed archive format in Linux environments. It combines multiple files and directories into a single file, reducing their overall size. This format…
Posted by Saurabh Khan May 23, 2024

Posts pagination

Previous page 1 … 6 7 8 9 Next page
GravityDevOps covers a wide range of topics, including continuous integration and deployment, containerization, infrastructure as code, cloud computing, and more. The website features insightful articles, step-by-step guides, case studies, and practical tips to help you stay updated with the latest trends and technologies in the DevOps world.

  • About us
  • Blog
  • Contact us
  • Gravity Devops
  • GravityDevops
  • Privacy Policy for Gravity Devops
  • Terms and Conditions
  • AWS
  • AZURE
  • CLOUD
  • CONTAINERIZATION
  • DevOps
  • DOCKER
  • INTERVIEW QUESTIONS
  • JENKINS
  • KUBERNETES
  • Linux
  • Python
  • Terraform
  • Uncategorized
Copyright 2025 — GravityDevOps. All rights reserved.
Scroll to Top