bash-hacks
latest
archive
categories
about
◐
light
☰
latest
archive
categories
about
◐
light
category 04 / 10
Networking
Ports, DNS, HTTP requests, and waiting for services.
002
entries
4 min
avg read
all 002
debugging 002
curl 001
http 001
latency 001
dig 001
dns 001
017
Find out which part of an HTTP request is actually slow
curl -sS -o /dev/null -w "dns %{time_namelookup}\ntcp %{time_connect}\ntls %{time_appconnect}\nttfb %{time_starttransfer}\ntotal %{time_total}\n" https://www.debian.org
2026-09-07
4 min
008
Check where a domain name actually points
dig +short example.com
2026-08-25
3 min
showing 002 of 002