Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.9 KB

File metadata and controls

35 lines (27 loc) · 1.9 KB

Network

Setting up the network, Internet, and network peripherals.

Categories

Tools

Linux network tools CLI

  • iptraf-ng IPTraf-ng is a console-based network monitoring program for Linux that displays information about IP traffic.
  • tcpflow TCP/IP packet demultiplexer
  • if-top iftop does for network usage what top(1) does for CPU usage.
  • nethogs NetHogs is a small 'net top' tool. Instead of breaking the traffic down per protocol or per subnet, like most tools do, it groups bandwidth by process.

Linux network tools GUI

  • EtherApe EtherApe displays network activity graphically. It is a packet sniffer/network traffic monitoring tool, It supports Ethernet, FDDI, Token Ring, ISDN, PPP, SLIP, and WLAN devices, and also several encapsulation formats.
  • wireshark The world's leading network protocol analyzer

Wi-fi

Materials