Articles by Arvid L
-
How to Install PostgreSQL and pgAdmin Tool on Debian 12
Author: Arvid L • Tags: debian, linux • Comments: 0PostgreSQL is an advanced and enterprise-class RDBMS (Relational Database Management System) that supports both SQL (relational) and JSON (non-relational) querying.
-
Guide to Install Matomo Web Analytics on AlmaLinux 9
Author: Arvid L • Tags: linux, server, web server • Comments: 0Matomo, formerly Piwik, is free and open-source web analytics software that can track website visits and display reports for data and audience analysis. The following tutorial shows you how to install Matomo web analytics on AlmaLinux 9 server. I will install Matomo with the Httpd web server, PHP, and MariaDB database. I will also secure Matomo with SSL/TLS certificates via Letsencrypt.
-
How to Install OpenLDAP Server and LDAP Account Manager on Debian 12
Author: Arvid L • Tags: debian, linux, server • Comments: 0OpenLDAP is a software implementation of the Lightweight Directory Access Protocol (LDAP). This article will guide you through installing the OpenLDAP server on Debian 12 step-by-step. You will also install the LDAP Account Manager or LAM, a PHP web application that can be used to manage the OpenLDAP server.
-
-
How to Install Etherpad on Debian 12
Author: Arvid L • Tags: debian, linux • Comments: 0Etherpad is a collaborative and real-time text editor for your team. It's accessible from anywhere, anytime, because Etherpad is a web-based text editor.
-
How to Install NFS Server and Client on Debian 12
Author: Arvid L • Tags: debian, linux, server • Comments: 0NFS or Network File System is a network protocol that allows you to mount a remote file system over the network. In this guide, I will show you how to install an NFS server and client on Debian 12.
-
How to Install GlusterFS on AlmaLinux 9
Author: Arvid L • Tags: linux, server • Comments: 0GlusterFS or Gluster File System, is a free and open-source distributed file system developed by RedHat. In this guide, we'll take you through the installation process of GlusterFS Cluster on AlmaLinux 9 servers. You will set up high-availability file system storage using GlusterFS on AlmaLinux 9 servers.
-
How to Install Laravel on Debian 12
Author: Arvid L • Tags: linux, php, web server • Comments: 0Laravel is a web application framework based on PHP for building enterprise web applications. In this guide, we'll show you how to install Laravel step-by-step on Debian 12, so you can get started with the Laravel project.
-
How to Monitor PostgreSQL with Prometheus and Grafana on Ubuntu 22.04
Author: Arvid L • Tags: linux, monitoring, ubuntu • Comments: 0In this tutorial, you'll set up Prometheus and Grafana Monitoring Platforms to monitor the PostgreSQL database server. You'll install and set up the postgres_exporter to gather PostgreSQL server matrics and expose them to the Prometheus server. At the end of this tutorial, you'll set up the dashboard monitoring for the PostgreSQL server via the Grafana data visualization platform.
-
How to Install and Use Docker on Debian 12
Author: Arvid L • Tags: linux, server, virtualization • Comments: 0Docker is a set of open platforms that provides OS-level virtualization for developing, shipping, and running applications. In this guide, I'll show you how to install Docker Engine on the latest Debian 12. You will also go over the management of Docker service via systemctl, and learn the basic usage of Docker for managing images, containers, and volumes.
-
Guide to Set up Chrony as NTP Server and Client on AlmaLinux 9
Author: Arvid L • Tags: linux • Comments: 0NTP, or Network Time Protocol, is a networking protocol for time and clock synchronization on the computer network. In the following guide, I will show you how to install Chrony on an AlmaLinux 9 server. We will install Chrony as an NTP server and NTP client. Furthermore, you will also learn how to use the chronyc command line for managing and monitoring Chrony.