
Wed Jan 24 2024
How to Undo and Redo in Vim / Vi
Vi or Vim is pre-installed by default on macOS and almost all Linux distributions. In this article, we will show you how to undo and redo changes in Vim / Vi.
Read more

Tue Jan 23 2024
Grep Command in Linux
Grep is a command-line utility that searches for a specific text string in one or more files. It looks for the pattern in each line of the file and prints out the lines that match it.

Mon Jan 22 2024
How to Unzip (Extract) Gz File in Linux
This article explains how to open (or unzip) .gz files. Gzip is a popular compression algorithm used to reduce file sizes while maintaining original mode, ownership, and timestamp.

Mon Jan 22 2024
How to Remove (Delete) Symbolic Links in Linux
A symbolic link, also known as a symlink, is a special type of file that points to another file or directory. This guide will show you how to remove (delete) symbolic links in Linux/UNIX systems.
Mon Jan 22 2024
Rm Command in Linux

Mon Jan 22 2024
Ln Command in Linux (Create Symbolic Links)

Thu Dec 28 2023
How to make a POST request with curl

Thu Dec 21 2023
How to Extract (Unzip) Tar Gz File

Wed Dec 20 2023
What Does chmod 777 Mean

Wed Dec 20 2023
How to Create Users in Linux (useradd Command)
