Articles by Arvid L
-
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.
-
How to Install LibreNMS on Debian 11
Author: Arvid L • Tags: debian, linux, monitoring • Comments: 1LibreNMS is an open-source network monitoring system based on PHP and with autodiscovery support. sing LibreNMS allows you to monitor operating systems like Linux, Windows, and BSD, also it supports a wide range of network hardware from multiple vendors such as Aruba, Cisco, Dell, D-Link, HP, and Mikrotik.
-
How to Install and Use Podman (Docker Alternative) on Ubuntu 20.04
Author: Arvid L • Tags: linux, ubuntu, virtualization • Comments: 0Podman is an open-source tool for managing containers, images, volumes, and pods (group of containers). It's used the libpod library APIs for managing container lifecycles and supports multiple container image formats, including OCI (Open Container Initiative) and Docker images.
-
How to Setup Varnish SSL Termination with Nginx Web server on Rocky Linux 8
Author: Arvid L • Tags: linux, web server • Comments: 0Varnish cache software does not support SSL/TLS by default. You need additional software to enable SSL/TLS support on Varnish. In this article, you will learn how to set up Varnish SSL Termination with the Nginx web server.
-
How to Install Sails.js MVC Framework with Nginx on Debian 11
Author: Arvid L • Tags: debian, nginx, programming, server, web server • Comments: 0Sails.js is a full-stack Node.js framework built on top of Express socket.io. It's a powerful MVC framework inspired by Ruby on Rails, but with supports of data-driven APIs and scalable, also service-oriented architecture.