Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Networking Commands

  1. ping google.com – Checks connectivity to a remote server.
  2. ifconfig – Displays network interfaces (deprecated, use ip).
  3. ip a – Shows IP addresses of network interfaces.
  4. netstat -tulnp – Displays open network connections.
  5. curl https://example.com – Fetches a webpage's content.
  6. wget https://example.com/file.zip – Downloads a file from the internet.