How to Execute a Bash Script From an URL on Internet

Ftr20

Various installation guides in Linux involve running a shell script first, which we download and then execute separately using Bash. Not only installation guides but also custom shell scripts written for automating manual activities involve downloading and executing scripts. In…

Script: How to Install LEMP Stack on Ubuntu 20.04

Ftr40

This bash script will install LEMP stack on your Ubuntu 20 LTS and configure it to maximize its performance of website serving. All-in-one one “click” installation of the LEMP environment. Nginx will be installed with the ability to dynamically load…

How to Install PHP 7.4 on Centos 8 Linux

Ftr41

PHP 7.4 is a significant update of the PHP language that was officially released on November 28, 2019. This is the last version in the PHP 7 series that brings in arrow functions for cleaner one-liners, preloading for improved performance,…

How to Install PHP 7.4 on Centos 7/RHEL 7

Ftr41

PHP 7.4 is a significant update of the PHP language that was officially released on November 28, 2019. This is the last version in the PHP 7 series that brings in arrow functions for cleaner one-liners, preloading for improved performance,…