1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-27 19:20:12 +02:00

Add netstat resource (#2451)

Adding additional YouTube resource for netstat command,
This commit is contained in:
Soma Mehra
2022-10-13 03:13:53 +05:30
committed by GitHub
parent 8a4278777c
commit 536b5a4822

View File

@@ -6,3 +6,5 @@ Netstat is a command line utility to display all the network connections on a sy
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.tutorialspoint.com/unix_commands/netstat.htm'>netstat command in Linux with Examples</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='http://www.c-jump.com/CIS24/Slides/Networking/html_utils/netstat.html'>Netstat Tutorial</BadgeLink>
<BadgeLink badgeText='Watch' href='https://www.youtube.com/watch?v=bxFwpm4IobU'>Netstat Commands - Network Administration Tutorial</BadgeLink>
<BadgeLink badgeText='Watch' href='https://www.youtube.com/watch?v=zGNcvBaN5wE'>Linux Command Line Tutorial For Beginners - netstat command</BadgeLink>