Linux Tutorials on the topic “server”
-
Install and Configure OwnCloud on Debian 11
Author: Hitesh Jethva • Tags: debian, linux, server, storage • Comments: 3 • Published: Nov 24, 2022OwnCloud 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: 0 • Published: Nov 24, 2022Eclipse 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: 1 • Published: Nov 23, 2022Mastodon 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: 4 • Published: Nov 23, 2022PowerDNS 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: 0 • Published: Nov 16, 2022Apache 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: 0 • Published: Nov 16, 2022MS 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: 3 • Published: Nov 14, 2022Django 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.
-
How to Install Odoo 16 ERP Software on Ubuntu 22.04
Author: Arvid L • Tags: linux, nginx, server, ubuntu • Comments: 6 • Published: Nov 14, 2022Odoo (formerly known as OpenERP) is a self-hosted suite of over 10,000 open Odoo is a free and open-source ERP solution for multiple types of businesses. In this tutorial, we will the Odoo open-source ERP on the Ubuntu 22.04 server.
-
How to Install Nessus Security Scanner on Ubuntu 22.04
Author: Arvid L • Tags: linux, security, server, ubuntu • Comments: 0 • Published: Nov 11, 2022Nessus is an open-source network vulnerability scanner for vulnerability assessments and penetration testing. In this guide, you will install Nessus on an Ubuntu 22.04 server. You will also learn how to set up the Nessus command line 'nessuscli' which allows you to manage Nessus from the command-line terminal.
-
How to create Namespaces in Kubernetes
Author: Rahul Shivalkar • Tags: cloud, server • Comments: 0 • Updated: Nov 11, 2022A namespace is helpful when multiple teams are using the same cluster. This is used when there is a potential of name collision. In this article, we will create a namespace and create a pod in the newly created namespace. We will also see how a namespace can be set as a default namespace.