sample csv file

How to setup inactivity timeout for ssh on Centos/RHEL

CentOS / RHEL : How to setup session idle timeout (inactivity timeout) for ssh auto logout There are two options related to ssh inactivity in /etc/ssh/sshd_config file: ClientAliveInterval ClientAliveCountMax So the timeout value is calculated by multiplying ClientAliveInterval with ClientAliveCountMax. timeout interval = ClientAliveInterval * ClientAliveCountMax The meaning of the two parameters can be found in the Read More

sample csv file

How to install WordPress on RHEL 8 / CentOS 8 Linux

Based on the thread from Lubos Rendek. https://linuxconfig.org/install-wordpress-on-redhat-8 This article covers an installation of WordPress, free and open-source content management system, on RHEL 8 Linux Server. In this instance the installation is based on the well-know LAMP stack comprising the RHEL 8, MariaDB, PHP and Apache webserver. In this tutorial you will learn: How to Install LAMP Read More