Linux Tutorials on the topic “server”
-
How to Install Mattermost Team Messaging System on Ubuntu 20.04
Author: Hitesh Jethva • Tags: linux, nginx, server, ubuntu, web server • Comments: 1Mattermost is an open-source and self-hosted messaging application used for chat, file sharing, search, and integrations. It is an alternative to Slack chat that brings all your team communication into one place.
-
How to Install and Configure MongoDB on CentOS 8
Author: Muhammad Arul • Tags: centos, linux, server • Comments: 1MongoDB is a NoSQL database that provides high performance, high availability, and automatic scaling. In this tutorial, I will guide you to install and configure MongoDB 4.4 (stable) on a CentOS 8 server. We will add and configure the administrator user for MongoDB and configure the authentication for MongoDB services.
-
How to Install Apache Solr on Ubuntu 20.04
Author: Hitesh Jethva • Tags: linux, server, ubuntu • Comments: 1Apache Solr is a scalable, reliable, and fault-tolerant NoSQL search tool written in Java and released under an OpenSource license. In this tutorial, we will show you how to install Apache Solr 8.6 on Ubuntu 20.04.
-
-
How to Install GitLab with Docker on Ubuntu 20.04 LTS
Author: Muhammad Arul • Tags: linux, programming, server, ubuntu • Comments: 3In this tutorial, we will show you how to install GitLab using the Docker and Docker Compose. Also, we will be using the Ubuntu 20.04 as our primary operating system, and install docker from the official Ubuntu FocalFossa repository.
-
How to Install a CentOS 8 Minimal Server
Author: Till Brehm • Tags: centos, linux, server • Comments: 2This document describes the basic installation of a CentOS 8 server in detail with many screenshots. The purpose of this guide is to provide a minimal setup that can be used as basis for all kinds of CentOS server setups.
-
How to Install GitScrum Agile Project Management Tool on Ubuntu 20.04 LTS
Author: Hitesh Jethva • Tags: linux, programming, server, ubuntu • Comments: 0GitScrum is an open-source project management tool based on the Laravel framework and designed to help development teams to use Git and Scrum for task management for them to be more agile. In this tutorial, we will explain how to install GitScrum on Ubuntu 20.04 server.
-
How to install Minecraft Server on Ubuntu 20.04 LTS
Author: Hitesh Jethva • Tags: linux, server, ubuntu • Comments: 17Minecraft is an open world and sandbox video game developed by Mojang Studios. In this tutorial, we will show how to setup your own Minecraft server on Ubuntu 20.04 LTS.
-
How to Setup OpenNMS Network Monitoring Solution on Ubuntu 20.04 LTS
Author: Hitesh Jethva • Tags: linux, monitoring, server, ubuntu • Comments: 4OpenNMS is a free, open-source, and enterprise-grade network management system used for monitoring unlimited devices from the central location. It works by discovering all devices in the network and monitor services automatically.
-
How to integrate ONLYOFFICE and Seafile within UCS
Author: Daria • Tags: linux, server, web server • Comments: 0In this tutorial, we’ll learn how to easily integrate ONLYOFFICE and Seafile within Univention Corporate Server.
-
How to create a Replicaset in Kubernetes
Author: Rahul Shivalkar • Tags: cloud, server • Comments: 0A replica set makes sure the specified replicas of pods are always running. It can be considered as a replacement for the replication controller.