Linux Tutorials on the topic “server”
-
How to Install Flask with Nginx and Gunicorn on Rocky Linux
Author: Arvid L • Tags: linux, programming, server, web server • Comments: 0Flask is a microframework written in Python for developing modern web applications and API (Application Programming Interface). In this tutorial, we will show how to install and configure the Flask Python Web Framework with Gunicorn and Nginx on the Rocky Linux server. You will also learn how to set up Supervisord as a process manager for managing the Python Flask application.
-
How to Install vTiger CRM Open Source Edition on Debian 11
Author: Arvid L • Tags: debian, linux, server, web server • Comments: 1vTiger is an all-in-one CRM (Customer Relationship Management) solution for your business. It is suitable for small and medium businesses. In this tutorial, we will show you how to install vTiger CRM on the Debian 11 server with the LAMP Stack. This guide will be using the open-source version vTiger CRM.
-
How to Install ownCloud on Ubuntu 22.04
Author: Arvid L • Tags: linux, server, storage, ubuntu • Comments: 0ownCloud is a software-suits for creating file-hosting services like Google Drive and DropBox. In this tutorial, we will show you how to install and configure ownCloud on Ubuntu 22.04 server.
-
-
Install and Configure OwnCloud on Debian 11
Author: Hitesh Jethva • Tags: debian, linux, server, storage • Comments: 3OwnCloud is a free, open-source, and self-hosted file synchronization and sharing solution. In this post, we will show you how to install OwnCloud on Debian 11.
-
How to Install Mosquitto MQTT Message Broker on Debian 11
Author: Arvid L • Tags: debian, linux, server • Comments: 1Eclipse Mosquitto is a free and open-source message broker implementation of the MQTT protocol. In this tutorial, we'll walk through the process of installing and configuring Mosquitto MQTT Message Broker onto a Debian 11 server, setting up authentication, Securing Mosquitto via SSL/TLS certificates, and also enabling WebSockets on Mosquitto.
-
How to Install Mastodon Social Network with Docker on Rocky Linux 9
Author: Navjot Singh • Tags: linux, server, web server • Comments: 1Mastodon is a free, decentralized, and open-source social network. It was created as an alternative to Twitter. Just like Twitter people can follow each other, and post messages, images, and videos. This tutorial will teach you how to set up your instance of Mastodon on a server with Rocky Linux 9 using Docker.
-
How to Install PowerDNS and PowerAdmin on Rocky Linux
Author: Arvid L • Tags: dns, linux, powerdns, server • Comments: 5PowerDNS is a free and open-source DNS Server software. In this guide, we will show you how to install PowerDNS and the PowerDNS-Admin on a Rocky Linux system. We will run the PowerDNS with the MySQL/MariaDB database backend and set up the PowerDNS-Admin that will be used as the web-based management tool for the PowerDNS server.
-
How to Install Apache Kafka on Rocky Linux
Author: Arvid L • Tags: linux, server • Comments: 0Apache Kafka is a distributed data store for processing streaming data in real time. In this tutorial, we will install Apache Kafka on the Rocky Linux server and learn the basic usage of Kafka as a message broker for streaming data via the Kafka plugin.
-
How to Install and Use MS SQL Server on Rocky Linux
Author: Arvid L • Tags: linux, server • Comments: 0MS SQL Server or Microsoft SQL Server is an RDBMS (Relational Database Management System) developed by Microsoft. In this tutorial, I will show you how to install MS SQL Server on a Rocky Linux server, set up SQL Tools for managing SQL Server, and also learn the basic operation of SQL Server for managing databases.
-
How to Install Django with Postgres, Nginx, and Gunicorn on Rocky Linux 9
Author: Navjot Singh • Tags: linux, nginx, server, web server • Comments: 3Django is a python framework used for developing dynamic websites and applications. In this tutorial, you will learn how to install the Django framework on a Rocky Linux 9 server.