Beesley.tech

Beesley.tech

Where Cybersecurity Meets Network Architecture

  • Home
  • Blog
  • Wiki
  • Portfolio
  • Store
  • Contact
  • LinkedIn
  • YouTube
  • Mastodon
  • GitHub
  • Enabling DNS over TLS on Fedora 42 with systemd-resolved

    Enabling DNS over TLS on Fedora 42 with systemd-resolved

    22/07/2025
    Linux, Network Architecture

    Recently, I have been exploring how to encrypt my DNS traffic on Fedora 42 using DNS over TLS (DoT). Along the way, I ran into confusing symlinks, missing config files, and a few misconceptions about how Fedora handles DNS under the hood. Here’s everything I learned, condensed into a practical guide for anyone else trying…

    Read more: Enabling DNS over TLS on Fedora 42 with systemd-resolved

  • Quantum Computing vs Encryption: What Engineers Must Know

    18/07/2025
    Cyber Security, Web Application Delivery and Security

    Learn how quantum computing threatens today’s encryption, what big tech is doing to prepare, and what engineers should do now to stay ahead.

    Read more: Quantum Computing vs Encryption: What Engineers Must Know

  • The Ultimate Web Application Firewall (WAF) Guide

    The Ultimate Web Application Firewall (WAF) Guide

    11/07/2025
    Web Application Delivery and Security

    Learn what a Web Application Firewall (WAF) is, what attacks it protects against, how it’s different from a firewall, the best solutions, tuning tips, and how to test your WAF security.

    Read more: The Ultimate Web Application Firewall (WAF) Guide

  • What Is Web Application Delivery and Security?

    08/07/2025
    Web Application Delivery and Security

    “First deliver. Then defend.” When people hear web application security, they often think of firewalls, exploits, and blocking malicious traffic. That is true, firewalls are used, but mainly they are the first line of defence at the network layer, beyond that there are other devices such as WAFs, load balancers, and more that we will…

    Read more: What Is Web Application Delivery and Security?

  • Web Application Firewall, Load Balancer & Core Device Types for Web App Delivery

    07/07/2025
    Web Application Delivery and Security

    Learn WAFs, load balancers, reverse proxies, API gateways & more — the core devices that shape web app delivery & security.

    Read more: Web Application Firewall, Load Balancer & Core Device Types for Web App Delivery

  • How to Deploy OWASP crAPI with Docker and Scan It Using OWASP ZAP

    How to Deploy OWASP crAPI with Docker and Scan It Using OWASP ZAP

    20/06/2025
    Cyber Security, Linux

    Set up your own vulnerable API testing lab using OWASP crAPI and Docker, then scan and explore it with OWASP ZAP. This hands-on guide walks you through real-world API reconnaissance, JWT handling, and active scanning—perfect for beginners and security engineers learning API testing.

    Read more: How to Deploy OWASP crAPI with Docker and Scan It Using OWASP ZAP

  • What Is NetSecDevOps?

    What Is NetSecDevOps?

    13/06/2025
    Linux, Cyber Security, DevOps, Network Architecture

    In today’s fast-paced cloud-native world, the boundaries between networking, security, and DevOps are rapidly dissolving. This convergence has given birth to a new discipline: NetSecDevOps. NetSecDevOps stands at the intersection of three core pillars: Why NetSecDevOps Matters Traditional silos between network engineers, security analysts, and DevOps teams create delays, misconfigurations, and blind spots. NetSecDevOps engineers…

    Read more: What Is NetSecDevOps?

  • How to Install & Use Sway Window Manager on Linux (Step-by-Step)

    How to Install & Use Sway Window Manager on Linux (Step-by-Step)

    14/02/2025
    Linux

    Discover how to set up and use Sway Window Manager — a modern, lightweight i3-style tiling WM for Wayland. Includes tips and config steps.

    Read more: How to Install & Use Sway Window Manager on Linux (Step-by-Step)

  • A Comprehensive Guide to Window Managers: Exploring X11, Wayland, and GNOME vs KDE

    12/02/2025
    Linux

    Window managers form the backbone of Linux’s graphical experience, offering flexibility and customization far beyond what traditional desktop environments provide. In this post, I’ll break down popular X11 and Wayland window managers, sharing my experiences with some, and concluding with a comparison of GNOME vs KDE. X11 Window Managers The X11 (X Window System) protocol…

    Read more: A Comprehensive Guide to Window Managers: Exploring X11, Wayland, and GNOME vs KDE

  • What is a Window Manager? A Beginner’s Guide to Linux WMs

    10/02/2025
    Linux

    This week, we’ll be exploring window managers—a key part of the Linux experience that many users may not fully understand. Whether you’re a beginner looking to switch from a desktop environment or a power user seeking better workflow efficiency, this guide will help you navigate the world of tiling, floating, and hybrid window managers. What…

    Read more: What is a Window Manager? A Beginner’s Guide to Linux WMs

  • The Philosophy Behind the Perfect Linux System: Minimalism, Customization, and the Cost of Perfection

    The Philosophy Behind the Perfect Linux System: Minimalism, Customization, and the Cost of Perfection

    07/02/2025
    Linux

    As I continue my journey toward creating the perfect Linux system, I’ve been reflecting on the core philosophies that drive this pursuit. At its heart, it’s about finding the right balance between minimalism, customization, and the effort required to achieve perfection. These principles not only shape how I build my system but also inform the…

    Read more: The Philosophy Behind the Perfect Linux System: Minimalism, Customization, and the Cost of Perfection

  • After 10 Years of Distro Hopping, I’ve Found the Perfect Linux System in Fedora

    After 10 Years of Distro Hopping, I’ve Found the Perfect Linux System in Fedora

    05/02/2025
    Linux

    After a decade of exploring various Linux distributions, I’ve come full circle to my first choice: Fedora. This journey has been driven by my pursuit of a system that is standardized, modular, lightweight, flexible, and platform-independent. Equally important is the development of muscle memory—knowing precisely where everything is, from keyboard shortcuts to application menus. The…

    Read more: After 10 Years of Distro Hopping, I’ve Found the Perfect Linux System in Fedora

  • Linux Kernel 6.12.12: A Deep Dive Into the Latest Stable Update

    04/02/2025
    Linux

    The Linux Kernel is the heartbeat of countless devices across the globe, from supercomputers to Android smartphones, powering their operations with unparalleled efficiency and flexibility. Recently, the release of Linux Kernel 6.12.12 marks another step forward in the open-source community’s tireless efforts to improve this core technology. This post will break down the key improvements…

    Read more: Linux Kernel 6.12.12: A Deep Dive Into the Latest Stable Update

  • The Search for the Perfect Linux System

    The Search for the Perfect Linux System

    03/02/2025
    Linux

    It’s been a while since I last posted, and I wanted to take a moment to explain my absence. The truth is, I’ve been deep in the cycle that defines how I create and share content. My approach to posting has always been cyclical—I go quiet, focus intensely on a problem, work through solutions, and…

    Read more: The Search for the Perfect Linux System

  • How to Restore Your /home Backup After Reinstalling Linux

    How to Restore Your /home Backup After Reinstalling Linux

    02/02/2025
    Linux

    Backing up your /home directory is essential for preserving personal files, configurations, and user data when reinstalling Linux. If you’ve performed a fresh Linux installation and want to restore your /home backup, you may wonder: What’s the best way to safely reintegrate my data? This guide will walk you through the proper steps to restore…

    Read more: How to Restore Your /home Backup After Reinstalling Linux

  • How to Set Up an Immutable Linux Distro in a Virtual Machine

    How to Set Up an Immutable Linux Distro in a Virtual Machine

    22/01/2025
    Linux

    Over the past few weeks, I’ve been exploring immutable Linux distributions and the unique advantages they offer. If you’re intrigued by their stability and security but hesitant to install one directly on your machine, setting up an immutable distro in a virtual machine (VM) is the perfect way to test the waters. In this guide,…

    Read more: How to Set Up an Immutable Linux Distro in a Virtual Machine

  • Exploring Immutable Linux Distros: The Future of Stability and Simplicity?

    Exploring Immutable Linux Distros: The Future of Stability and Simplicity?

    20/01/2025
    Linux

    Over the holidays, I dove into something exciting—immutable Linux distros. As someone who’s passionate about Linux and system stability, this concept intrigued me. Immutable Linux takes a different approach to operating systems, and after tinkering around, I think it’s worth sharing what I’ve learned with you. What Are Immutable Linux Distros? An immutable Linux distribution…

    Read more: Exploring Immutable Linux Distros: The Future of Stability and Simplicity?

  • Three’s Enough: Why Debian, Fedora, and Arch are All the Linux Distros You’ll Ever Need

    Three’s Enough: Why Debian, Fedora, and Arch are All the Linux Distros You’ll Ever Need

    16/01/2025
    Linux

    Read more: Three’s Enough: Why Debian, Fedora, and Arch are All the Linux Distros You’ll Ever Need

  • Hello World!

    Hello World!

    21/11/2024
    Cloud, Cyber Security, Linux, Network Architecture

    Hello World! Welcome to my blog. This is the place where I’ll be sharing my knowledge, experiences, and insights on topics that I’m truly passionate about. My goal is to create valuable content for tech enthusiasts, professionals, and anyone eager to learn. Here are the core pillars of content you can expect to see: 1.…

    Read more: Hello World!

Categories

  • Cloud (1)
  • Cyber Security (4)
  • DevOps (1)
  • Linux (15)
  • Network Architecture (3)
  • Web Application Delivery and Security (4)
Beesley.tech

Beesley.tech

Where Cybersecurity Meets Network Architecture

  • LinkedIn
  • YouTube
  • Mastodon
  • GitHub
  • Home
  • Blog
  • Wiki
  • Portfolio
  • Store
  • Contact

Copyright © 2025 ·

Beesley.tech

sitemap.xml

· All rights reserved