In early 2025, Cloudflare mitigated a 5.6Tbps DDoS Attack.
https://www.infosecurity-magazine.com/news/cloudflare-mitigates-record/
Your server, exposed to the internet via your home, office, colo, or datacenter, cannot handle DDoS attacks, period.
First, if the destination is unavailable for any reason, i.e. because the web server is overloaded, the firewall cannot handle the load, your anti-ddos hardware falls over, the 1Gbps isp circuit is saturated, the ISP black holes your IPs somewhere upstream trying to keep the rest of their infrastructure online, your site is down, they win, you lost.
This script will deploy a single node Graylog cluster on Docker. Once I found the hidden command line parameters, installation went off without a hitch. It appears to support multiple linux distros.
wget graylog.me/want mv want gogograylog.sh chmod +x gogograylog.sh bash gogograylog.sh --random-password --opensearch 2.15.0 …ct
Overview The ESP32 DevKit board has a built-in USB port, which can be used to power the board, but also as a programming interface. (i.e, I didn’t need a separate FTDI, as I had originall thought.)
Notes;
My ESP32 DevKit v1 boards, have the ESP-WROOM-32 chip, and the SiLabs CP2102 FTDI chip.
You can power the board via USB, but make sure it’s a ‘data’ cable, not just a power cable.
How to generate site with Hugo, and apply a theme
How to put these files into version control with Git
How to convert my SSH key from Putty’s PPK format used by Windows to the raw format used by linux/git
How to push said files into a Github Repo
And then I configured Cloudflare Pages to automatically pull my site and build it using Hugo, anytime I make a commit to the main trunk.