this post was submitted on 18 Mar 2026
2 points (66.7% liked)

DevOps

2099 readers
6 users here now

DevOps integrates and automates the work of software development (Dev) and IT operations (Ops) as a means for improving and shortening the systems development life cycle.

Rules:

Icon base by Lorc under CC BY 3.0 with modifications to add a gradient

founded 2 years ago
MODERATORS
 

Compiled the curl tricks I use for debugging production issues. The two biggest time savers:

  1. The -w flag for detailed timing (DNS, connect, TLS, first byte, total) — instantly shows where latency lives
  2. --resolve for bypassing DNS and hitting specific IPs with correct Host headers — essential for testing deployments before DNS propagation

Also covers retry with backoff, file uploads, .curlrc defaults, and JSON workflows.

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here