Installation

How To Install And Configure MsSQL In Ubuntu
Overview This guide contains instructions on how to install and do basic configuration for MsSQL on an Ubuntu system. Prerequisites Operating System : Ubuntu 18.04 or 16.04 Access to a Terminal or Shell Console Installation 01: Open a terminal window 02: Import the public repository GPG keys 03: Register the Microsoft …

How To Install And Configure Terraform In Ubuntu
Overview This guide contains instructions on how to install Terraform on an Ubuntu system. Prerequisites Operating System : Ubuntu 18.04 Access to a Terminal or Shell Console Installation 01: Download the installer at https://www.terraform.io/downloads.html for system architecture. Or you can use the following commands to get the current versions of Terraform at the …

How To Install And Configure MySQL In Ubuntu
Overview This guide contains instructions on how to install and do basic configuration of a MySQL database. At the time of this writing, the stable version is 5.7. Prerequisites Operating System: Ubuntu 18.04 Access to a Terminal or Shell Console (Need proper and consistent term for this) Installation via Package Manager 01. Open …

How To: Install & Run Kotlin In Ubuntu
Overview Contains instructions on how to install Kotlin in an Ubuntu operating system. With a sample code on how to compile and execute a simple program. Prerequisites Ubuntu 18 or higher Java is installed Install via SDKMAN 01. Open a terminal and install applications needed by SDKMAN SDKMAN! is a tool for managing …

How To: Install Go In Ubuntu
Overview Go is a programming language designed by Google. It is statically typed, meaning that the data types are checked during compilation of the source code, like Java. Prerequisites Operating System : Ubuntu 18 or higher Steps 01. Download the installer from here [https://golang.org/dl/] or you can execute the following on a command …

How To Install And Configure Redis In Ubuntu
Overview An In-Memory data structure store Can be used for caching Supports strings, hashes, lists, sets, sorted sets and other data structures. Prerequisites Operating System: Ubuntu 18 Command Line Interface or Terminal Installation via Tarball Installing via tarball is recommended as it is compiled from source. 01. Open a terminal window 02. Install build-essential, …

How To Install And Configure MongoDB In Ubuntu
Overview MongoDB is a document-oriented database Shines with document-based design. Supporting sub-documents as values instead of the usual data types, it can be perfect for retrieving a record and a sub-detail or list of records in one query. Prerequisites Operating System: Ubuntu 18 For production environments use from the following : Amazon Linux, Debian …

How To: Install Python 3.7 In Windows
Prerequisites Operating System: Windows 7 or above Steps 01. Open a command prompt or PowerShell 02. Check if Python is already installed. Execute the following to determine A message will be shown if Python is available. 03. Open a browser and download the installer at https://www.python.org/downloads/. Click on the Download link for the …

How To: Install Python 3.7 In Ubuntu
Prerequisites Operating System : Ubuntu 18 Steps Note: By default most Ubuntu 18 system have Python installed. 01. Open a terminal window 02. Check if Python is already installed. Execute the following to determine. A message will be shown if Python is available. In the following case, it is not yet installed. 03. …

How To: Install Python 2.7 In Ubuntu
Prerequisites Operating System : Ubuntu 18 Steps Note: By default most Ubuntu 18 system have Python installed. 01. Open a terminal window 02. Check if Python is already installed. Execute the following to determine. A message will be shown if Python is available. In the following case, it is not yet installed. 03. …