Browsing category

Linux

How To Install PHP 7.4 / 7.3 / 7.2 / 7.1 on Debian 10 / Debian 9

PHP is an open-source programming language used for web development, created by Rasmus Lerdorf. It is an HTML-embedded scripting language for creating dynamic web sites. In this post, we will see how to install PHP 7.4 / 7.3 / 7.2 / 7.1 on Debian 10 / Debian 9. Add PHP Repository SURY, a third-party repository […]

How To Setup Let’s Encrypt SSL Certificate with Nginx on Debian 10 / Debian 9

Let’s Encrypt is a certificate authority that provides free SSL certificates for TLS encryption, launched in April 2016. Let’s Encrypt is not only provides SSL certificates; it also automates certificate creation, validation, signing, implementation, and renewal of certificates for secure websites. Currently, Let’s Encrypt supports auto installation of certificates on Apache, Nginx, Plex, and Haproxy. […]

How To Reset Lost root Password in CentOS 8 / RHEL 8

Administrators sometimes end up with a requirement to reset the root password due to a lost root password. It’s quite often happening because administrators have to remember lots of passwords or frequent change of root password to adhere to organizations password policies. In this guide, we will see how to reset the root password in […]

How To Boot into Single-User Mode in CentOS 8 / RHEL 8

Single-User mode is one of the user run levels in the Linux operating system. It is used for doing the administrative task such as recovering the file system and the lost root password etc. In single-user mode, the services won’t start, and none of the users are allowed to log in except root. Also, the […]

How To Configure Static IP Address in CentOS 8 / RHEL 8

The first task of an administrator who installs an operating system is bringing the server into the network after the OS installation. The server has to be configured with IP address so that it can be accessed over the network. READ: How To Install CentOS 8 (With Screenshot) READ: How To Install Red Hat Enterprise […]