today's howtos
-
How To Install Java on AlmaLinux 9 - idroot
In this tutorial, we will show you how to install Java on AlmaLinux 9. For those of you who didn’t know, Java is a cross-platform, object-oriented, and multipurpose programming language that is primarily used for creating mobile, web, and cloud applications. Java was developed by Sun Microsystems (which is now the subsidiary of Oracle) in the year 1995.
This article assumes you have at least basic knowledge of Linux, know how to use the shell, and most importantly, you host your site on your own VPS. The installation is quite simple and assumes you are running in the root account, if not you may need to add ‘sudo‘ to the commands to get root privileges. I will show you the step-by-step installation of the Java programming language on AlmaLinux 9. You can follow the same instructions for CentOS and Rocky Linux.
-
How does Microservice Architecture work? – NextGenTips
Microservice architecture is a distinctive method of developing software that focuses on building single-focused modules with well-defined interfaces and operations.
-
Install Multiple Domains NGINX server
NGINX is open-source software that can be used for media streaming, caching, reverse proxies, web serving, and other functions. It originally began as a web server built for utmost speed and dependability. A request sent to one of the websites served by an NGINX server is handled by the virtual host whose domain name matches the one in the URL.
-
Intrusion Detection with Snort
This article explains how to install Snort and how to get started with Snort alerts and rules to successfully implement an Intrusion Detection System.
Snort is an Intrusion Detection System which analyzes the traffic and packets to detect anomalies, such as malicious traffic, and report them. If you are not familiar with Intrusion Detection Systems, you may want to start reading the final conclusion on them. If you want to go straight to practical instructions, keep reading.
After reading this article, you will be able to install Snort on Debian and RedHat based Linux distributions, set different Snort modes, define alerts and rules. The Snort usage instructions in this tutorial are valid for all Linux distributions.
All instructions in this document contain screenshots to make it easy for all Linux users to understand and apply them.
-
How to install Nginx on Ubuntu Server
Nginx is an HTTP web server for Linux and other server platforms. It is considered the most complete alternative to the Apache web server. This guide will show you how to set up Nginx in Ubuntu Server.
-
How to Install Oracle VirtualBox in Fedora Linux
A simple and easy-to-follow guide on how you can install Oracle VirtualBox in Fedora Linux.
VirtualBox is an Oracle application which helps you to create virtual machines for any operations system. It’s a little more advanced and brings several features such as networking, USB, NVMe support, etc. between guest and host systems.
Although, there are other free and open-source virtual machines are available, such as virt-manager or GNOME Boxes. And they are simple to install and use. But in this guide, I will talk about how to install Oracle’s VirtualBox which many wants to try it out.