Linux Tutorials on the topic “debian”
-
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 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 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.
-
-
How to Install and Configure RabbitMQ on Debian 11
Author: Hitesh Jethva • Tags: debian, linux • Comments: 0RabbitMQ is a free, open-source and one of the most popular message broker software. It supports multiple messaging protocols and uses plugins to communicate with popular messaging solutions like MQTT.
-
How to Install Apache Cassandra on Debian 11
Author: Hitesh Jethva • Tags: apache, debian, linux • Comments: 0Apache Cassandra is a free, open-source and distributed database management system. It is capable to handle large amounts of data across many servers and provides high availability with no single point of failure.
-
How to Install Prometheus System Monitoring Tool on Debian 11
Author: Hitesh Jethva • Tags: debian, linux, monitoring, server • Comments: 1Prometheus is a free, open-source and web-based monitoring application that collects metrics from your services and stores them in a time-series database. In this post, we will show you how to install Prometheus monitoring on Debian 11.
-
How to Install and Use PIP Python Package Manager on Debian 11
Author: Hitesh Jethva • Tags: debian, linux, programming • Comments: 0Pip is a widely used package manager for the Python programming language. It is being used for installing and managing additional packages that are not available in the Python standard library. In this article, I will show you how to install and use Pip on Debian 11.
-
How to Install Caddy Web Server on Debian 11
Author: Hitesh Jethva • Tags: debian, linux, web server • Comments: 0Caddy is a free, open-source, and modern web server written in GO language. It is a lightweight and commercially supported web server that supports HTTP/2 and experimental HTTP/3 protocols.
-
How to Install Apache Spark on Debian 11
Author: Hitesh Jethva • Tags: apache, debian, linux • Comments: 0Apache Spark is a free, open-source, general-purpose, and distributed computational framework that is created to provide faster computational results. In this tutorial, we will show you how to install Apache Spark on Debian 11.
-
How to Install Gradle on Debian 11
Author: t.michael • Tags: debian, programming • Comments: 1Gradle is a general-purpose build tool with a focus on Java projects. This article describes how to install Gradle on Debian.