Articles by Arvid L
-
How to Install Odoo ERP Software (formerly OpenERP) on Debian 11
Author: Arvid L • Tags: debian, linux, nginx, web server • Comments: 0 • Published: Nov 09, 2022Odoo (formerly OpenERP) is an open-source and powerful business management software. Odoo works as a central application that allows you to manage business-related tasks from one single web application dashboard. In this tutorial, you will learn how to install Odoo 14 on the Debian 11 Bullseye.
-
How to Install LibreNMS Monitoring Solution on Rocky Linux
Author: Arvid L • Tags: linux, monitoring, server • Comments: 0 • Published: Nov 09, 2022LibreNMS is a monitoring tool that supports auto-discovery with multiple protocols, including SNMP, ARP, OSPF, and BGP. In this guide, you will learn how to install the LibreNMS monitoring tool on the Rocky Linux server. This guide includes the installation of the LEMP Stack (Nginx, MariaDB, and PHP-FPM) and the basic configuration of the SNMP service.
-
How to Install LOMP Stack (OpenLiteSpeed, MariaDB, and PHP) on Debian 11
Author: Arvid L • Tags: debian, linux, server, web server • Comments: 0 • Published: Nov 09, 2022The LOMP Stack is a popular software suite to deliver web applications. LOMP stands for Linux as the operating system, OpenLiteSpeed as the web server, MySQL/MariaDB as the database server, and PHP for the backend of applications.
-
-
How to Install GlassFish Java Application Server on Rocky Linux
Author: Arvid L • Tags: linux, nginx, server, web server • Comments: 0 • Published: Nov 07, 2022GlassFish is a free and open-source implementation of the Java EE Platform developed by Eclipse. In this tutorial, we will install the GlassFish Java Application Server with Nginx reverse proxy on Rocky Linux.
-
How to Install MinIO Storage on Rocky Linux
Author: Arvid L • Tags: cloud, linux, server, storage • Comments: 0 • Published: Nov 04, 2022MinIO is a free and open-source object storage server written in Go. It's compatible with Amazone S3 object storage and is one of the best and most free solutions for object storage.
-
How to Set up Chrony as NTP Server and Client on Rocky Linux
Author: Arvid L • Tags: linux, server • Comments: 0 • Published: Oct 28, 2022NTP or Network Time Protocol is a networking protocol for time and clock synchronization on the computer network. In this guide, you will learn how to install and to use Chrony on the Rocky Linux server.
-
How to Install Docker Swarm on Rocky Linux
Author: Arvid L • Tags: cloud, linux, virtualization • Comments: 0 • Published: Oct 17, 2022Docker Swarm is a container orchestration built on top of Docker Engine. It allows you to create and deploy a cluster of Docker nodes with multiple servers.
-
How to Install SysPass Password Manager on Rocky Linux
Author: Arvid L • Tags: linux, security • Comments: 0 • Published: Oct 10, 2022SysPass is an open-source password manager written in PHP with AES-256 CTR encryption. It's designed for centralized and collaborative password management. In this tutorial, you will install SysPass Password Manager with Apache2, MariaDB, and PHP on the Rocky Linux server.
-
How to Install Redmine Project Management Tool on Ubuntu 22.04
Author: Arvid L • Tags: linux, ubuntu, web server • Comments: 0 • Published: Oct 06, 2022Redmine is free and open-source project management and issue-tracking tool. It's web-based application software, mainly written in Ruby on Rails. It's cross-platform and supports multiple databases and multiple languages.
-
How to Install Docker Swarm on Debian 11
Author: Arvid L • Tags: cloud, debian, linux, virtualization • Comments: 0 • Published: Sep 28, 2022Docker Swarm is a container orchestration built on Docker Engine. It allows you to create and deploy a cluster of Docker nodes with multiple servers. This tutorial shows you how to set up Docker Swarm on Debian 11 servers.