HowtoForge provides user-friendly Linux tutorials.
-
How to Install Zulip Chat Server using Docker on Rocky Linux 9
Author: Navjot Singh • Tags: linux, server • Comments: 0 • Published: Mar 01, 2024Zulip is an open-source chat server, similar to Microsoft Teams, Rocket Chat, or Slack. It is written in Python and uses Django, PostgreSQL, and JavaScript. This tutorial teaches you how to install and configure Zulip Chat on a Rocky Linux 9 server.
-
How to Install JupyterLab on Rocky Linux 9
Author: Arvid L • Tags: linux, programming • Comments: 0 • Published: Feb 21, 2024Jupyter is a free and open-source web application for interactive computing and data science. In this guide, we'll show you step-by-step instructions on how to install JupyterLab on the Rocky Linux 9 server. You will install JupyterLab, enable the JupyterLab authentication, and then set up Nginx as a reverse proxy.
-
How to Install SuiteCRM on Debian 12
Author: Arvid L • Tags: debian, linux, server, web server • Comments: 1 • Published: Feb 21, 2024SuiteCRM is free and open-source CRM (Customer Relationship Management) software written in PHP. It helps you organize and manage your business's marketing, sales, and customer service departments.
-
-
How to Install GlassFish Java Application Server with Nginx Reverse Proxy on AlmaLinux 9
Author: Arvid L • Tags: linux, nginx, server, web server • Comments: 0 • Published: Feb 15, 2024GlassFish is a free and open-source implementation of the Java EE Platform developed by Eclipse. This guide will show you how to install GlassFish on the AlmaLinux 9 server with Nginx reverse proxy.
-
How to Install Microsoft SQL Server on Debian 12
Author: Arvid L • Tags: debian, linux, server • Comments: 2 • Published: Feb 08, 2024In this guide, we'll show you how to install Microsoft SQL Server 2022 Edition on Debian 12 server. You will also learn how to install MS SQL Tools for interacting with MS SQL Server.
-
How to Migrate ISPConfig 2, ISPConfig 3.x, Confixx, CPanel or Plesk to ISPConfig 3.2 (single server)
Author: Croydon • Tags: commercial, ispconfig • Comments: 97 • Updated: Feb 08, 2024In this howto, we'll show how to use the ISPConfig Migration Tool 2.0 to migrate a single server to a new ISPConfig 3.1 server. The Migration tool is part of the ISPConfig Migration toolkit. The Migration Tool supports ISPConfig 2 and 3 – 3.1, Plesk 10 – 12.5, Plesk Onyx, CPanel and Confixx 3 as source servers and ISPConfig 3.1 as target server.
-
How to Install and Configure Zabbix Server and Client on Rocky Linux 9
Author: Navjot Singh • Tags: linux, monitoring, server • Comments: 0 • Published: Feb 01, 2024Zabbix is a free and open-source monitoring solution for IT infrastructure such as networks, servers, virtual machines, and cloud services. In this tutorial, you will learn how to install the Zabbix Server and client on a Rocky Linux 9 server.
-
How to Install CockroachDB Cluster on Debian 12
Author: Arvid L • Tags: debian, linux, server • Comments: 0 • Published: Feb 01, 2024CockroachDB is an open-source distributed and scalable SQL database for cloud applications. CockroachDB provides next-level consistency, a replicated SQL database, and a transactional data store.
-
How to Install Joomla with Apache and Let's Encrypt SSL on AlmaLinux 9
Author: Arvid L • Tags: linux, web server • Comments: 0 • Published: Feb 01, 2024Joomla is flexible and open-source content management for building websites and online publications. Powered by PHP, it can be used for multiple scenarios, such as forums, photo galleries, e-commerce, and various web-based applications.
-
How to Install and Use NVM (Node Version Manager) on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, ubuntu • Comments: 0 • Updated: Jan 26, 2024NVM, also called "Node Version Manager" is used for installing and managing multiple Node.js versions in Linux. It provides a command line utility that helps developers to install multiple Node versions and switch between multiple versions as per their project requirements.