Open

How to enable SSH login notifications by email in CentOS 8

How to enable SSH login notifications by email in CentOS 8

To configure SSH login notification open up the terminal and open the file ~/. bash_profile. Replace “your_email_address” with the email in which you want to receive an email. Save the file and quit.

How To Install Redis on Debian Linux
Installing Redis on Debian 9 Step 1 Install Redis from APT Repo. Redis package is included in the default Debian 9 repositories, therefore, issue the ...
CentOS 8 (1911) derived from RedHat Linux 8.1 Enterprise released
When was RHEL 8.1 release? What is the latest kernel version for CentOS 8? Is CentOS based on Redhat? Is CentOS same as RHEL? Why Red Hat Linux is not...
Bash Tac Command
tac command in Linux is used to concatenate and print files in reverse. This command will write each FILE to standard output, the last line first. Whe...