How To Install VMware Workstation Pro 14 on Ubuntu 18.04 / 17.10 & Ubuntu 16.04

VMware Workstation is a virtualization software suite for x86 and x86-64 computers, from VMware. It allows users to run multiple x86 and x86-64 virtual machines (VMs) simultaneously in a single machine. Each virtual machine instance can execute its guest operating system, including Windows, Linux, BSD variants, and others. In simple terms, VMware Workstation allows one […]

How To Install Linux, Nginx, MySQL, PHP (LEMP Stack) in Ubuntu 18.04

LEMP stack stands for Linux, Nginx, MariaDB, and PHP stack and is widely used for hosting websites/blogs. Here, we will see how to install LEMP Stack on Ubuntu 18.04 with PHP support (via PHP-FPM) and database (MariaDB) support. THIS DOCUMENT IS ALSO AVAILABLE FOR RHEL 8 CentOS 7 Debian 10 Debian 9 Ubuntu 16.04 Install […]

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 […]