How To Change Hostname on Linux via Command-Line Interface (CLI)

Changing Hostname on Linux via Command-Line Interface (CLI)

Hostname (also called nodename in archaically) is a label on a computer or server networking which is assigned to a device connected to a computer network. Hostnames are commonly used to identify devices in various forms of electronic communication, e.g World Wide Web. Hostname can … Read more

phpMyAdmin Error During Session Start; Please Check Your PHP

Error during session start; please check your PHP and/or webserver log file and configure your PHP installation properly.

We encountered this problem for the first time when trying to login into the phpMyAdmin with the following error log: Error during session start; please check your PHP and/or webserver log file and configure your PHP installation properly… Well, today we will try to guide … Read more

How To Install PHP 8.1 “PHP-FPM” on CentOS Stream 8

Installing PHP 8.1 with FastCGI Process Manager on CentOS Stream 8

PHP 8.1 is a current latest stable release of PHP branch which active support until 25 November 2023 and still getting security patches for the next 2 years, 5 months. It’s highly-recommended to running web-based applications, either it website or blog with the latest stable … Read more

How To Install OpenResty v1.21.4.1 on CentOS Stream 8

Installing OpenResty v1.21.4.1 on CentOS Stream 8

OpenResty is free, open-source and full-fledged web platform based on the NGINX web server. It integrates enhanced version of the NGINX core which can run using LuaJIT engine and 3rd-party Nginx modules. OpenResty is build specially for developers to easily create a scalable web applications, … Read more

How To Uninstall NGINX on RHEL-Based OS, CentOS Stream 9

nginx-1.22.0 (Red Hat 11.2.1-9) (GCC) built with OpenSSL 3.0.1 14 Dec 2021

Today we will teach you on how to completely uninstall NGINX web server from the RHEL-based OS, CentOS Stream 9. In this cases you have some problems where it force you to uninstall NGINX from your CentOS 9 machine. E.g. there maybe some issues on … Read more

How To Install WordPress on NGINX running CentOS Stream 9

How To Install WordPress on NGINX running CentOS Stream 9

In the previous article we have guide you step by step on how to install NGINX v1.22.0 Web Server on CentOS Stream 9. Well, today we will continue to teach you for installing WordPress apps under NGINX on CentOS Stream 9. It’s purely without conrol … Read more

How To Install PHP 8.1 (PHP-FPM) on CentOS Stream 9

Installing PHP 8.1 (PHP-FPM) on CentOS Stream 9

PHP 8.1 is the current latest stable release of PHP scripting language Hypertext Preprocessor. It’s have been available in almost all web hosting provider to support their clients in order to manage or hosted their websites or blogs. While PHP-FPM (FastCGI Process Manager) is a … Read more

How To Install NGINX v1.22.0 Web Server on CentOS Stream 9

How To Install Nginx v1.22.0 Web Server on CentOS Stream 9

NGINX (also known as engine X) is a high-performance HTTP web server, load balancer, reverse proxy, cache, mail proxy and streaming media server. It’s a free and open-source web server, just like the Apache web server, so you can use a Nginx freely without spend … Read more