<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Security on Manzolo Code Notes</title><link>https://notes.manzolo.it/tags/security/</link><description>Recent content in Security on Manzolo Code Notes</description><generator>Hugo -- 0.152.2</generator><language>en-US</language><lastBuildDate>Mon, 16 Feb 2026 10:00:00 +0200</lastBuildDate><atom:link href="https://notes.manzolo.it/tags/security/index.xml" rel="self" type="application/rss+xml"/><item><title>SPF, DMARC and DKIM: The Email Security Triad</title><link>https://notes.manzolo.it/2026/02/spf-dmarc-and-dkim-the-email-security-triad/</link><pubDate>Mon, 16 Feb 2026 10:00:00 +0200</pubDate><guid>https://notes.manzolo.it/2026/02/spf-dmarc-and-dkim-the-email-security-triad/</guid><description>Understanding how SPF, DMARC, and DKIM work to protect your emails from spam and phishing</description></item><item><title>GPG Bash Playground</title><link>https://notes.manzolo.it/2025/09/gpg-bash-playground/</link><pubDate>Sun, 28 Sep 2025 00:00:00 +0200</pubDate><guid>https://notes.manzolo.it/2025/09/gpg-bash-playground/</guid><description>&lt;h1 id="gpg-bash-playground-guide"&gt;GPG Bash Playground Guide&lt;/h1&gt;
&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;The GPG Bash Playground is an educational Bash script that demonstrates the practical use of GPG (GNU Privacy Guard) for key generation, public key exchange, encryption, and decryption. The script simulates a secure communication scenario by creating three users (Alice, Bob, and Carol), generating their GPG keys, exchanging public keys, and performing encrypted message exchanges. It includes comprehensive logging, error handling, and a debug mode for detailed output. This guide explains how to set up, run, and understand the script&amp;rsquo;s functionality.&lt;/p&gt;</description></item><item><title>SSH Forward Tunneling</title><link>https://notes.manzolo.it/bash/ssh-forward-tunneling/</link><pubDate>Fri, 26 Sep 2025 10:00:00 +0100</pubDate><guid>https://notes.manzolo.it/bash/ssh-forward-tunneling/</guid><description>&lt;h1 id="ssh-forward-tunneling-guide"&gt;SSH Forward Tunneling Guide&lt;/h1&gt;
&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;SSH forward tunneling (also known as local port forwarding) allows you to securely connect to a remote service through an SSH server, making it appear as if the service is running on your local machine. This is useful for accessing services on a remote server or another machine in a secure network that aren&amp;rsquo;t directly accessible.&lt;/p&gt;
&lt;p&gt;In this guide, we&amp;rsquo;ll cover the basics of SSH forward tunneling, explain how it works, and provide practical examples.&lt;/p&gt;</description></item><item><title>Uncomplicated Firewall</title><link>https://notes.manzolo.it/bash/ufw/</link><pubDate>Fri, 26 Sep 2025 10:00:00 +0100</pubDate><guid>https://notes.manzolo.it/bash/ufw/</guid><description>&lt;h1 id="ubuntu-ufw-firewall-guide"&gt;Ubuntu UFW Firewall Guide&lt;/h1&gt;
&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;UFW (Uncomplicated Firewall) is a user-friendly interface for managing iptables firewall rules on Ubuntu systems. It simplifies the process of configuring firewall settings, making it accessible for beginners and efficient for advanced users. This guide covers essential UFW commands, practical examples, and tips for securing your Ubuntu server.&lt;/p&gt;
&lt;h2 id="what-is-ufw"&gt;What is UFW?&lt;/h2&gt;
&lt;p&gt;UFW is a front-end for iptables, designed to make firewall configuration straightforward. It allows you to manage inbound and outbound network traffic by defining rules based on ports, protocols, and IP addresses.&lt;/p&gt;</description></item><item><title>Network Traffic Analysis with Wireshark (Debian/Ubuntu)</title><link>https://notes.manzolo.it/2025/10/network-traffic-analysis-with-wireshark-debian/ubuntu/</link><pubDate>Sat, 04 Oct 2025 13:25:00 +0200</pubDate><guid>https://notes.manzolo.it/2025/10/network-traffic-analysis-with-wireshark-debian/ubuntu/</guid><description>&lt;h1 id="network-traffic-analysis-with-wireshark-debianubuntu"&gt;Network Traffic Analysis with Wireshark (Debian/Ubuntu)&lt;/h1&gt;
&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;Wireshark is a powerful open-source tool for capturing and analyzing network traffic, widely used for debugging network issues, monitoring traffic, and security analysis. This guide explains how to install Wireshark on Debian/Ubuntu, capture traffic on a network interface, apply filters, and analyze packets for common protocols like HTTP and TCP. It includes practical examples for troubleshooting connectivity, inspecting web traffic, and identifying bandwidth usage.&lt;/p&gt;</description></item><item><title>LUKS Disk Encryption Management Guide (Debian/Ubuntu)</title><link>https://notes.manzolo.it/2025/10/luks-disk-encryption-management-guide-debian/ubuntu/</link><pubDate>Fri, 03 Oct 2025 14:00:00 +0200</pubDate><guid>https://notes.manzolo.it/2025/10/luks-disk-encryption-management-guide-debian/ubuntu/</guid><description>&lt;h1 id="luks-disk-encryption-management-guide-debianubuntu"&gt;LUKS Disk Encryption Management Guide (Debian/Ubuntu)&lt;/h1&gt;
&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;LUKS (Linux Unified Key Setup) is a standard for Linux disk encryption that provides a platform-independent way to encrypt block devices, such as partitions or entire disks. It supports multiple passphrases (keys), secure key derivation, and integration with other storage layers like LVM or ZFS. This guide explains how to create, modify, and manage encrypted disks with LUKS on Debian/Ubuntu systems, covering setup, key management, mounting, and maintenance.&lt;/p&gt;</description></item><item><title>OpenVPN Server Installation and Configuration Guide (Debian/Ubuntu)</title><link>https://notes.manzolo.it/2025/10/openvpn-server-installation-and-configuration-guide-debian/ubuntu/</link><pubDate>Sat, 04 Oct 2025 11:00:00 +0200</pubDate><guid>https://notes.manzolo.it/2025/10/openvpn-server-installation-and-configuration-guide-debian/ubuntu/</guid><description>&lt;h1 id="openvpn-server-installation-and-configuration-guide-debianubuntu"&gt;OpenVPN Server Installation and Configuration Guide (Debian/Ubuntu)&lt;/h1&gt;
&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;Setting up an OpenVPN server allows secure remote access to your network or resources. This guide explains how to install an OpenVPN server on Debian/Ubuntu, generate certificates and keys, configure the server, create user/client configurations, and connect from a client. It includes steps for creating multiple users and testing connections, making it ideal for home servers, small businesses, or secure remote access.&lt;/p&gt;</description></item></channel></rss>