This guide demonstrates how to implement geographic-based traffic filtering using UFW on Debian 12. We'll explore how to leverage GeoIP databases to block or allow access requests from specific countries, enhancing your server's security posture.
Fail2Ban can be easily installed and configured on Debian 12 to enhance your system security. This article provides a concise guide with ready-to-use commands help you get started with configuring Fail2Ban, managing Nginx logs, banning bad IPs to protect your Drupal site.
Brotli and Gzip are compression algorithms designed to reduce the size of data transferred over the internet, which is crucial for improving website speed and performance. Implementing these algorithms can enhance user experience and positively impact your site's SEO. This article provides a concise guide with ready-to-use commands for enabling both GZIP and Brotli compression for Nginx on Debian 12.
This note will give you a detailed overview of the process of installing the latest Drupal 11 with the LNMP stack on the Debian 12 OS.
Step 1. Update the System
sudo apt update
sudo apt upgrade
Step 2. Install PHP8.3
As the latest PHP8.3 release was not contained in the default Debian repository so far, we will add a PPA repository to install the needed dependencies.