Articles by Tag #shell

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

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

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

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

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

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

Mastering the Shell: Essential Commands and their Uses

Introduction Hey there, fellow devs! If you're working with Linux or macOS, mastering shell commands...

Learn More 6 0Jul 28

Linux: Getting system info

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

Learn More 6 0Apr 12

File Operations with shell script

This post is originally posted on my blog site here In this tutorial we will try to perform basic...

Learn More 5 0Jun 15

zx@lite: minimalistic shell scripting with TS/JS superpowers

Ditch clunky bash syntax. Script smarter — with fewer dependencies and full TypeScript support. ...

Learn More 5 4Jun 19

A Complete Beginner's Guide to Zsh Setup on WSL

bluefloyd • June 23rd 2025 If you're a new developer using WSL (Windows Subsystem for Linux) and...

Learn More 5 0Jun 22

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

💻 My MacOS Shell Setup = Zsh + OhMyZsh + PowerLevel10k + tmux + nvim 🤓😎

Have you ever thought how boring is a pre-installed MacOs Terminal shell? Since I have jumped into a...

Learn More 4 0Aug 20 '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

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

How to Set Up SSH Server on Termux — Remote Shell Access Made Easy

If you've ever wanted to control your Android device remotely like a Linux server — you're in the...

Learn More 4 0Jul 28

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

Back to bash: Customization

This post explores a number of different ways in which your bash experience can be customized and,...

Learn More 4 0Jul 20

The Complete Guide to Bash Commands

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

Learn More 4 0Jan 9

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

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

101 Ideas for Smart DevOps Tools 🚀🛠️

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

Learn More 3 0Apr 18

Building PHPVM: A PHP Version Manager Born from Necessity

As a PHP developer working across multiple projects, I found myself constantly struggling with a...

Learn More 3 3May 12

Navigating TC39 Proposals: From Error Handling to Iterator.range

A Intern's Journey Through SpiderMonkey and JavaScript Engine Enhancements The first time...

Learn More 3 2Jan 8

Como executar um script na inicialização do Ubuntu Linux

Os passos a seguir mostram como configurar um serviço no systemd para executar um script...

Learn More 3 0Sep 13 '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

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