Linux Tutorials on the topic “debian”
-
The Perfect Server - Debian 10 (Nginx, BIND, Dovecot, ISPConfig 3.2)
Author: Till Brehm • Tags: control panels, debian, ispconfig, nginx, web server • Comments: 58This tutorial shows how to prepare a Debian 10 (Buster) server (with Nginx, BIND, Dovecot) for the installation of ISPConfig, and how to install ISPConfig 3.2. ISPConfig 3 is a web hosting control panel.
-
How to Install SOGo Groupware on Debian 10
Author: Hitesh Jethva • Tags: debian, linux, web server • Comments: 5SOGo is a free, open-source and collaborative groupware server released under the GNU GPL/LGPL v2 and above. It comes with a simple and easy to use web-based interface and supports multiple native clients.
-
How to install MySQL 8 on Debian 10
Author: Muhammad Arul • Tags: debian, mysql, server • Comments: 0MySQL is an open-source relational database system that works on many Operating Systems, including Windows, Linux, macOS, and FreeBSD. It is probably the most popular OpenSource RDBMS and a central component of the LAMP and LEMP Stacks.
-
-
How to Install Diaspora Decentralized Social Media on Debian 10
Author: Muhammad Arul • Tags: debian, linux, nginx, web server • Comments: 5Diaspora is an open source, privacy-aware, and distributed social network. It consists of a group of independently deployed and owned nodes which interoperate to create the network.
-
How to Install Drupal 9 with Nginx and Let's Encrypt SSL on Debian 10
Author: Muhammad Arul • Tags: debian, linux, web server • Comments: 1In this tutorial, we will show you how to install Drupal 9 on the Debian Buster 10. We will run Drupal under the LEMP Stack (Linux, Nginx, MySQL/MariaDB, and PHP-FPM), and secure the installation using the SSL Letsencrypt.
-
How to Install Cacti SNMP Monitoring Tool on Debian 10
Author: Muhammad Arul • Tags: debian, linux, monitoring, networking • Comments: 2Cacti is a free and open-source, web-based network monitoring, and graphics tool. In this tutorial, we will show you how to install Cacti on Debian Buster 10. We will install Cacti under the LAMP stack, the Apache web server, PHP 7.3, and the MariaDB server on the current Debian Buster 10.
-
How to Install Apache ActiveMQ on Debian 10
Author: Muhammad Arul • Tags: debian, linux, server • Comments: 1Apache ActiveMQ is an open source message broker written in Java developed by Apache. It's one of the most popular message brokers. In this tutorial, we will show you how to install the Apache ActiveMQ on the latest Debian 10 (Buster).
-
How to Install NFS Client and Server on Ubuntu 20.04
Author: Navjot Singh • Tags: debian, server, storage, ubuntu • Comments: 2Network File System or short NFS is a distributed file system protocol that allows you to mount remote directories on your server. In this tutorial, we will learn how to set up an NFS Server and how to mount NFS Shares on a client using Ubuntu 20.04.
-
How to Install Ruby on Rails (RoR) on Debian 10
Author: Muhammad Arul • Tags: debian, linux, programming, server, web server • Comments: 0In this tutorial, we will show you how to install Ruby on Rails on the Debian Buster 10. This guide will cover the RVM (Ruby Version Manager) installation, PostgreSQL database installation, and creating the simple CRUD application with Ruby on Rails and using PostgreSQL as the backend database.
-
Setting up Unison File Synchronization between two Servers on Debian 10 (Buster)
Author: Till Brehm • Tags: debian, high-availability, server, storage • Comments: 1This tutorial shows how to set up file synchronization between two Debian 10 servers with Unison. Unison is a file-synchronization tool similar to rsync, the big difference is that it tracks/synchronizes changes in both directions, i.e., files changed on Server 1 will be replicated to Server 2 and vice versa.