Articles by Arvid L
-
3 Different Ways to Install Node.js on AlmaLinux 9
Author: Arvid L • Tags: linux, server, web server • Comments: 0 • Published: May 15, 2023Node.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: 0 • Published: May 11, 2023Java 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: 0 • Published: May 05, 2023NFS, 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: 0 • Published: May 03, 2023Podman 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.
-
How to Install FossBilling with Nginx on Debian 11
Author: Arvid L • Tags: debian, linux • Comments: 2FOSSBilling is free and open-source billing designed to be easy for clients and sellers. FOSSBilling is a fork of BoxBilling; it provides a great experience for clients with an intuitive interface and also supports multiple payment gateways.
-
How to Install OpenSearch on Rocky Linux 9
Author: Arvid L • Tags: linux, server • Comments: 0OpenSearch is a community-driven project by Amazon and a fork of Elasticsearch and Kibana. This article shows you how to install OpenSearch - an open-source search, analytics, and visualization suite - on the Rocky Linux 9 server.
-
How to Install RethinkDB on Debian
Author: Arvid L • Tags: debian, linux • Comments: 0
RethinkDB is a free and open-source database system for building real-time applications. In this tutorial, you will learn how to install and configure RethinkDB, the open-source database for real-time web on the Debian Server.
-
How to Install Percona XtraDB Cluster on Debian 11
Author: Arvid L • Tags: debian, linux, mysql • Comments: 1Percona XtraDB Cluster is a fully open-source database clustering solution for MySQL. It allows you to create a robust, high-availability MySQL server deployment that provides high performance.