Some notes on Networking

Posted on October 17, 2025 by Riccardo
  • ipconfig getifaddr en0 -> 192.168.55.106
  • bin/rails server -b 0.0.0.0 -p 3000 -> Visit http://192.168.55.106:3000/
  • lsof -i :3000 -> localhost:hbci vs lsof -i :3000 -nP -> 127.0.0.1:3000
  • localhost:3000 tries both IPv6 ([::1]:3000) and IPv4 (127.0.0.1:3000), look at /etc/hosts/

PinkLetter

It's one of the selected few I follow every week – Mateusz

Tired of RELEARNING webdev stuff?

  • A 100+ page book with the best links I curated over the years
  • An email once a week full of timeless software wisdom
  • Your recommended weekly dose of pink
  • Try before you buy? Check the archives.