Skip to content

Instantly share code, notes, and snippets.

@torounit
Last active February 17, 2026 06:48
Show Gist options
  • Select an option

  • Save torounit/5762d7a3e693fbde7893966071c740d6 to your computer and use it in GitHub Desktop.

Select an option

Save torounit/5762d7a3e693fbde7893966071c740d6 to your computer and use it in GitHub Desktop.
wifi確認のメモ

Ubuntu / Debian で、コマンドでネットワーク周りを調べるためのコマンドのメモ。

飛んでる WIFI の一覧

$ nmcli dev wifi

nameserver の確認

$ cat /etc/resolv.conf

IP などの確認

$ ifconfig

同一Network内で使用されているIP/MACアドレスの一覧を取得

$ cd /tmp
# arp-scan -I eth0 -l

ネットワーク経路の確認

$ traceroute example.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment