<?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>Networking &amp; Security on Manzolo Code Notes</title><link>https://notes.manzolo.it/categories/networking--security/</link><description>Recent content in Networking &amp; Security on Manzolo Code Notes</description><generator>Hugo -- 0.152.2</generator><language>en-US</language><lastBuildDate>Sat, 04 Oct 2025 13:35:00 +0200</lastBuildDate><atom:link href="https://notes.manzolo.it/categories/networking--security/index.xml" rel="self" type="application/rss+xml"/><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>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>Network Traffic Analysis with tcpdump (Debian/Ubuntu)</title><link>https://notes.manzolo.it/2025/10/network-traffic-analysis-with-tcpdump-debian/ubuntu/</link><pubDate>Sat, 04 Oct 2025 13:35:00 +0200</pubDate><guid>https://notes.manzolo.it/2025/10/network-traffic-analysis-with-tcpdump-debian/ubuntu/</guid><description>&lt;h1 id="network-traffic-analysis-with-tcpdump-debianubuntu"&gt;Network Traffic Analysis with tcpdump (Debian/Ubuntu)&lt;/h1&gt;
&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;&lt;code&gt;tcpdump&lt;/code&gt; is a lightweight, command-line packet capture tool for analyzing network traffic on Linux systems. It’s ideal for server environments or quick diagnostics without a GUI, complementing tools like Wireshark. This guide covers installing &lt;code&gt;tcpdump&lt;/code&gt; on Debian/Ubuntu, capturing traffic on a network interface, applying filters, saving captures to PCAP files, and analyzing them with &lt;code&gt;tcpdump&lt;/code&gt; or Wireshark. It includes examples for monitoring HTTP traffic, debugging connectivity, and remote capturing.&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><item><title>Mail Server Installation and Configuration Guide (Debian/Ubuntu)</title><link>https://notes.manzolo.it/2025/10/mail-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/mail-server-installation-and-configuration-guide-debian/ubuntu/</guid><description>&lt;h1 id="mail-server-installation-and-configuration-guide-debianubuntu"&gt;Mail Server Installation and Configuration Guide (Debian/Ubuntu)&lt;/h1&gt;
&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;Setting up a complete mail server allows you to send and receive emails using your own domain with full control over your data. This guide explains how to install and configure a production-ready mail server on Debian/Ubuntu with Postfix (SMTP), Dovecot (POP3/IMAP), user management, quota support, and security features including TLS/SSL encryption. It&amp;rsquo;s ideal for small businesses, organizations, or anyone wanting independent email hosting.&lt;/p&gt;</description></item></channel></rss>