Preventing suspending when closing the lid on a laptop When closing the lid of your laptop, your computer suspends in order to save power. You can prevent the computer from suspending when closing the lid by changing the setting for that behavior. Warning Some laptops can overheat if they are left running with the lid Read More
Category: Linux Family
Red Hat, Centos, Debian, Ubuntu, Fedora and the likes
Also including MySQL, Apache, Wordpress etc…
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
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