Blog - Tag: infrastructure-checklist

tcp_mtu_probing Checklist: When to Leave It Alone, Monitor, or Change It

tcp_mtu_probing Checklist: When to Leave It Alone, Monitor, or Change It

Jul 24, 2026    Mariusz Antonik    Networking    7 min read

Linux tcp_mtu_probing can help TCP recover when Path MTU Discovery is broken, but it is not a universal throughput tuning switch. For internet-facing file storage servers, the safer default is to leave it alone until linux server monitoring shows retransmits, black-holed ICMP, or path-specific stalls. This checklist explains what to verify before changing the sysctl and how to monitor the change if you decide it is justified.

Read More
OCI MySQL HeatWave Setup Checklist for Small Teams

OCI MySQL HeatWave Setup Checklist for Small Teams

Jun 22, 2026    Mariusz Antonik    Database    6 min read

A clean OCI MySQL HeatWave setup starts before the database is created. This checklist helps small teams plan the network, access rules, backups, users, and operational checks that make the deployment easier to maintain. Use it before launch to avoid common mistakes like public database exposure, unclear ownership, or backups that have never been tested. The goal is a practical production-ready setup, not just a working demo.

Read More