How to Install and Start Apache2 Server in Ubuntu 22.04

In this article, we will see how to Install and Start Apache2 Server in Ubuntu 22.04 step by step.

What is Apache Server

Apache Web Server is a software package that turns a computer into an HTTP server. That is, it sends web pages – stored as HTML files – to people on the internet who request them. It is open-source software, which means it can be used and modified freely.

How to Install and Start Apache2 Server in Ubuntu 22.04

Continue reading How to Install and Start Apache2 Server in Ubuntu 22.04

How to install containerd on Ubuntu 20.04

In this article, we will see how to install containerd on Ubuntu 20.04 step by step.

What is containerd:

containerd is available as a daemon for Linux and Windows. It manages the complete container lifecycle of its host system, from image transfer and storage to container execution and supervision to low-level storage to network attachments and beyond. Continue reading How to install containerd on Ubuntu 20.04

How to download and install XAMPP on Ubuntu 22.04

In this article, we will see how to download and install XAMPP on Ubuntu 22.04 step by step. The process same for all Ubuntu versions.

What os XAMPP?
XAMPP is a completely free, easy to install Apache distribution containing MariaDB, PHP, and Perl. The XAMPP open source package has been set up to be incredibly easy to install and to use.

Download XAMPP for Ubuntu 22.04

Continue reading How to download and install XAMPP on Ubuntu 22.04

How to install Docker on Ubuntu

In this article, we will see how to install Docker on Ubuntu.

1. Update the apt package index.

sudo apt-get update

2. Install packages to allow apt to use a repository over HTTPS.

sudo apt-get install \ apt-transport-https \ ca-certificates \ curl \ gnupg-agent \ software-properties-common

How to install Docker on Ubuntu

Continue reading How to install Docker on Ubuntu