Linux

tomcat installation

How to install Apache Tomcat on ubuntu – a simple & practical guide

Introduction Tomcat is one of the most popular & widely used open-source web servers. It also works as a servlet container to serve Java applications. Tomcat web server is licensed under the Apache License. Tomcat web server is written in Java language. Prerequisite To complete this tutorial, you need the below prerequisites. One ubuntu machine …

How to install Apache Tomcat on ubuntu – a simple & practical guide Read More »

Java installation on Ubuntu, RHEL, CentOS - a simple & practical guide

Java installation on Ubuntu, RHEL, CentOS – a simple & practical guide

Introduction Java is an object-oriented programming language. Using java we can develop mobile application, web application, enterprise application, normal Java application etc. Tech companies use Java to develop various software (e.g., web servers). When it comes to running all those Java based applications, they require Java to be installed as a prerequisite. And when we …

Java installation on Ubuntu, RHEL, CentOS – a simple & practical guide Read More »

NGINX installation on Red Hat Linux and Ubuntu – step-by-step guide

NGINX installation on Red Hat Linux and Ubuntu – step by step guide

Introduction In this article we will guide you through nginx installation. We will see installation on both Red Hat Linux & Ubuntu. Prerequisite Knowledge Knowledge of NGINX Basic knowledge of networking Installation steps of NGINX on Red Hat Linux Below are the steps to install NGINX on Red Hat Linux – Step 1: Enable NGINX …

NGINX installation on Red Hat Linux and Ubuntu – step by step guide Read More »

How to install JBoss EAP – step-by-step guide

How to install JBoss EAP – step by step guide

Introduction In this article we will discuss step-by-step guide to install JBoss EAP. Here we will install the JBoss EAP on a Linux (RHEL) machine. JBoss EAP can be installed multiple ways – ZIP installation (preferred) – installation binaries are in a ZIP file. Installer installation – installation is done from JBoss EAP installer file …

How to install JBoss EAP – step by step guide Read More »

SSH to remote Linux machine using SSH key

How to do SSH to remote Linux machine using SSH key

Introduction In this article we will discuss step-by-step guide to log into remote Linux machine using SSH keys. Prerequisite Knowledge on SSH Basic Linux commands Flow of steps Below is a simple diagram which tells us the steps, Step-by-step guide In this example, we assume that we will log in from VM-1 to VM-2. Both …

How to do SSH to remote Linux machine using SSH key Read More »