The goal of this tutorial is to set up a WordPress server. For this, we will install and configure Apache and MariaDB. You can use this tutorial for another tool like GLPI, but you will obviously need to check the official website for the required PHP packages.
Jicé
Delete the local-lvm partition on a new installation on Proxmox
After a new installation, the main disk on which Proxmox is installed consists of two partitions.
local and local-lvm
By default, the virtual machines and containers will be stored on the local-lvm partition.
And on the local partition, the backups, templates, and iso files will be stored.
If you have a second disk or several in a raid, it may be useful to delete the local-lvm partition in order to allocate its space to the local partition to store more content (backups, iso, template, etc.).
Basic commands in Linux (Debian)
Here’s a brief overview of basic Linux commands.
How to configure Wake On Lan with Fortigate
It can be useful to be able to remotely power on one of your computers.
In this procedure, we will see how to configure Wake On Lan, which allows you to send a “magic packet” to the powered-off machine to start it through the WAN.
Installation and Configuration of Fail2Ban
The world of Linux is fascinating, and security is a crucial chapter of this journey. Fail2Ban is one of those essential tools for any Linux administrator concerned about protecting their servers. By monitoring system logs, it detects intrusion attempts on services such as SSH, HAProxy, or Postfix. And if an intruder becomes too persistent? Fail2Ban steps in, blocking the offender’s IP address via IPTables. One of the major strengths of Fail2Ban is its flexibility. You can create and tailor your own filters according to your needs. In this article, I will guide you through the installation and configuration of Fail2Ban on Debian.