Browsing category

Ubuntu

How To Install PostgreSQL 11 / 10 on Ubuntu 18.04/16.04 & Linux Mint 19/18

PostgreSQL (aka Postgres) is an object-relational database management system (ORDBMS), available for Linux, Microsoft Windows, FreeBSD, OpenBSD, Solaris, and Mac OS. PostgreSQL is released under the PostgreSQL License, a free and open source permissive software license, developed by the PGDG (PostgreSQL Global Development Group), a group of individual volunteers and corporate companies. Here, we will […]

How To Install And Set Up KVM On Ubuntu 18.04 LTS / Ubuntu 17.10

KVM is a hypervisor software which helps you run a multiple guest operating systems on a Linux machine with the help of hardware virtualization extensions. KVM supports the wide variety of guest operating system’s such as Linux, Windows, Solaris, Haiku, REACT OS and much more. You can manage virtual machines using the command line or […]

How To Install MySQL 8.0 on Ubuntu 18.04 LTS (Bionic Beaver)

MySQL is an open source database management system commonly used in web application stacks to store and retrieve records and information. MySQL was the primary database application for Linux operating system until MariaDB, a fork of MySQL, came into the picture. MySQL was first developed by MYSQL AB, now owned by Oracle Corporation. In this […]