How To Install PostgreSQL 11 on Ubuntu 20.04
2021.01.07 in Posts
Categories:
Introduction In this tutorial, we learn how to install PostgreSQL 11 on Ubuntu 20.04 (Focal Fossa). PostgreSQL, or usually called Postgres, is an open-source object-relational database management system (ORDBMS) with an emphasis on extensibility and …
How To Install Postgresql 10 on Ubuntu 20.04
2021.01.07 in Posts
Categories:
Introduction In this tutorial, we learn how to install PostgreSQL 10 on Ubuntu 20.04 (Focal Fossa). PostgreSQL, or usually called Postgres, is an open-source object-relational database management system (ORDBMS) with an emphasis on extensibility and …
yum whatprovides apt alternatives
2020.12.07 in Posts
Categories:
If you’re using rpm based Linux distribution, most likely you’re familiar with yum whatprovides command. Using this command we can search which packages provides a specific file. In Ubuntu or Debian-based Linux distribution we can also do …
AWS Service Prefix (A Complete List)
2020.09.03 in Posts
Categories:
What is AWS Service Prefix AWS Service Prefix is a prefix or namespace used by AWS service. Service Prefix groups IAM related action for specific service. For example, Amazon S3 has service prefix S3. Under this prefix, there is action like …
How to Install Amazon Corretto 8 on Ubuntu 16.04
2020.07.30 in Posts
Categories:
Introduction In this tutorial we learn how to install Amazon Corretto 8 on Ubuntu 16.04. Amazon Corretto is a no-cost, multiplatform, production-ready distribution of the Open Java Development Kit (OpenJDK). It comes with long-term support that …
How To Install OpenJDK 11 on Ubuntu 18.04
2020.07.18 in Posts
Categories:
Introduction In this tutorial we learn how to install OpenJDK 11 on Ubuntu 18.04 from Ubuntu repository. Java 11 is the current LTS (Long Term Support) version of Java. Update Apt Package Index First of all update apt package index using the command …
How To Install OpenJDK 8 on Ubuntu 18.04
2020.07.11 in Posts
Categories:
Introduction In this tutorial we learn how to install OpenJDK 8 on Ubuntu 18.04 from Ubuntu repository. Update Apt Package Index First of all update apt package index using the command below. sudo apt-get update alternatively, we can also use apt …
IUS Repository on CentOS 6 : How To Enable
2020.07.06 in Posts
Categories:
Introduction In this tutorial we’ll learn how to enable IUS repository on CentOS 6. IUS stands for Inline with Upstream Stable. The goal of IUS project is to provide high quality RPM packages for Red Hat Enterprise Linux (RHEL) and CentOS. IUS …
How To Install Skype on Ubuntu 18.04
2020.07.05 in Posts
Categories:
Introduction In this tutorial we learn how to install Skype on Ubuntu 18.04 (Bionic Beaver) Skype is a chat and call application that allow millions of people to connect with each other on a daily basis. Several important features of Skype: Audio and …
How to Install Spotify on Ubuntu 18.04
2020.07.05 in Posts
Categories:
Introduction In this tutorial we learn how to install Spotify client on Ubuntu Linux 18.04. There are two methods to install Spotify Client on Ubuntu Linux 18.04 The first one is using snap, the second method is using apt. We will cover both of the …