Articles by Arvid L
-
How to Install OpenLDAP Server and Client on Rocky Linux 9
Author: Arvid L • Tags: linux, server • Comments: 0 • Published: Mar 17, 2023OpenLDAP is a software implementation of the Lightweight Directory Access Protocol (LDAP). In this guide, you will install and set up OpenLDAP on a Rocky Linux 9 server. You will install the OpenLDAP server, configure the OpenLDAP server manually, and enable secure SSL/TLS on the OpenLDAP server.
-
How to Set Up Multi-Master PostgreSQL Replication on Ubuntu 22.04
Author: Arvid L • Tags: linux, ubuntu • Comments: 0 • Published: Mar 16, 2023PostgreSQL is an open-source database management system focusing on extensibility and SQL compliance. This tutorial will install the PostgreSQL database server on Ubuntu 22.04 servers and set up Multi-Master replication with multiple servers via Bucardo, an asynchronous PostgreSQL replication system.
-
How to Install and Use Microsoft SQL Server on Debian 11
Author: Arvid L • Tags: debian, linux • Comments: 0 • Published: Mar 14, 2023MSSQL Server or Microsoft SQL Server is an RDBMS (Relational Database Management System) developed by Microsoft. This tutorial will show you how to install and use Microsoft SQL Server on Debian 11.
-
-
How to Install FreeIPA Server with Docker on Debian 11
Author: Arvid L • Tags: debian, linux • Comments: 0 • Published: Mar 13, 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 11 machine via Docker.
-
How to Integrate Sudoers with OpenLDAP Server
Author: Arvid L • Tags: linux, security • Comments: 0 • Published: Mar 09, 2023In this tutorial, you will set up and integrate sudoers to the OpenLDAP server. With this, you will have a centralized user and sudo privileges management on your OpenLDAP server allowing the installation on the client side faster. Any SSSD service on the client machine configured with a sudo authentication source allows OpenLDAP users to execute sudo.
-
How to Install OCS Inventory Server on Ubuntu 22.04
Author: Arvid L • Tags: linux, ubuntu • Comments: 4 • Published: Mar 06, 2023OCS Inventory Server is open-source software that allows you to scan and inventory all devices in your environment or IT departments. It's a free inventory and assets management solution that helps you keep track of all your devices and computers' information.
-
How to Install Grafana and Prometheus on Ubuntu 22.04
Author: Arvid L • Tags: linux, monitoring, ubuntu • Comments: 0 • Published: Mar 03, 2023This tutorial covers installing Grafana, Prometheus, and node exporter on Ubuntu 22.04 server. You'll build a powerful monitoring stack with Grafana as the dashboard and data visualization tool, Prometheus as the data source where all your monitoring data will be stored, and the node_exporter is an application that gathers information and metrics about your systems and send all those metrics to the Prometheus.
-
How to Install and Use Vuls Vulnerability Scanner on Ubuntu 22.04
Author: Arvid L • Tags: desktop, linux, security, server, ubuntu • Comments: 0 • Published: Mar 02, 2023In this tutorial, you will install Vuls - an open-source and agent-less vulnerability scanner - on an Ubuntu 22.04 server. You will also set up Vuls by creating the configuration file and building Vuls databases via the command-line tools provided by Vuls.
-
How to Install Passbolt Password Manager on Ubuntu 22.04
Author: Arvid L • Tags: linux, security, ubuntu • Comments: 1 • Published: Feb 24, 2023Passbolt is a free and open-source password manager based on PHP, MySQL, and OpenPGP. It is a self-hosted application server, you can install it on your server. Passbolt is primarily designed for teams, but you can still use it as a personal password manager.
-
How to Install Jitsi Video Conference Platform on Debian 11
Author: Arvid L • Tags: debian, linux, server • Comments: 3 • Published: Feb 24, 2023Jitsi is a free, open-source solution for building a secure video conference platform. This article will go through the installation and configuration of the Jitsi Video Conference on the latest Debian 11 Bullseye.