Linux Tutorials on the topic “server”
-
How to Install Docker on Rocky Linux 8
Author: t.michael • Tags: linux, server, virtualization • Comments: 0Docker is a virtualization platform that allows you to create isolated development containers. In this guide, you will learn how to install and use Docker on Rocky Linux 8.
-
How to install Node.js & NPM on Debian 11
Author: t.michael • Tags: debian, server • Comments: 1Node.js is an open-source, cross-platform runtime environment for developing server-side and networking applications built on Chrome's V8 JavaScript engine. In this article, we will learn what Nodejs is and how to install it on a Linux machine using a non-root user account.
-
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.