Introduction MySQL is an open-source relational database that is free and widely used apart of Popular LAMP (Linux, Apache, MySQL, PHP/Python/Perl)stack.This RDBMS is backed by Oracle and runs on almost all platforms such as Linux, UNIX and MS Windows.In this article will learn how to install MySQL from default repositories on ubuntu 16.04. Also we […]
Introduction Nginx is one of the most popular web servers in the world which serves worlds some high traffic and largest sites on the Internet. It is free, open-source, high-performance HTTP and reverse proxy server.In this tutorial we will learn how to install and configure nginx on ubuntu 16.04 . Before we begin You should have a […]
Apache Tomcat is an open-source software implementation of the Java Servlet and Java Server Pages.Tomcat is used to serve Java applications and provides a Java HTTP web server environment in which Java code can run This guide explains how to install Apache Tomcat on an Ubuntu 16.04/18.04 server.For this tutorials we are installing Apache tomcat […]
Apache Maven is a free and open source project management tool used for Java projects. You can easily manage a project’s build, reporting, and documentation using Apache Maven. In this post you will learn how to install and configure Apache maven on ubuntu 16.04/18.04 or any ubuntu./Debian based latest releases. There are two ways to […]
In this session will discuss the remaining method to install java on ubuntu as a a continuation of the first blog. How to install Java (the default JDK) on Ubuntu using apt-get We’ll start with our instructions on how to install the latest recommended version of Java (JDK) using the Ubuntu package. By installing the […]
In this session we’ll show you step-by-step instructions on how to install Java on Ubuntu .These instructions will work for Ubuntu 16.04,18.04, and any other LTS release.They should work on both servers and desktops.Here We are installing java jdk version 8 for this tutorial. There are multiple ways of installing Java 1.Installing the latest Java […]