Install Apache, PHP, MySQL (LAMP Stack) in Ubuntu

A (Linux, Apache, PHP, MySQL) LAMP stack uses mature and reliable opensource software as building blocks and has been the cornerstone for a variety of projects including WordPress, Facebook, and Wikipedia.

Host ASP.NET Core Website/Application on Ubuntu with Apache Webserver

ASP.NET Core is the latest web framework from Microsoft that supports development with C# and the .NET Framework. By using the .NET Core framework with ASP.NET Core, you can develop and publish your applications on non-Windows platforms like MacOS or Linux.

Install and Setup Redis as a Cache with PHP on Ubuntu 20.04

Redis is an in-memory key-value store known for its flexibility, performance, and wide language support. To initiate the setup you need access to an Ubuntu 20.04 server that has user access with sudo privileges. Installing and Configuring Redis Begin by updating your local packages sudo apt update Then install Redis server sudo apt install redis-server ... Install and Setup Redis as a Cache with PHP on Ubuntu 20.04