Articles by Arvid L
-
How to Install ERPNext on Debian 12
Author: Arvid L • Tags: debian, linux, nginx, server • Comments: 1 • Published: Sep 14, 2023ERPNext is an open-source enterprise resource planning (ERP) solution. In this tutorial, we will guide you through the installation of ERPNext on the Debian 12 server. You will install ERPNext with a MariaDB database server, Nginx as a reverse proxy and a supervisor process manager.
-
How to Install FreeScout Help Desk on Debian 12
Author: Arvid L • Tags: debian, linux • Comments: 0 • Published: Sep 08, 2023FreeScout is an open-source helpdesk and shared inbox written in PHP and based on the Laravel framework. It's built as an alternative to Zendesk/Help Scout. This guide will take you through the step-by-step installation of the FreeScout Help Desk on the Debian 12 server.
-
How to Install Jellyfin Media Server on Debian 12
Author: Arvid L • Tags: debian, linux • Comments: 0 • Published: Aug 31, 2023Jellyfin is free software for building a media server. It lets you collect, manage, and stream your media files from multiple devices or clients. This guide will show you how to install the Jellyfin media server on Debian 12.
-
-
How to Install FreeIPA Server with Docker on Debian 12
Author: Arvid L • Tags: debian, linux • Comments: 0 • Updated: Aug 24, 2023FreeIPA is an open-source identity management solution for Linux/Unix operating systems. In this guide, you will install and set up the FreeIPA server on Debian 12 machine via Docker.
-
How to Integrate Sudoers with FreeIPA Server
Author: Arvid L • Tags: linux, server • Comments: 0 • Published: Aug 24, 2023Sudo is an application that allows you to get root or administrator privileges on Linux and Unix operating systems. In this tutorial, you will learn how to integrate Sudoers and FreeIPA with two scenarios.
-
How to Install a CockroachDB Cluster on AlmaLinux 9
Author: Arvid L • Tags: linux, server • Comments: 0 • Published: Aug 18, 2023CockroachDB is an open-source distributed and scalable SQL database for cloud applications. This guide shows you how to install and create a CockroachDB cluster on multiple AlmaLinux 9 servers.
-
How to Install PostgreSQL and pgAdmin Tool on Debian 12
Author: Arvid L • Tags: debian, linux • Comments: 0 • Published: Aug 17, 2023PostgreSQL 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: 0 • Published: Aug 11, 2023Matomo, 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: 0 • Published: Aug 10, 2023OpenLDAP 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: 0 • Published: Aug 08, 2023Etherpad 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.