Shell Scripting

How to Change a Git Commit Message

What is a Git Commit Message Once you get deep into programming and software...

VI Save and Exit: Essential Commands in Unix’s Text Editor

What is VI? VI, short for "Visual Interface," is a powerful text editor that...

SED Replace: How to Manipulate Text in Unix

So, what is SED Replace? SED stands for Stream Editor. This is a powerful...

LS Command: How to List Files in Unix Systems

What is the LS Command? If you occasionally use Linux and Unix based operating...

How to Refine your Search Results Using Grep Exclude

What is Grep Exclude? Grep exclude is a powerful feature of the grep command...

Bash Script Example: Guide for Beginners

Bash scripting is a powerful tool for automating tasks in Unix-based systems, including Linux and macOS. Whether...

Git Amend Commit Message: Fixing Your Last Commit

Have you ever made a typo or written a completely wrong message on your last commit? Well...

Enable SSH Ubuntu: How to Securely Access your Remote Server

Learning how to enable SSH (Secure Shell) on Ubuntu is a crucial step...

Using the CP Command to Copy A Directory on Linux

Copying directories is a vital task in Linux systems administration and everyday use. Whether you're backing up...

How to Compress Files Using the Linux Zip Command

The Linux zip command is an essential tool for file compression and archiving in Unix-based systems. Whether...

Bash For Loop: A Complete Guide for Perfect Scripts

Scripts have been helping people execute a lot of commands and perform complicated tasks like file operations....

Distrobox: Manage Your Linux Distros Like a Pro

Introduction Are you are a Linux user with multiple distributions but hates the hassle...

A Guide on How to Master Bash If Else… Statements

Introduction As someone who creates apps and occasionally uses Linux, it's crucial to control...

How to Fix the SSH Permission Denied (publickey) Error

Introduction SSH, or Secure Shell, is an essential protocol that is widely-used in the...

The Linux Command Line: A Tale of Two Tools – apt...

apt vs apt get Regardless of your preferred Linux distribution, package management is an important function for every...

How to List Installed Packages on Ubuntu Linux

How to List Installed Packages on Ubuntu Linux If your preferred Linux distribution...

Bash Script Arguments: A Comprehensive Guide

When I first delved into bash scripting, arguments seemed like a mystery, holding the key to unlocking...

Linux Shell Scripting part-2: Message Displaying, User Variables and Environment Variables

In our last post on Shell Scripting, Starting with Linux Shell Scripting you have seen how to start with shell scripts. Shell scripts may or...