How to install Maven on Ubuntu
In this tutorial, we will show you how to install Apache Maven on Ubuntu. Tested with: Maven 3.5.2, Ubuntu 18.04 . Before the Maven installation, make sure JDK is installed…
How to Set JAVA_HOME environment variable on macOS
This article shows how to set the $JAVA_HOME environment variable on older Mac OS X and the latest macOS 11. Steps to set the $JAVA_HOME environment variable on macOS: 1…
How to set environment variable on Ubuntu
On Ubuntu, there are two system-wide environment variables, both files need admin or sudo to modify it. First one is /etc/environment – It is not a script file, purely assignment…
How to install Java JDK on macOS
This article shows how to install Java JDK on macOS, Homebrew package manager, manual installation, and switch between different JDK versions. Tested with: macOS 11 Big Sur; Homebrew 2.7.4J; DK…
How to add JAVA_HOME on Ubuntu?
On Ubuntu, we can add JAVA_HOME environment variable in /etc/environment file. Note/etc/environment system-wide environment variable settings, which means all users use it. It is not a script file, but rather…
How to check JDK version that installed on your computer
The Java development kit (JDK) contains tools for Java development, and the Java Runtime Environment (JRE) contains a JVM to convert byte code .class to machine code, and execute it,…
How To Secure Apache with Let’s Encrypt on Ubuntu 20.04
Let’s Encrypt is a Certificate Authority (CA) that facilitates obtaining and installing free TLS/SSL certificates, thereby enabling encrypted HTTPS on web servers. It simplifies the process by providing a software…
How To Install Linux, Apache, MySQL, PHP (LAMP) stack on Ubuntu 20.04
A “LAMP” stack is a group of open source software that is typically installed together in order to enable a server to host dynamic websites and web apps written in…
How To Install the Apache Web Server on Ubuntu 20.04
The Apache HTTP server is the most widely-used web server in the world. It provides many powerful features including dynamically loadable modules, robust media support, and extensive integration with other…
How To Install Linux, Nginx, MySQL, PHP (LEMP stack) on Ubuntu 20.04
The LEMP software stack is a group of software that can be used to serve dynamic web pages and web applications written in PHP. This is an acronym that describes…