Articles by Tag #bash

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

50 basic Linux commands

Here are 50 basic Linux commands that are useful for navigating and managing your system: pwd -...

Learn More 514 37Jul 8 '24

DevOps Automation with Shell Scripting 🚀

Table of Contents Introduction Why Automate with Shell Scripting? Basic Concepts of Shell...

Learn More 390 2Oct 26 '24

Why I Bash Git (And Why You Should Too)

A lot of people these days use tools like oh-my-zsh that come packed with a ton of helpful features...

Learn More 221 56Sep 16 '24

Learn Bash Scripting in 10 minutes🧙‍♂️🪄

Introduction As a Programmer, learning bash scripting is really important. It allows us to...

Learn More 218 28Oct 31 '24

Master Shell Scripting – Zero to Interview Ready!🔥

Introduction Hey Everyone, Good to see you back! For us programmers, diving into the world...

Learn More 152 13Feb 10

I Wrote A Batch Script to Enhance My Workflow on Command Prompt

So yess, wonderful readers, I just wrote a batch script, not bash script! Batch is the language in...

Learn More 120 11Aug 12 '24

How to Get Started with Bash Scripting for Automation

One of the most powerful tools for automation is Bash scripting. Whether you're a beginner or a...

Learn More 115 10Jan 12

Implementing Concurrency in Shell Scripts

In this blog, we'll explore various techniques to achieve concurrency in shell scripts. Concurrency...

Learn More 96 8May 11 '24

Bash Scripting Fundamentals

1. Introduction to Bash 1.1 What is Bash? Bash (Bourne Again Shell) is a...

Learn More 64 7Jun 23 '24

zoxide - A faster alternative to boring cd command

Why zoxide is a better replacement?? Best way to start explaining is to show how we...

Learn More 43 4May 19 '24

Advanced Shell Techniques

In the previous article, we explored how to efficiently interact with our operating system through...

Learn More 38 8Aug 9 '24

🔥 The Ultimate Cheat Sheet 1000+ Essential Commands & Growing !! All in One Place - Don’t Miss Out! 🚀💻⚡

🚀 Introduction Welcome to the Ultimate CLI Cheat Sheet—your one-stop reference for 1000+...

Learn More 28 8Mar 6

How to Get the Directory Where a Bash Script is Located

Hello everyone! When you're working with Bash scripts, it's often useful to know the directory where...

Learn More 27 9Jul 2 '24

Deep Dive into Essential Directories

/bin — The Command Center/bin — The Command Center The /bin directory is the command center of your...

Learn More 24 8Jul 29 '24

Unleash Your Inner Avenger: A Beginner's Guide to Unix Shells

Let's talk about shells. If you're new to Unix or Linux systems, you've probably heard the term "shell" tossed around like it's common knowledge. But what exactly is a shell? Why are there so many different ones? And what does Iron Man have to do with this?

Learn More 24 8Sep 24 '24

👾 Using Arguments in Bash Scripts

Introduction Arguments in any bash script are inevitable for any scripting task....

Learn More 22 0May 27 '24

Exploring the Power of awk: A Guide for DevOps Engineers

As a DevOps engineer, mastering text processing and manipulation tools can greatly enhance your...

Learn More 20 2Jul 23 '24

Creating a Dockerfile to Perform pre-commit

One of the most used tools within the development flow is the linter. With the linter we can organize...

Learn More 19 0Jul 20 '24

How to run npm scripts concurrently?

Intro Before creating a pull request, you probably want to be sure that CI will reject it....

Learn More 18 2May 29 '24

From OVA to Qcow2: A Step-by-Step Guide to Unlocking Qemu's Power

Background I was recently studying for and completed the CISCO CyberOps Associate...

Learn More 18 1Aug 23 '24

Bash Scripting: A Comprehensive Guide

Bash is a powerful scripting language that runs on Unix-like systems, including Linux and macOS. It's...

Learn More 17 4Oct 4 '24

Create Your Custom WSL from any Linux Distribution (Part-1)

Summary of the Content Prior to Reading the Article Ever wanted Arch or Void Linux as...

Learn More 17 2Dec 8 '24

Build a Simple TODO List with Shell Script 🐚

Managing tasks directly from the terminal can be a breeze with the power of shell scripting! In this...

Learn More 17 18Sep 12 '24

Bash Shell Scripting: The Basics

We can't remember all of the hundreds of commands available to command line users. The actual...

Learn More 17 2Aug 28 '24

Free Programming Cheat Sheets Collection

In the world of programming, cheat sheets are every developer's secret weapon. Whether you're a...

Learn More 17 0Jul 18 '24

A List of Linux Commands

Here's an easy-to-understand documentation for the listed Linux commands. Directory...

Learn More 16 1Jul 4 '24

Automating user creation with Bash Scripting

Managing users and groups is a fundamental aspect of system administration. Whether you're overseeing...

Learn More 16 4Jul 4 '24

Part 1: Why should developers use Linux?

Note: This is the first part of an entire series on Linux and how to comfortably move to it,...

Learn More 14 27Jul 18 '24

Simplify Your PHP Development with a Handy Bash Script

As developers, we often need to quickly spin up a local PHP server for testing and development...

Learn More 14 3May 28 '24

Understanding memory allocation in Go using Go pointers

Go pointers are the gift that keeps on giving. They allow you to manipulate memory efficiently,...

Learn More 14 2May 15 '24