AlmaLinux is becoming popular day by day for the server-side OS. Besides, cGroups v2 plays a significant role in managing resources! Based on the necessity to have cGroups v2 enabled in AlmaLinux, today we will learn how to enable cGroups v2 in AlmaLinux 9. What's the...
Linux
How to Install and Configure Fail2Ban in AlmaLinux 9
Fail2ban is an open-source & free intrusion prevention system. It's used to protect the server system against brute-force attacks. Fail2ban monitors the SSH log files for authentication attempts continuously. It's banned the client IP after a specified number of...
Solution of Failed to Mount /Media/Cdrom
In a new system, we can face problems in our daily life. As a Linux distro user, I'm facing issues regularly and try to solve them. I feel happy to share the solution in my blog which is about failing to mount Cdrom. Problem: Recently I faced an issue while trying to...
Some Essential Linux Commands for Beginners | Part -1
In Linux, the most exciting part is its command-line advantage. We can do everything using this interface. I'm here to share my knowledge with you. Here we are going to learn : Find directory path Show files and directories list Create directory Enter into directory...
Installation of Mailspring in Kali Linux
Mailspring is a mail client software for Linux distro. The user interface of this software is clean and easily understandable. I tried a different way but got failed. At last, I found a solution which I'm going to share with you. Step 1: Installation Snap : The...
Installation of Snap in Kali Linux
Snap Store is an app store for Linux Destro. By default, the snap store is not installed in Kali. Now I'm going to share a procedure which is worked for me. Step 1: Install Snap Using terminal: ~$sudo apt update ~$ sudo apt install snap But it shows something missing....