You can install software in Linux using dnf command as below. I have tested all commands on AlmaLinux 9.4. Make sure that you have properly configured Linux and repo files are present in /etc/yum.repos.d/ folder. It is higher version of Read More …
Category: Understanding Linux – Lectures, Videos & Notes
Understanding Linux – Lectures, Videos & Notes
Linux Command Line Operators
In Linux following command line operators are used. All these operators are briefed below. 1. Redirection Operator : > Normally output of any command is sent to console or say monitor. Using redirection operator, the output of command can Read More …
Get Hardware Information In Linux Using – inxi Utility
The inxi utility is very useful utility for getting summary of hardware which is available in your machine. You can install this Utility as below. 1. Download the Utility using wget command as below. # wget -O inxi smxi.org/inxi # Read More …
AutoFS Server In Linux
The autofs server is very useful server. It automatically mounts the drive when you enter in respective mount point folder and the devices automatically gets unmounted if you are not using them for defined time. Below are the steps to Read More …