Linux Tutorials on the topic “server”
-
How to Install OTRS (CE) Ticketing System on Rocky Linux
Author: Arvid L • Tags: linux, server, web server • Comments: 1OTRS Community Edition is an open-source helpdesk software written in Perl. In this article, you will learn how to install OTRS Community Edition on the Rocky Linux system. You will be installing OTRS with the MariaDB database and Apache webserver.
-
How to Install Adminer MySQL Database Management Tool on Alma Linux 8
Author: Hitesh Jethva • Tags: linux, server, web server • Comments: 0Adminer is a full-featured database management tool written in PHP. In this tutorial, I will explain how to install Adminer on Alma Linux 8.
-
How to Install and Secure the Mosquitto MQTT Messaging Broker on Ubuntu 20.04
Author: Navjot Singh • Tags: server, ubuntu • Comments: 4Mosquitto is an open-source message broker that uses the Message Queuing Telemetry Transport (MQTT) Protocol. The protocol is designed to provide lightweight communication to the Internet of Things (IoT) devices. In this tutorial, you will install Mosquitto and set up the broker to use SSL to protect communications.
-
-
How to Install UVdesk Helpdesk System on Rocky Linux 8
Author: Navjot Singh • Tags: linux, nginx, server, web server • Comments: 3UVdesk is an open-source Saas-based helpdesk system for companies to interact with their customers and offer round-the-clock support. In this tutorial, you will learn how to install Uvdesk on a Rocky Linux 8 based server using Nginx, MySQL and PHP.
-
How to Install Bagisto eCommerce on Debian 11
Author: Arvid L • Tags: debian, linux, nginx, server, web server • Comments: 0Bagisto is a free and open-source eCommerce software written in Laravel PHP framework. In this tutorial, we will show you how to install Bagisto eCommerce on the Debian 11 Bullseye. We will be using the PHP-FPM, Nginx web server, and MariaDB database.
-
How to Install Puppet Server and Agent on Debian 11
Author: Arvid L • Tags: debian, linux, server • Comments: 1Puppet is a centralized configuration management and automation tool. In this guide, you will install and configure the Puppet server and agent on the Debian 11 Bullseye.
-
How to Install and Configure Fail2ban on Alma Linux 8
Author: Hitesh Jethva • Tags: linux, security, server • Comments: 1Fail2ban is a free and open-source Intrusion Prevention System written in Python. It is used to protect your system against brute-force attacks. In this tutorial, I will show you how to install Fail2Ban firewall on Alma Linux 8.
-
How to Install Grafana 8 Monitoring Tool on Debian 11
Author: Hitesh Jethva • Tags: debian, linux, monitoring, nginx, server • Comments: 2Grafana is a free and open-source data visualizing tool that is used to monitor metrics from other hosts. In this post, we will show you how to install Grafana 8 on Debian 11.
-
How to Install and Use SSHFS on Linux
Author: Arvid L • Tags: linux, networking, server, storage • Comments: 0SSHFS (SSH File System) is an implementation of a File System in User Space (FUSE) that enables clients to mount remote filesystem over SSH connection. In this tutorial, you will learn how to mount a remote directory in a secure way using the SSHFS between two Linux machines (client and server). This guide also includes how to set up chroot on SSHFS that will prevent users from accessing other users' directories.
-
How to Install and Configure S3 Compatible Object Storage Server using Minio on Ubuntu 20.04
Author: Navjot Singh • Tags: linux, server, storage, ubuntu • Comments: 1Object storage is the storage and retrieval of unstructured blobs of data and metadata using an HTTP API. Minio is a popular open-source, self-hosted, Amazon S3 compatible object storage server. In this tutorial, you will install the Minio server on a Ubuntu 20.04 server, protect it using an SSL certificate from Let's Encrypt, and access it using a command-line client.