Linux Tutorials on the topic “server”
-
How to Install AirSonic Media Server on CentOS 8
Author: Hitesh Jethva • Tags: centos, linux, server • Comments: 0AirSonic is a free, open-source and web-based media streaming server that allows you to access your music from the central location. In this tutorial, we will show you how to install AirSonic media streaming server on CentOS 8.
-
How to Setup MariaDB Galera Multi-Master Synchronous Replication using Debian 10
Author: Karl Wakim • Tags: debian, mysql, server • Comments: 2This guide will walk you through the installation of MariaDB and its configuration in a Galera cluster. We will be using three Debian 10 nodes for demonstration.
-
How to Setup iSCSI Storage Server on Ubuntu 18.04 LTS
Author: Hitesh Jethva • Tags: linux, server, storage, ubuntu • Comments: 3iSCSI stands for (Internet Small Computer System Interface) is a Storage Area Network (SAN) protocol that can be used for online storage management. In this tutorial, we will show you how to setup iSCSI target and iSCSI initiator on Ubuntu 18.04 server.
-
-
How to Install Elastic Stack (Elasticsearch, Logstash and Kibana) on CentOS 8
Author: Muhammad Arul • Tags: centos, linux, server • Comments: 5In this tutorial, I will show you how to install and configure Elastic Stack on a CentOS 8 server for monitoring server logs. Then I'll show you how to install 'Elastic beats' on a CentOS 8 and an Ubuntu 18.04 LTS client operating system.
-
How to Install Gitea Code Hosting Platform with HTTPS on Debian 10
Author: Karl Wakim • Tags: debian, nginx, programming, server • Comments: 2Gitea is a code hosting web application written in Go and forked from Gogs. As its name suggests, it is designed to be used with the popular source control program Git, similarly to Gitlab and Github. This guide will explain how to install Gitea on Debian 10 behind an HTTPS reverse proxy (Nginx).
-
How to Install Koel Music Streaming Server on Ubuntu 18.04
Author: Navjot Singh • Tags: linux, server, ubuntu • Comments: 2Koel is a web-based personal audio streaming app written in Vue.js on the client-side and Laravel on the server-side. This tutorial will cover how to install Koel on Ubuntu 18.04 based server.
-
How to setup PostgreSQL Streaming Replication with Replication Slots on Debian 10
Author: Karl Wakim • Tags: debian, linux, server • Comments: 3PostgreSQL is a powerful and feature-rich relational database management system (RDBMS). This tutorial shows you how to set up streaming replication with replication slots on two Debian 10 nodes.
-
How to Install Webmin on CentOS 8
Author: Hitesh Jethva • Tags: centos, control panels, linux, server • Comments: 5Webmin is a free, open-source and web-based system configuration and management tool for Unix-like operating systems. In this tutorial, we will show you how to install Webmin using two different methods on CentOS 8.
-
How to Install, Configure and Use latest PostgreSQL Version on Ubuntu
Author: sohan patel • Tags: linux, server, ubuntu • Comments: 1Postgres is an open-source relational database that has many advanced features like enterprise-class performance, triggers, Atomicity, Consistency, Isolation, and Durability. This tutorial shows how to install and configure the latest PostgreSQL version from the Official Postgres Ubuntu repository.
-
How to create an Ubuntu EC2 Instance on AWS
Author: Rahul Shivalkar • Tags: server, ubuntu, virtualization • Comments: 3In this article, we will see how to create a new Ubuntu EC2 Instance on AWS. EC2 (Elastic Compute Cloud ) is part of the “Compute” service in AWS (Amazon Web Services). EC2 is nothing but a VM (Virtual Machine) in AWS.