Linux Tutorials on the topic “Linux”
-
How to create a Network Load Balancer on AWS
Author: Rahul Shivalkar • Tags: cloud, linux • Comments: 0A Network Load Balancer works at the fourth layer of the Open Systems Interconnection (OSI) model, the Transport Layer. It opens a TCP connection to the selected target on the port specified in the listener configuration. In this article, we will see the steps to create a Network Load Balancer, register instances, and access the Load Balancer using its DNS.
-
How to Install Netdata on Debian 11
Author: t.michael • Tags: debian, linux, monitoring • Comments: 1Netdata is an open-source web-based real-time Linux system performance and health monitoring system. in this tutorial, I will show you how to install Netdata on Debian 11.
-
How to Install sysPass Password Manager on Debian 11
Author: Hitesh Jethva • Tags: debian, linux, security • Comments: 2sysPass is a web-based password management application written in PHP. It is secure, reliable, and runs in a multiuser environment for business and personal use. In this tutorial, I will show you how to install sysPass password manager on Debian 11.
-
-
How to Install Mono on Debian 11
Author: t.michael • Tags: debian, linux, programming • Comments: 0Mono is an open-source platform for developing applications and libraries. It has been developed by Novell Inc. since 2002, with a focus on the .NET framework developed by Microsoft. Mono provides a complete CLR (Common Language Runtime) implementation that can run class libraries or components that target Microsoft's original .NET runtime.
-
How to take a Backup of an Elasticsearch Cluster
Author: Rahul Shivalkar • Tags: cloud, linux, ubuntu • Comments: 0This article will show you how to backup and restore an Elasticsearch cluster on Ubuntu Linux. A shared NFS directory is used as storage for the backup.
-
How to Install Java JDK and JRE on Rocky Linux
Author: Arvid L • Tags: linux, programming • Comments: 0In this tutorial, you will learn how to install Java OpenJDK on the Rocky Linux system. I will show you different ways to install Java JDK and JRE and also how to set the Java default version for your development and production environment.
-
How to create an Application Load Balancer on AWS
Author: Rahul Shivalkar • Tags: cloud, linux • Comments: 0An Application Load Balancer works at the seventh layer of the Open Systems Interconnection (OSI) model, the application layer. We can add and remove targets from our load balancer as per our needs without affecting the flow of requests to the application. In this article, we will see how to create an Application Load Balancer, register instances, and access the Load Balancer using its DNS.
-
How to Install Ruby on Rails on Debian 11
Author: Hitesh Jethva • Tags: debian, linux, programming, web server • Comments: 0Ruby on Rails is a free, open-source, and one of the most popular application stacks used for creating sites and web apps. It is written in Ruby programming language and follows the MVC concept.
-
How to Install Python 3.9 on Rocky Linux 8
Author: t.michael • Tags: linux, programming • Comments: 0Python is a widely used multi-purpose programming language. Today’s tutorial will show you how to install Python 3.9 on a Rocky Linux 8 system.
-
How to Install OpenNMS Network Monitoring Solution on Debian 11
Author: Hitesh Jethva • Tags: debian, linux, monitoring, server • Comments: 2OpenNMS is a free and open-source Open Network Management System written in Java. It is a network monitoring application that gathers critical information from local and network hosts using the SNMP protocol.