Linux Tutorials on the topic “Linux”
-
How to Install a Load Balancing MySQL Server with ProxySQL on Debian 11
Author: Arvid L • Tags: debian, linux, mysql • Comments: 0 • Published: Jun 02, 2023ProxySQL 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: 0 • Published: May 31, 2023TYPO3 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 • Published: May 30, 2023
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: 0 • Published: May 26, 2023Ansible 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: 0 • Published: May 26, 2023Apache 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: 0 • Published: May 24, 2023Etherpad 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: 1 • Published: May 24, 2023Log 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.
-
How to Install Seafile Self-Hosted Cloud Storage with Nginx on Ubuntu 22.04
Author: Navjot Singh • Tags: cloud, linux, server, web server • Comments: 0 • Published: May 17, 2023Seafile is an open-source, self-hosted file synchronization and sharing platform. It allows users to store and encrypt data on their servers without relying on third-party cloud providers. In this tutorial, you will learn to install Seafile on a Ubuntu 22.04 server, MySQL, and Nginx as a reverse-proxy server.
-
How to Install Magento eCommerce on Ubuntu 22.04 with Nginx and Elasticsearch
Author: Navjot Singh • Tags: linux, web server • Comments: 1 • Published: May 17, 2023Magento is an open-source e-commerce platform written in PHP. In this tutorial, we will install the Magento open-source community edition. We will also install Elasticsearch for searching through the product catalog, Redis for the session and file cache, and serve it using the Nginx server.
-
How To Set Up a Private Docker Registry on Ubuntu 22.04
Author: Navjot Singh • Tags: linux, ubuntu, virtualization • Comments: 0 • Published: May 15, 2023If you are working for an organization and want to keep your Docker images in-house for quick deployment, then hosting a private Docker repository is perfect. This tutorial will teach you how to set up and use a private Docker registry on a Ubuntu 22.04 server using Amazon S3 as a storage location.