From 892449c2cf7f9d0ef0f1852153ba7d03611bbf3d Mon Sep 17 00:00:00 2001 From: vishbin Date: Tue, 16 Jun 2015 23:48:40 -0700 Subject: [PATCH] Update README.md Added a Networking commands section .Added some frequently used networking commands --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 5840e2f..cffaab1 100644 --- a/README.md +++ b/README.md @@ -391,6 +391,12 @@ A few examples of piecing together commands: - `fortune`, `ddate`, and `sl`: um, well, it depends on whether you consider steam locomotives and Zippy quotations "useful" +## Networking + +- `traceroute` : print the route packets trace to network host +- `dig` : DNS lookup utility +- `tcpdump` : dump traffic on a network +- `ngrep` : network grep ## More resources