Linux Tutorials on the topic “server”
-
How to Install and Use PostgreSQL 13 on Rocky Linux
Author: Arvid L • Tags: linux, server • Comments: 0PostgreSQL is a free and open-source database management system focusing on extensibility and SQL compliance. In this guide, you will learn how to install the PostgreSQL database on Rocky Linux, securing the PostgreSQL database deployment, and basic usage of PostgreSQL queries for managing users and databases.
-
Install LAMP Stack on Debian 11
Author: Hitesh Jethva • Tags: debian, linux, server, web server • Comments: 0The LAMP Stack is a common set of open-source tools used to host websites and applications on the web. LAMP consists of Linux as operating System, Apache web server, MySQL or MariaDB as database, and PHP as the scripting language.
-
How to Install Kuma - Self-hosted Uptime Robot Alternative on Ubuntu 20.04
Author: Arvid L • Tags: linux, monitoring, server, ubuntu • Comments: 1Uptime-Kuma is an open source monitoring tool like "Uptime Robot" written in Nodejs. It's a self-hosted monitoring tool with a fancy beautiful dashboard and supports multiple notifications methods.
-
-
How to Install Nextcloud on Rocky Linux
Author: Arvid L • Tags: centos, linux, server, web server • Comments: 3In this guide, you will learn how to install Nextcloud on the Rocky Linux 8.4. You will be installing Nextcloud under the LAMP Stack (Linux, Apache2/httpd, MySQL/MariaDB, and PHP).
-
How to create a StatefulSet in Kubernetes
Author: Rahul Shivalkar • Tags: cloud, linux, nginx, server, virtualization • Comments: 0StatefulSets contain a set of Pods with unique, persistent identities and stable hostnames. In this article, we will create a Statefulset with replicas of Nginx pods. We will perform operations on the Pods to see how they are deleted and created.
-
How to Install Jellyfin Media Server on Debian 10
Author: Hitesh Jethva • Tags: debian, linux, server • Comments: 3Jellyfin is an open-source media streaming system that allows you to manage and stream your media. In this post, we will show you how to install Jellyfin media streaming server with Nginx as a reverse proxy on Debian 10.
-
How to Install and Configure DHCP Server on Ubuntu 20.04
Author: Hitesh Jethva • Tags: linux, server, ubuntu • Comments: 1If you are a system administrator and working in a large environment then you may often need to set up a new client system and assign IP addresses and other network-related information manually. It is a very time-consuming process for you. This is the case, where DHCP comes into the picture.
-
How to Install KVM/QEMU on Manjaro/Archlinux
Author: Arvid L • Tags: arch linux, kvm, linux, server • Comments: 3In this guide, you will learn how to set up KVM/QEMU virtualization on Manjaro/Archlinux machine. Also, you will learn how to create the first virtual machine with the GUI application "virt-manager" - a desktop user interface for managing virtual machines.
-
How to Install EteSync server on Ubuntu 20.04
Author: Hitesh Jethva • Tags: apache, email, server, ubuntu • Comments: 0EteSync is an open-source solution to sync your contacts, calendars, and tasks. In this tutorial, I will show you how to install EteSync with Apache on Ubuntu 20.04.
-
How To Install Grafana On Ubuntu 20.04 LTS
Author: Alan • Tags: linux, monitoring, server • Comments: 0
Grafana is an open source, feature rich metrics dashboard and graph editor. Grafana is widely used to monitor large number of metrics from different data sources like MySQL, MongoDB, InfluxDB etc. It has a pluggable architecture which can be extended with multiple plugins for various data sources.