Linux Tutorials on the topic “debian”
-
How to Install Flarum Community Software on Debian 12
Author: Navjot Singh • Tags: debian, linux, server, web server • Comments: 1 • Published: Jul 08, 2024Flarum is an open-source discussion software that is the combined successor of esoTalk and FluxBB boards. In this tutorial, we will learn how to install Flarum Community Software on a server based on Debian 12.
-
Guide to Set Up Remote Desktop (RDP) with Xrdp on Debian 12
Author: Arvid L • Tags: debian, desktop, linux • Comments: 0 • Published: Jul 05, 2024RDP, or Remote Desktop Protocol, enables you to access the graphical interface of another computer over a network. On Linux, you can utilize Xrdp to create an RDP Server. Xrdp is a free and open-source application server that implements the RDP protocol.
-
How to Install Matomo Web Analytics on Debian 12
Author: Arvid L • Tags: debian, linux, monitoring, server, web server • Comments: 0 • Published: Jul 05, 2024Matomo, formerly Piwik, is free and open-source web analytics software that can be used to track website visits and display reports for data and audience analysis.
-
-
The Perfect Server - Debian 12 (Bookworm) with Apache, BIND, Dovecot, PureFTPD and ISPConfig 3.2
Author: Till Brehm • Tags: apache, control panels, debian, ispconfig, web server • Comments: 45 • Updated: Jun 27, 2024This tutorial shows how to prepare a Debian 12 server (with Apache2, BIND, Dovecot) to install ISPConfig 3.2. The web hosting control panel ISPConfig 3 allows you to configure the following services through a web browser: Apache web server, Postfix mail server, Dovecot IMAP/POP3 server, MySQL, BIND nameserver, PureFTPd, SpamAssassin, ClamAV, and many more.
-
How to deploy Ghost Blog with Nginx on Debian 12
Author: Navjot Singh • Tags: debian, linux, server, web server • Comments: 0 • Published: Jun 25, 2024Ghost is an open-source blogging platform that helps you create a professional-looking blog. In this tutorial, we will explore how to install Ghost CMS using Nginx and MySQL on a server powered by Debian 12.
-
How to Install Cachet Status Page System on Debian 12
Author: Arvid L • Tags: debian, linux, server • Comments: 0 • Published: Jun 25, 2024Cachet is an open-source status page system written in PHP. It allows you to monitor downtime and system failure on your infrastructure.
-
How to Install Craft CMS on Debian 12
Author: Navjot Singh • Tags: debian, linux, server • Comments: 0 • Published: Jun 15, 2024Craft CMS is an open-source content management system for creating all sorts of websites. In this tutorial, you will learn how to install Craft CMS on a Debian 12 server. You will also learn how to enable Redis to work with it and how to back up and restore a site made using Craft CMS.
-
How to Install NodeBB with Nginx Proxy on Debian 12
Author: Arvid L • Tags: debian, linux, nginx, server • Comments: 0 • Published: Jun 13, 2024NodeBB is an open-source forum software written in JavaScript and Node.js. This guide will show you how to install NodeBB on a Debian 12 server with MongoDB as the database and Nginx as a reverse proxy.
-
How to Reset the WordPress Admin Password on the Command-Line
Author: Till Brehm • Tags: debian, linux, server, ubuntu, web server • Comments: 0 • Published: Jun 12, 2024Resetting your WordPress login through the shell can be done with the MySQL command-line client mysql or by using the wp-cli command, a small but handy program to manage WordPress instances on the shell.
-
Installing and Using Fail2ban on Debian 12
Author: Tapio Lehtonen • Tags: debian, linux • Comments: 1 • Published: Jun 07, 2024Fail2ban monitors log files for login failures and temporarily bans the failure-prone source IP address from accessing the host.