Articles by Arvid L
-
How to Test Ansible Roles with Molecule and Docker
Author: Arvid L • Tags: linux, server • Comments: 0Ansible Molecule is a tool used for testing and validating Ansible roles and playbooks in multiple scenarios. It helps automate the testing of Ansible code and ensures that it will work as intended when applied to target servers. In this tutorial, you will learn how to set up and test Ansible Roles automatically via Molecule and Docker.
-
How to Install Apache Solr on AlmaLinux 9
Author: Arvid L • Tags: linux, server • Comments: 0Apache Solr or Solr is an enterprise-grade search platform based on the Apache Lucene library. In this tutorial you will learn how to install Apache Solr on an AlmaLinux 9 server. You will also set up MaxHeapMemory for Solr, set limits and set up basic authentication for Solr.
-
How to Install Etherpad on AlmaLinux 9
Author: Arvid L • Tags: linux, networking • Comments: 0Etherpad is a free and open-source alternative to Google Docs and Zoho Writer services. Etherpad is a collaborative and real-time text editor for your team, it's accessible from anywhere at any time because Etherpad is a web-based text editor.
-
-
Docker CE on Alma Linux 9: A Quick and Easy Installation Guide
Author: Arvid L • Tags: linux, server, virtualization • Comments: 0Docker is an OpenSource software that provides OS-level virtualization for developing, shipping, and running applications. In this guide, you will learn how to install Docker CE (Community Edition) on Alma Linux 9.
-
3 Different Ways to Install Node.js on AlmaLinux 9
Author: Arvid L • Tags: linux, server, web server • Comments: 0Node.js is a cross-platform java-script runtime for server-side programing language. It's built on top of Chrome's V8 JavaScript engine, which allows you to execute JavaScript code on the server side. This tutorial will show you how to install Node.js on AlmaLinux 9.
-
How to Install Java OpenJDK/OracleJDK on AlmaLinux 9
Author: Arvid L • Tags: linux, programming • Comments: 0Java is a class-based and object-oriented programming language created by Sun Microsystem in 1995. In this guide, I will show you how to Install Java OpenJDK or/and Java Oracle JDK on the AlmaLinux 9 server.
-
How to Install NFS Server and Client on AlmaLinux 9
Author: Arvid L • Tags: linux, server • Comments: 0NFS, or Network File System, is a protocol that allows local users to access remote data from multiple disks and directories like local access. This tutorial will show you how to install NFS Server on AlmaLinux 9.
-
Beginner Guide to Install and Use Podman on AlmaLinux 9
Author: Arvid L • Tags: linux, virtualization • Comments: 0Podman 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.
-
Redis Made Easy: A Step-by-Step Guide to Installing Redis on AlmaLinux 9
Author: Arvid L • Tags: linux, server • Comments: 0Redis is a popular and open-source in-memory key-value data store. It supports various data structures such as Hash, Lists, Sets, Strings, and many more. This tutorial will show you how to install and configure Redis on the AlmaLinux 9 server.
-
How to Install Cacti on Rocky Linux
Author: Arvid L • Tags: linux • Comments: 0Cacti is an open-source web-based monitoring tool based on PHP and MySQL. This guide will teach you how to install the cacti monitoring tool on the Rocky Linux system.