Articles by Tag #shell

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

Advanced Shell Techniques

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

Learn More 38 8Aug 9 '24

Building a Custom Shell in Rust from scratch

Introduction Building a custom REPL (Read-Eval-Print Loop) in Rust is a great way to...

Learn More 36 1Feb 10

🔥 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

Scripting with Java

Introduction As a developer, you sometimes need to write scripts. If your primary...

Learn More 20 7Jun 2 '24

🚀 Um Guia Prático para Configurar Zsh, Oh My Zsh, asdf e Spaceship Prompt com Zinit para Seu Ambiente de Desenvolvimento

Introdução 🌟 Melhore seu ambiente de desenvolvimento com este guia sobre como instalar e...

Learn More 18 0Jun 21 '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 Scripting for Software Engineers - A Beginner's Guide

It's your first day at your new job. You've been handed a computer running Linux, and you were told...

Learn More 14 2Jun 9 '24

Introduction to Git Hooks

Git Hooks are scripts that run automatically before or after certain Git commands. They are a...

Learn More 14 1Jun 11 '24

File Management in Bash : Commands and Examples

File management is one of the most common and fundamental task in everyday life. In this tutorial we...

Learn More 12 0Nov 28 '24

Step-by-Step Guide to Start Shell Scripting.

Shell scripting is a way to automate repetitive tasks, manage system operations, and create custom...

Learn More 10 0Oct 2 '24

101 Ideas for Smart DevOps Tools 🚀🛠️

💡 This list was created to inspire developers, sysadmins, and DevOps enthusiasts to build their own...

Learn More 9 0Apr 18

🐚🦀Shell commands rewritten in rust

Introduction For every software engineer, developer, or programmer, command-line tools are...

Learn More 9 0Jun 17 '24

Top 15 Linux Commands Every Beginner Should Know

Why is it important to learn Linux commands? Learning Linux commands is essential for...

Learn More 8 1Jul 1 '24

If You are a Terminal User, You MUST try this tool!

Hello folks. In today’s article, I want to share the tool that I can’t survive a day without it....

Learn More 8 10Aug 21 '24

Linux: Getting system info

One needs to be familiar with certain shell commands to investigate system and network configurations...

Learn More 7 0Apr 12

Let's revel the power of Bash!

Bash is the one of the core and most useful medium to communicate with kernel. You can say Operating...

Learn More 7 2Nov 12 '24

Become a Bash Scripting Pro in 10 Minutes: A Quick Guide for Beginners

Bash scripting is a powerful tool that every developer, DevOps engineer, or system administrator...

Learn More 6 2Jan 9

My zsh config

My .zshrc file [zinit] to use it make sure u have following dependencies make sure...

Learn More 6 3May 26 '24

Sync Git multiple repositories with shell/bash script

Managing multiple Git repositories can be a hassle, especially when we need to keep them up-to-date...

Learn More 5 0Aug 1 '24

Persisting Config Files Across Computers

Introduction Isaac Newton's famous third law of motion says: "For every action, there's an...

Learn More 5 0Feb 21

Linux: Finding Files

Most of you will know how to navigate directories using the cd command and how to create a directory...

Learn More 4 0Apr 18

Single Script Can Install a C/C++ Compiler in no time on a Mac

I recently started working on some of the C and C++ related projects, but installation and compiler...

Learn More 4 0Sep 18 '24

Cleaning Quake server logs to generate score boards

It is a common challenge for technical interviews to parse Quake 3 server logs and display: Players...

Learn More 4 0Mar 3

Basic Commands: PowerShell and Bash

The terminal is not scary. But you are a beginner, and you stare at the screen wondering, what does...

Learn More 4 1Jan 23

Linux Administration Tasks with Use Cases

Managing a Linux system effectively requires proficiency in a wide range of administrative tasks....

Learn More 4 0Nov 26 '24

Easily keep your local git repo up to date

Here's how to keep your clone of a Git repository current with upstream quickly and efficiently. Just...

Learn More 4 0Jul 12 '24

The Complete Guide to Bash Commands

Basic Syntax and Variables Variables name="John" echo $name # Basic...

Learn More 4 0Jan 9

Bash vs. Shell: The Ultimate Comparison

The command-line titans: Bash vs. Shell! Are sound like cousins at a family reunion party , these two...

Learn More 3 1Dec 16 '24

Sed It Right: Mastering the Stream Editor for Text Magic

Welcome back to the Textual Healing series! In the first part, we dove into the basics of text...

Learn More 3 5Sep 22 '24

Understanding Shell Scripting: A Brief Guide Part 2

Shell scripting is a powerful way to automate tasks in Unix-based operating systems like Linux. It...

Learn More 3 0Oct 24 '24