Skip to content

Instantly share code, notes, and snippets.

View JacksonCampbell99's full-sized avatar
πŸͺŸ
Helping make Windows better.

Jackson Campbell JacksonCampbell99

πŸͺŸ
Helping make Windows better.
View GitHub Profile
@bittner
bittner / keyboard-keys.md
Created February 28, 2019 22:50
Keyboard keys markup in MarkDown

Ctrl + Alt + Space

@snevas
snevas / ring.service
Last active May 16, 2025 13:17
UDR led blinker on doorbell ring
# Start en enable service. Replace "Deurbel" with the name of the doorbell camera
[Unit]
Description=LEDs Deurbel ring
After=unifi-protect.service
[Service]
ExecStart=/bin/bash -c "tail -Fn0 /ssd1/.data/unifi-protect/logs/automationManager.log | grep --line-buffered 'Ring: Deurbel' | while read line; do uled-ctrl blink 500 008000 FF0000 && sleep 10 &&uled-ctrl fw idle; done"
[Install]
@galvesribeiro
galvesribeiro / EFG-Broken.md
Last active May 12, 2026 19:51
Why Your Ubiquiti EFG Can't Push 25 Gbps Inter-VLAN β€” and What's Actually Going On

Why Your Ubiquiti EFG Can't Push 25 Gbps Inter-VLAN β€” and What's Actually Going On

Or: How I Reproduced the Problem on x86, Tried to Load the Missing Modules on the Real Device, and What That Tells Us About Ubiquiti's Kernel


TL;DR

Ubiquiti markets the Enterprise Fortress Gateway (EFG) as a 25-gigabit-class router. The product page lists two 25 GbE SFP28 ports for WAN/LAN, and Ubiquiti positions the device as a flagship for medium and large enterprise deployments. Its silicon β€” a Marvell Octeon CN9670 β€” supports hardware-accelerated forwarding through purpose-built network engines (NIX) that should sustain tens of millions of packets per second. The UDM Beast, Ubiquiti's next-generation gateway, pairs a Marvell Octeon CN10K SoC (with ARM Neoverse N2 cores) with a dedicated Marvell Prestera-class switching ASIC accessed via PCIe β€” capabilities that, properly used, would offload most of the per-packet forwarding work into hardware.