SSH MaxSessions Configuration

SSH is a popular and effective way to connect to remote Linux machines in the command line. In most Linux distributions, SSH functionality is available from OpenSSH utilities. In this tutorial, we will take a look at the SSH configuration…

How to Use wc Command in Linux

Linux comes with many pre-installed tools. The wc command is one of them. The term “wc” is an abbreviation of “word count”. As the name suggests, the wc command is for counting various values of a file. These counts can come in handy in…

How to Mount Snapshot Volumes

LVM snapshots are the point-in-time copies of the logical volumes. The snapshots volumes take further space whenever a change occurs in the original logical volume. For example, if the changes made to the original logical volume are 1GB in…

How to bulk rename files in Linux?

This article will cover a guide on various methods that can be used to bulk or batch rename multiple files at once in Linux. Some of these applications feature a graphical interface, while others can be used from the command line. Rename…

Configure Static IP Address

Any device connected to a network gets assigned an IP address that allows other devices in the network to locate and communicate with it. Typically, an IP address gets assigned by the DHCP server on a router. A DHCP server assigns any…

Remove or Delete Symbolic Link Linux

In Linux, linking is a powerful concept. A symbolic link is a file that refers to a different file or directory. The link itself doesn’t contain any data of the original file. It simply points to the location of the original file, be it in…

How to Check if a Package is Available In Yum

Yellowdog Updater Modified or Yum for short is a package management tool for RPM packages. It is popular in the REHL family of Linux distributions, including CentOS and Fedora. Thus, you can think of yum as a bootstrap for RPM package…

How to Use Systemctl Utility in Linux

Whether you are a seasoned system administrator or a new Linux user, service management is one of the fundamental operations you will have to carry out. Hence, having a firm grasp of how services work and how to manage them is a great…

Configure a Password-less Sudo

I can bet that we are all familiar with sudo. It is a utility available in most Linux distributions and being adopted by those that haven’t implement it yet. Therefore, if you are a regular Linux user, sudo is a must-use tool. Sudo is a…

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish. Accept Read More