Articles by Arvid L
-
How to Install TYPO3 CMS on Debian 11
Author: Arvid L • Tags: apache, debian, linux • Comments: 1TYPO3 is a free and open-source Enterprise-grade content management system. In this guide, I will show you how to install TYPO3 CMS with the LAMP Stack on the latest Debian 11 Bullseye.
-
How to Install a CockroachDB Cluster on Debian 11
Author: Arvid L • Tags: debian, high-availability, linux, server • Comments: 0CockroachDB is an open-source distributed and scalable SQL database for cloud applications. CockroachDB provides next-level consistency, replicated SQL database, and a transactional data store. In this tutorial, we will show you how to install the CockroachDB cluster on Debian 11 server.
-
How to Install GlusterFS on Rocky Linux
Author: Arvid L • Tags: linux, server, storage • Comments: 0GlusterFS or Gluster File System is a free and open-source distributed file system developed by RedHat. GlusterFS is a scalable file system formed from several servers into one entity file system that allows users to connect and mount the GlusterFS volume.
-
-
How to Install BoxBilling on Debian 11
Author: Arvid L • Tags: debian, linux, nginx, web server • Comments: 1BoxBilling is a community-driven billing software written in PHP. It is free and open-source billing designed to be easy to use for both clients and sellers. In this tutorial, we will show you how to install BoxBilling with Nginx, PHP-FPM, and MariaDB on Debian 11 Bullseye.
-
How to Add an Ubuntu system to OpenLDAP Server
Author: Arvid L • Tags: • Comments: 0After you've completed the OpenLDAP installation, you will also need to add a client machine to authenticate against your OpenLDAP server. In this tutorial, you will learn how to add an Ubuntu 20.04 Linux system to the OpenLDAP server using libnss-ldap and libpam-ldap.
-
How to Install OpenLDAP on Debian 11
Author: Arvid L • Tags: debian, linux, server • Comments: 1OpenLDAP is a free and open-source software suite implementation of LDAP (Lightweight Directory Access Protocol). In this article, we will show you how to install and configure OpenLDAP on the Debian 11 Bullseye.
-
How to Install OTRS (CE) Ticketing System on Rocky Linux
Author: Arvid L • Tags: linux, server, web server • Comments: 1OTRS Community Edition is an open-source helpdesk software written in Perl. In this article, you will learn how to install OTRS Community Edition on the Rocky Linux system. You will be installing OTRS with the MariaDB database and Apache webserver.
-
How to Install Passbolt Password Manager on Rocky Linux
Author: Arvid L • Tags: linux, security • Comments: 0Passbolt is a free and open-source password manager based on PHP, MySQL, and OpenPGP. In this article, you will learn how to install Passbolt self-hosted password manager on the Rocky Linux server.
-
How to Install Bagisto eCommerce on Debian 11
Author: Arvid L • Tags: debian, linux, nginx, server, web server • Comments: 0Bagisto is a free and open-source eCommerce software written in Laravel PHP framework. In this tutorial, we will show you how to install Bagisto eCommerce on the Debian 11 Bullseye. We will be using the PHP-FPM, Nginx web server, and MariaDB database.
-
Getting Started with Podman (Docker Alternative) on Rocky Linux
Author: Arvid L • Tags: linux, virtualization • Comments: 1Podman is a Linux-native tool for deploying applications using Open Container Initiative (OCI) containers and container images. It supports multiple container image formats, including Docker images and OCI container images.