Linux Tutorials on the topic “Linux”
-
How to Install SuiteCRM on Rocky Linux 9
Author: Navjot Singh • Tags: linux, server • Comments: 0SuiteCRM is an open-source customer relationship management solution written in PHP. It's a fork of the popular SugarCRM. In this post, you will learn how to install SuiteCRM using the Nginx web server and Let's Encrypt SSL on a Rocky Linux 9 server.
-
How to Install Puppet Server and Agent on AlmaLinux 9
Author: Arvid L • Tags: linux, server • Comments: 0Puppet is a centralized configuration management and automation tool. This guide shows you how to install Puppet Server and Agent on AlmaLinux servers. We'll also show you how to start with the Puppet configuration management tool by creating the first Puppet deployment for LAMP Stack.
-
Guide to Install Rust and Use Cargo Package Manager on AlmaLinux 9
Author: Arvid L • Tags: linux, programming • Comments: 0In this guide, we'll take you through the installation process of Rust programming language on an AlmaLinux 9. You will install Rust with two different methods and learn the basic usage of the Cargo package manager for creating and managing the Rust project.
-
-
How to Install a Load Balancing MySQL Server with ProxySQL on Debian 11
Author: Arvid L • Tags: debian, linux, mysql • Comments: 0ProxySQL is a high-performance MySQL proxy with a small footprint that can be installed in multiple environments such as VM, K8s, bare-metal, and Docker containers. In this guide, you will install and set up load balancing of MySQL Cluster via ProxySQL on a Debian 11 server.
-
How to Install TYPO3 CMS on Rocky Linux 9
Author: Arvid L • Tags: apache, linux, web server • Comments: 0TYPO3 is a free and open-source Enterprise-grade content management system. In this guide, you will install TYPO3 CMS - Enterprise-grade Content Management System - on Rocky Linux 9 server.
-
How to Install Ruby on Debian
Author: Hitesh Jethva • Tags: debian, linux, programming • Comments: 0
Ruby is a free, open-source, cross-platform, and dynamic programming language behind Ruby on Rails framework. In this tutorial, we will learn how to install Ruby using the Rbenv, RVM script and from the Debian repository on Debian.
-
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.
-
How to Install Elasticsearch, Fluentd and Kibana (EFK) Logging Stack on Ubuntu 22.04
Author: Navjot Singh • Tags: linux, ubuntu • Comments: 1Log monitoring and analysis is an essential part of server or container infrastructure and is useful when handling complex applications. One of the popular logging solutions is the Elasticsearch, Fluentd, and Kibana (EFK) stack.