Install PostgreSQL Server & Client on Ubuntu 22.04 LTS Jammy

install postgresql on Ubuntu 22.04 LTS

In this tutorial, we will learn how to install PostgreSQL Database Client and Server on Ubuntu 22.04 LTS Jammy JellyFish using the command terminal. PostgreSQL Database is a object-relational database management system (ORDBMS). It differs from relational database management systems such as MySQL in that …

Read more

How to install Microsoft SQL Server on Ubuntu 20.04 LTS

Install SQL Server on Ubuntu 20.04 Linux

Learn the steps and commands to install Microsoft SQL Server on Ubuntu 20.04 LTS Focal fossa using the command terminal. Microsoft SQL Server is software from Microsoft and unlike MySQL, this one is a propriety and closed-source Database server platform. It has been used by …

Read more

Install MongoDB Compass GUI on AlmaLinux or Rocky Linux 8

Install MongoDB compass on Rocky or Almalinux

MongoDB is a NoSQL database server with a command-line shell interface, however, to manage with GUI, we can install MongoDB Compass on Rocky Linux or AlmaLinux 8 using the terminal. It is a good alternative to the MongoDB shell for querying, aggregating, and analyzing databases. …

Read more

4 Ways to Check MySQL or MariaDB version on Linux

Command to show MariaDB or MySQL version

This tutorial will let you know the key commands or ways we can use to check the MySQL or MariaDB Database server version running on Linux operating systems such as Debian, Ubuntu, CentOS, Rocky Linux, AlmaLinux, and more. If you have already done the installation …

Read more

How to install MongoDB Server on Alpine Linux

Install MongoDB server on Alpine Linux using command terminal

Alpine Linux is a Linux distribution optimized for resource efficiency and security. It can be installed in different versions and can therefore run completely from the RAM, for example. In addition to the latest x86 hardware, images are also available for the various Raspberry Pi …

Read more

Steps for Installing Postgresql in Ubuntu 20.04 LTS

Install PostgreSQL on Ubuntu 20.04 Linux servers or Desktop systems min

In this tutorial, we will learn the commands to install and set up a PostgreSQL database server on Ubuntu 20.04 LTS Linux. What is PostgreSQL? PostgreSQL is an object-relational database system (ORDBMS). Being an open-source database project it is freely available and usable without a …

Read more