Articles by Till Brehm
-
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: 16 • Updated: Sep 20, 2023This 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.
-
Replacing Amavisd with Rspamd in ISPConfig 3.1 on Debian and Ubuntu
Author: Till Brehm • Tags: debian, email, ispconfig, linux, server, ubuntu • Comments: 75 • Updated: Sep 08, 2023Rspamd is a modern high-performance spam scan software for Linux servers which delivers very accurate filter results. This tutorial describes the steps to replace amavis (amavisd-new) spam scanning software with Rspamd on an ISPConfig 3.1 server.
-
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 Clear Bash History on Linux
Author: Till Brehm • Tags: linux, shell • Comments: 1 • Updated: Jan 30, 2023If you’ve ever used the command line on a Linux machine, chances are you’ve got a long history of commands logged. If you want to clear this history, there are a few simple steps that can help you do just that.
-
How to Install a Debian 11 (Bullseye) Minimal Server
Author: Till Brehm • Tags: debian, linux • Comments: 6 • Updated: Dec 08, 2022This tutorial shows how to install a Debian 11 (Bullseye) minimal server in detail 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 11 tutorials here at howtoforge.com.
-
How to run Python Scripts with Apache and mod_wsgi on Ubuntu 22.04
Author: Till Brehm • Tags: linux, ubuntu, web server • Comments: 0 • Published: Oct 27, 2022The Apache module mod_wsgi provides an interface for hosting Python-based web applications. In this tutorial, I will show you how to install and configure of mod_wsgi using Apache web server on Ubuntu 22.04 LTS.
-
How to Add an Email Account in ISPConfig 3.2
Author: Till Brehm • Tags: control panels, email, ispconfig, linux, server • Comments: 3 • Published: Sep 14, 2022This tutorial shows you step-by-step how to create an email account in ISPConfig and which data to use in your email client to access this mailbox. The tutorial also includes instructions as a video at the end of the guide.
-
How to Add a Website in ISPConfig 3.2
Author: Till Brehm • Tags: control panels, ispconfig, linux, server, web server • Comments: 0 • Updated: Aug 03, 2022ISPConfig is a hosting control panel for Linux servers that provides functions for managing websites, databases, FTP and shell users, email accounts, and DNS. In this guide, we will show you step by step how to add a website, MySQL/MariaDB database, FTP-user, and SSH-user in ISPConfig.
-
Resolving Domain Names with dig Command on Linux
Author: Till Brehm • Tags: dns • Comments: 0 • Updated: Jul 18, 2022This tutorial shows how to resolve domain names on the Linux shell and how to query a name server for various kinds of DNS records like A, MX and NS records. To resolve a domain name on the shell, we will use the command dig.
-
Ubuntu 22.04 Minimal Server Installation
Author: Till Brehm • Tags: linux, server, ubuntu • Comments: 3 • Published: Jul 11, 2022This tutorial shows the installation of an Ubuntu 22.04 base server in detail with many screenshots. The purpose of the guide is to show the base installation of Ubuntu 22.04 LTS that can be used as a basis for our other Ubuntu tutorials here at howtoforge like our perfect server guides.