Skip to content

Instantly share code, notes, and snippets.

@ykominami
Created January 16, 2026 19:51
Show Gist options
  • Select an option

  • Save ykominami/532e68d2e0358d13b818d2d71963032a to your computer and use it in GitHub Desktop.

Select an option

Save ykominami/532e68d2e0358d13b818d2d71963032a to your computer and use it in GitHub Desktop.
[Linux] 現在の推奨コマンド #linux

ifconfig(net-tools) -> ip

iwconfig(WXT) -> iw(nl80211)

scp -> sftp | rsync

egrep/fgrep -> grep

netstat(net-tools) -> ss(iprout2)

route(net-tools) -> ip route

arp(net-tools) -> ip neighbor|ip neigh

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