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

Install PostgreSQL 11 on Ubuntu 19.04

In this article, we are going to install PostgreSQL 11 on Ubuntu 19.04 Linux server.

Step1: Add PostgreSQL Repository:

So you need to add PostgreSQL apt repository to your system suggested on official PostgreSQL website using following commands.

wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -

sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt/ `lsb_release -cs`-pgdg main" >> /etc/apt/sources.list.d/pgdg.list'

Continue reading Install PostgreSQL 11 on Ubuntu 19.04