Linux Tutorials on the topic “debian”
-
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.
-
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 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.
-
How To Configure PureFTPd To Accept TLS Sessions On Debian
Author: Falko Timme • Tags: debian, ftp, security • Comments: 5 • Updated: Jul 05, 2023How To Configure PureFTPd To Accept TLS Sessions On Debian Linux. FTP is a very insecure protocol because all passwords and all data are transferred in clear text. By using TLS, the whole communication can be encrypted, thus making FTP much more secure. This article explains how to configure PureFTPd to accept TLS sessions on a Debian server.
-
How to Set Up a Local DNS Resolver with Unbound on Debian
Author: Arvid L • Tags: debian, linux • Comments: 0 • Published: Jun 30, 2023Unbound is free and open-source DNS server software that can be used for validating, recursive, and caching DNS resolvers. In this guide, you will learn how to set up Private DNS Server with Unbound on a Debian 11 and Debian 12 server.
-
How to Set up a Bastion Server with Warpgate on Debian
Author: Arvid L • Tags: debian, linux, security, server • Comments: 0 • Published: Jun 22, 2023A Bastion Server refers to a computer/machine/server that is designed and configured specifically to withstand attacks on computer networks. The functionality of the Bastion Server is similar to a proxy or load balancer for applications. It allows you to access computers or servers that are located in DMZ networks. In this tutorial, you will set up a Bastion server for SSH and MySQL/MariaDB connections on a Debian 11 server using Warpgate.
-
How to Install LEMP Stack (Nginx, PHP and MariaDB) on Debian 12
Author: Navjot Singh • Tags: debian, linux, nginx, php, web server • Comments: 2 • Published: Jun 22, 2023The LEMP software stack is a group of open-source software that enables a server to host dynamic websites and apps written in PHP. It is an acronym for Linux, Nginx (pronounced as Engine-X), MySQL, and PHP.
-
How to Install a Load Balancing MySQL Server with ProxySQL on Debian 11
Author: Arvid L • Tags: debian, linux, mysql • Comments: 0 • Published: Jun 02, 2023ProxySQL is a high-performance MySQL proxy with a small footprint that can be installed in multiple environments such as VM, K8s, bare-metal, and Docker containers. In this guide, you will install and set up load balancing of MySQL Cluster via ProxySQL on a Debian 11 server.
-
How to Install Ruby on Debian
Author: Hitesh Jethva • Tags: debian, linux, programming • Comments: 0 • Published: May 30, 2023
Ruby is a free, open-source, cross-platform, and dynamic programming language behind Ruby on Rails framework. In this tutorial, we will learn how to install Ruby using the Rbenv, RVM script and from the Debian repository on Debian.