How to Install and Use Original Vim Editor on Linux

Vim is popular and my personal favorite text editor in Linux, providing advance features and functionalities comparative to its competitor, the GNU Nano editor. Although you can perform basic file editing using both of these programs, Still, they are slightly different from each other, as

What is GNU Nano Editor on Linux

GNU nano is a built-in text editor for major Linux distributions, providing similar options to edit and modify files as its competitors VIM and Emacs. Although, its competitors are way more advanced in count of features and functionalities. However, many users still prefer to use

How to Block ā€˜suā€™ Access for Sudo Users

In UNIX/Linux, su is the most powerful command that allows you to access the root account or another userā€™s account with their account password. Although you can easily restrict or disable su command access for a specific user with sudo privileges by following the steps

Difference Between Su, Sudo Su, Sudo -i, and Sudo -s

There are tons of reasons to switch to another userā€™s or the root userā€™s account; however, there are multiple ways to do so, which you are going to learn today. Tutorial Details Description Different ways to switch user account Difficulty Level Moderate Root or Sudo

How to Add User to Sudo Group

If you are wondering what the sudo group is, it is the built-in group in Linux that holds the highest privilege after the root user. Any users assigned to this group have the highest authority over the system, including the ability to install, remove, update

Beginners Guide for Grep Command in Linux

The grep command is used to perform regular expressions to find out strings and patterns from the file that match a regular expression and stream the output to a new file. Tutorial Details Description GlobalĀ RegularĀ ExpressionĀ Print Difficulty Level Low Root or Sudo Privileges No OS Compatibility

What is Pacman Package Manager

You are Arch based users, so I expect that you already know about the Pacman package manager; if not, itā€™s just a built-in command line tool to manage your system packages just like Apt and DNF for Debian and RedHat. Tutorial Details Description Package Manager

What is DNF Package Manager

DNF, a.k.a. ā€œdandified yum,ā€ is the default package manager for RHEL-based distributions like Fedora and AlmaLinux to help you manage your system packages by giving you functionalities like searching, installing, updating, removing, etc. packages from your Linux system. Tutorial Details Description Dandified YUM Difficulty Level

What is APT Package Manager

APT package manager is a built-in command-line tool for Debian-based distributions like Ubuntu to handle your applications by searching for them in the repository, listing them, installing them, updating them, removing them, etc., from your Linux system. Tutorial Details Description Advanced Packaging Tool Difficulty Level