#Windows11 | #macOS15 | #Linux | #Debian12 | #mDNS | #Avahi | #BonjourApril 20, 2025サーバーを構築せずにmDNSでLAN内のホスト名を解決する自宅LANとか小規模なネットワークで複数台のPCのホスト名を解決したいけど、DNSサーバーを建てるのは面倒だな、って時はmDNS(マルチキャ Read more
#Windows11 | #macOS15 | #Linux | #Debian12April 17, 2025Windows/macOS/Linux OS別リッスンポート確認コマンド確認した環境 Windows Windows 11 Home 24H2 macOS macOS Sequoia 15.4 Linux Debian 12.10 コマンド比較表 操作 Windows macOS Linux TCPだけ - 1 lsof -nP -iTCP -sTCP:LISTEN ss -lnt UDPだけ netstat -anp UDP | findstr *:* lsof -nP -iUDP | grep -v ‘\->’ ss -lnu TCPでプロセ Read more