Linux Tutorials on the topic “debian”
-
How to Install a Debian 12 (Bookworm) Minimal Server
Author: Till Brehm • Tags: debian, linux • Comments: 1 • Updated: Aug 20, 2023This tutorial shows in detail how to install a Debian 12 (Bookworm) minimal server with many screenshots. The purpose of this guide is to provide a minimal setup that can be used as the basis for our other Debian 12 tutorials here at howtoforge.com.
-
How to Install PostgreSQL and pgAdmin Tool on Debian 12
Author: Arvid L • Tags: debian, linux • Comments: 0 • Published: Aug 17, 2023PostgreSQL is an advanced and enterprise-class RDBMS (Relational Database Management System) that supports both SQL (relational) and JSON (non-relational) querying.
-
How to Install Magento eCommerce Suite on Debian 12 with Nginx and Elasticsearch
Author: Navjot Singh • Tags: debian, linux, web server • Comments: 0 • Published: Aug 17, 2023Magento is an open-source e-commerce platform written in PHP. In this tutorial, we will install the Magento open-source community edition. We will also install Elasticsearch for searching through the product catalog, Redis for the session and file cache, and serve it using the Nginx server.
-
-
How To Save Traffic With Apache2's mod_deflate
Author: Falko Timme • Tags: apache, debian, linux, ubuntu, web server • Comments: 12 • Updated: Aug 13, 2023How To Save Traffic With Apache2's mod_deflate. In this tutorial I will describe how to install and configure mod_deflate on an Apache2 web server. mod_deflate allows Apache2 to compress files and deliver them to clients (e.g. browsers) that can handle compressed content which most modern browsers do. With mod_deflate, you can compress HTML, text or XML files to approx. 20 - 30% of their original sizes, thus saving you server traffic and making your modem users happier.
-
How to Install OpenLDAP Server and LDAP Account Manager on Debian 12
Author: Arvid L • Tags: debian, linux, server • Comments: 0 • Published: Aug 10, 2023OpenLDAP is a software implementation of the Lightweight Directory Access Protocol (LDAP). This article will guide you through installing the OpenLDAP server on Debian 12 step-by-step. You will also install the LDAP Account Manager or LAM, a PHP web application that can be used to manage the OpenLDAP server.
-
Perfect Server Automated ISPConfig 3 Installation on Debian 10 to Debian 12, Ubuntu 20.04 and Ubuntu 22.04
Author: Thom Pol • Tags: apache, control panels, debian, dns, email, ftp, ispconfig, linux, mysql, nginx, postfix, server, ubuntu, web server • Comments: 137 • Updated: Aug 08, 2023This tutorial shows you how to easily set up a web, email and DNS server with ISPConfig 3 using the ISPConfig auto-installation script.
-
How to Install Etherpad on Debian 12
Author: Arvid L • Tags: debian, linux • Comments: 0 • Published: Aug 08, 2023Etherpad is a collaborative and real-time text editor for your team. It's accessible from anywhere, anytime, because Etherpad is a web-based text editor.
-
How to Install NFS Server and Client on Debian 12
Author: Arvid L • Tags: debian, linux, server • Comments: 0 • Published: Aug 04, 2023NFS or Network File System is a network protocol that allows you to mount a remote file system over the network. In this guide, I will show you how to install an NFS server and client on Debian 12.
-
How to Install Nextcloud on Debian 12
Author: Arvid L • Tags: debian, linux, server • Comments: 0 • Published: Jul 31, 2023This tutorial will show you how to install Nextcloud on a Debian 12 server. You will install Nextcloud with Apache2 web server, MariaDB server, and PHP 8.2. Furthermore, you will also secure your installation with UFW (Uncomplicated Firewall) and SSL/TLS certificates from Letsencrypt.
-
How to Set up PostgreSQL Replication on Debian 11
Author: Arvid L • Tags: debian, linux, server • Comments: 0 • Published: Jul 12, 2023PostgreSQL is an advanced and enterprise-class RDBMS (Relational Database Management System) that supports both SQL (relational) and JSON (non-relational) querying. In this tutorial, I will install and set up the Logical Replication of the PostgreSQL database server via pglogical2 on two Debian 11 servers.