How to Install SSL Certificate on Apache 20.04 Web Server

SSL Certificate stands for Secure Sockets Layer and, in short, it’s the standard technology for keeping an internet connection secure and safeguarding any sensitive data that is being sent between two systems, preventing criminals from reading and modifying any information transferred, including potential personal details. The two systems can be a server and a client ... How to Install SSL Certificate on Apache 20.04 Web Server

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.

Update MySQL root User Password

MySQL is an open-source relational database, made famous by its ease-of-use and simple setup on modern Linux and Windows operating systems.

Initial Server Setup with Ubuntu 20.04

Ubuntu is a Linux distribution based on Debian and composed mostly of free and open-source software. To setup Ubuntu 20.04 server you will require root access of the server.

How to Install and Configure Redis on Ubuntu 20.04

Redis is an open-source in-memory key-value data store. It can be used as a database, cache and, message broker, and supports various data structures such as Strings, Hashes, Lists, Sets, and more

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