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

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.

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.

25 basic Ubuntu Commands

Ubuntu is the most popular Debian-based distribution of Linux Operating System; It was initially released in 2004. Due to its distinctive features, various distros of Linux are developed based on Ubuntu.

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

How to Allow Remote Connections to MySQL Database Server on Ubuntu

Many websites and applications start off with their web server and database backend hosted on the same machine. By default, the MySQL server listens for connections only from localhost for that on same server no need to configure MySQL remote access.

How to Replace Apache with Nginx on Ubuntu

Stop the Apache service before removing the Apache web server. This enables us to remove the Apache without any issues. After stopping the Apache you will remove the startup Apache entries from systemctl.