You can check internet connection speed in Linux using speedtest-cli tool. Below are the steps. (Tested On – AlmaLinux 9.4) 1. Install package epel-release as below # dnf install epel-release -y 2. Install speedtest-cli package as below. # dnf install Read More …
Category: CentOS-7
AutoFS Server : Mounting File System Automatically
In Linux OS, you mount the drives automatically with autofs Server. This server is very simple to configure. The basic idea behing this is Just go to the assigned folder for that drive and it will automatically gets mounted and it will Read More …