Linux Tutorials on the topic “server”
-
How to Install pgAdmin 4 v5 PostgreSQL Administration Tool on Debian 11
Author: Arvid L • Tags: debian, server • Comments: 2pgAdmin is a free and open-source graphical administration tool for PostgreSQL which is easy to use. In this tutorial, you will learn how to install pgAdmin server mode on the latest Debian 11 Bullseye. You will learn how to set up pgAdmin with Apache web server, and learn the basic usage of pgAdmin for managing PostgreSQL database and user.
-
How to Install PostgreSQL and phpPgAdmin on Fedora 34
Author: Navjot Singh • Tags: fedora, linux, server • Comments: 0PostgreSQL or Postgres is a powerful, open-source, relational database management system. This tutorial will demonstrate how to install PostgreSQL and phpPgAdmin on a Fedora 34 based server.
-
How to Install and Use MongoDB on Rocky Linux 8
Author: t.michael • Tags: linux, server • Comments: 1MongoDB is an object-oriented, schema-less, NoSQL database server used in developing modern dynamic apps. This tutorial will cover how to install MongoDB on Rocky Linux 8.
-
-
How to Setup Nginx as a Reverse Proxy for Apache on Debian 11
Author: Hitesh Jethva • Tags: apache, debian, linux, nginx, server, web server • Comments: 0Nginx and Apache both are free, open-source, and most popular web servers around the world. Apache is known for its power while Nginx is known for its speed. In this tutorial, I will configure Apache as a backend server and use Nginx as a reverse proxy for Apache on Debian 11.
-
How to Install Redis Server on Rocky Linux
Author: Arvid L • Tags: linux, server • Comments: 1Redis is a popular and open-source in-memory key-value data store. It supports various data structures such as Hash, Lists, Sets, Strings, and many more. In this guide, you will learn how to install Redis on Rocky Linux.
-
How to Install MERN Stack for JS based applications on Debian 11
Author: Hitesh Jethva • Tags: debian, server, web server • Comments: 0MERN stack consists of four key technologies MongoDB, Express, React, and Node. It is specially designed for easier and faster deployment of full-stack web applications. In this tutorial, we will show you how to install the MERN stack on Debian 11.
-
How to Set Up a Mail Server with PostfixAdmin on Debian 11
Author: Hitesh Jethva • Tags: debian, email, linux, postfix, server • Comments: 9PostfixAdmin is a free, open-source, and web-based interface used for managing Postfix mail server from the web browser. In this article, I will explain how to install PostfixAdmin on Debian 11.
-
How to Set Up a Mail Server with Modoboa on Debian 10
Author: Hitesh Jethva • Tags: debian, email, server • Comments: 1Modoboa is an open-source mail server hosting and management platform for Linux. It is written in Python uses Postfix, and Dovecot to send and receive email. In this tutorial, I will show you how to install Modoboa on Debian 10 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.