Articles by Arvid L
-
How to Install Puppet Server and Agent on Debian 11
Author: Arvid L • Tags: debian, linux, server • Comments: 1Puppet is a centralized configuration management and automation tool. In this guide, you will install and configure the Puppet server and agent on the Debian 11 Bullseye.
-
How to Install Prometheus and Node Exporter on Rocky Linux
Author: Arvid L • Tags: linux, monitoring • Comments: 0In this article, you will learn how to install the Prometheus monitoring tool and Node Exporter on a Rocky Linux 8 system. Prometheus collects data and metrics through HTTP endpoints from target servers. Node exporter exposes hardware and kernel-related matrics from Linux machines.
-
How to Install Etherpad with Nginx and SSL on Debian 11
Author: Arvid L • Tags: debian, linux • Comments: 2Etherpad is a collaborative and real-time text editor for your team. In this tutorial, you will install and configure the Etherpad Real-time Collaborative Editor on the Debian 11 Bullseye.
-
-
How to Install Apache Guacamole on Debian 11
Author: Arvid L • Tags: debian, desktop, linux • Comments: 2Apache Guacamole is a free and open-source remote desktop gateway that allows you to connect to your computer/server remotely using different protocols such as SSH, RDP, and VNC. In this tutorial, you'll install and configure the Apache Guacamole to a Debian 11 Bullseye.
-
How to Install and Use SSHFS on Linux
Author: Arvid L • Tags: linux, networking, server, storage • Comments: 0SSHFS (SSH File System) is an implementation of a File System in User Space (FUSE) that enables clients to mount remote filesystem over SSH connection. In this tutorial, you will learn how to mount a remote directory in a secure way using the SSHFS between two Linux machines (client and server). This guide also includes how to set up chroot on SSHFS that will prevent users from accessing other users' directories.
-
How to Install VNC Server on Debian 11
Author: Arvid L • Tags: debian, desktop • Comments: 3Virtual Network Computing (VNC) is a desktop sharing protocol that allows you to control a computer remotely using the VNC client software. In this tutorial, you will learn how to install a VNC server on the Debian 11 Bullseye. This tutorial uses TigerVNC packages to enable the VNC server and we will secure the VNC connection using an SSH tunnel.
-
How to Set Up Nginx with Google Pagespeed Module on Debian 11
Author: Arvid L • Tags: debian, linux, nginx, web server • Comments: 0Google Pagespeed Module is an open-source module for optimizing your websites under the Nginx and Apache web-server. In this tutorial, we will show you how to build the Nginx Pagespeed module on the latest Debian 11 Bullseye.
-
How to Install Grafana on Rocky Linux
Author: Arvid L • Tags: linux, monitoring, server, web server • Comments: 1Grafana is free and open-source analytics and visualization tool. It's a multi-platform web-based application that provides customizable charts, graphs, and alerts for supported data sources. This tutorial will show you how to install Grafana with Nginx as a Reverse Proxy on the Rocky Linux system.
-
Adding a Host to Monitor to LibreNMS
Author: Arvid L • Tags: linux • Comments: 1LibreNMS is a monitoring tool that supports auto-discovery with multiple protocols, including SNMP, ARP, OSPF, and BGP. In this article, you will learn how to add hosts to the LibreNMS monitoring system using the SNMP protocol.
-
How to Install Apache Solr on Rocky Linux
Author: Arvid L • Tags: linux, server • Comments: 1Apache Solr or Solr is a free and open-source search platform based on the Apache Lucene library. In this guide, you will learn how to install Apache Solr on the Rocky Linux system, enable Solr basic authentication, set up max open files limit and max processes limit for Solr deployment, and how to create the first Solr core from the command line.