
{"id":14519,"date":"2013-11-24T16:49:47","date_gmt":"2013-11-24T16:49:47","guid":{"rendered":"http:\/\/www.beautifulwork.org\/?p=14519"},"modified":"2013-11-24T16:49:47","modified_gmt":"2013-11-24T16:49:47","slug":"gnulinux-common-network-utilitiestools","status":"publish","type":"post","link":"https:\/\/www.trueangle.org\/index.php\/2013\/11\/24\/gnulinux-common-network-utilitiestools\/","title":{"rendered":"common network utilities\/tools"},"content":{"rendered":"<h4><u>commandline session<\/u><\/h4>\n<pre style=\"width:100%;\">\n$ping www.beautifulwork.org\nPING beautifulwork.org (46.22.210.18) 56(84) bytes of data.\n64 bytes from mars.infoclub.in (46.22.210.18): icmp_req=1 ttl=53 time=310 ms\n64 bytes from mars.infoclub.in (46.22.210.18): icmp_req=2 ttl=53 time=210 ms\n64 bytes from mars.infoclub.in (46.22.210.18): icmp_req=3 ttl=53 time=210 ms\n64 bytes from mars.infoclub.in (46.22.210.18): icmp_req=4 ttl=53 time=210 ms\n64 bytes from mars.infoclub.in (46.22.210.18): icmp_req=5 ttl=53 time=211 ms\n^C\n--- beautifulwork.org ping statistics ---\n5 packets transmitted, 5 received, 0% packet loss, time 4069ms\nrtt min\/avg\/max\/mdev = 210.503\/230.707\/310.307\/39.800 ms\n$ping -c 2 www.beautifulwork.org\nPING beautifulwork.org (46.22.210.18) 56(84) bytes of data.\n64 bytes from mars.infoclub.in (46.22.210.18): icmp_req=1 ttl=53 time=302 ms\n64 bytes from mars.infoclub.in (46.22.210.18): icmp_req=2 ttl=53 time=209 ms\n\n--- beautifulwork.org ping statistics ---\n2 packets transmitted, 2 received, 0% packet loss, time 1000ms\nrtt min\/avg\/max\/mdev = 209.468\/256.133\/302.799\/46.668 ms\n$ping -c 2 -i 1 www.beautifulwork.org\nPING beautifulwork.org (46.22.210.18) 56(84) bytes of data.\n64 bytes from mars.infoclub.in (46.22.210.18): icmp_req=1 ttl=53 time=328 ms\n64 bytes from mars.infoclub.in (46.22.210.18): icmp_req=2 ttl=53 time=347 ms\n\n--- beautifulwork.org ping statistics ---\n2 packets transmitted, 2 received, 0% packet loss, time 1000ms\nrtt min\/avg\/max\/mdev = 328.452\/337.938\/347.425\/9.504 ms\n$netstat  -ntl\nActive Internet connections (only servers)\nProto Recv-Q Send-Q Local Address           Foreign Address         State\ntcp        0      0 0.0.0.0:45517           0.0.0.0:*               LISTEN\ntcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN\ntcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN\ntcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN\ntcp6       0      0 :::111                  :::*                    LISTEN\ntcp6       0      0 :::22                   :::*                    LISTEN\ntcp6       0      0 ::1:25                  :::*                    LISTEN\ntcp6       0      0 :::51975                :::*                    LISTEN\n$netstat  -ntlp\n(Not all processes could be identified, non-owned process info\n will not be shown, you would have to be root to see it all.)\nActive Internet connections (only servers)\nProto Recv-Q Send-Q Local Address           Foreign Address         State       PID\/Program name\ntcp        0      0 0.0.0.0:45517           0.0.0.0:*               LISTEN      -\ntcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      -\ntcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      -\ntcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN      -\ntcp6       0      0 :::111                  :::*                    LISTEN      -\ntcp6       0      0 :::22                   :::*                    LISTEN      -\ntcp6       0      0 ::1:25                  :::*                    LISTEN      -\ntcp6       0      0 :::51975                :::*                    LISTEN      -\n$sudo netstat  -ntlp\n[sudo] password for jeffrin:\nActive Internet connections (only servers)\nProto Recv-Q Send-Q Local Address           Foreign Address         State       PID\/Program name\ntcp        0      0 0.0.0.0:45517           0.0.0.0:*               LISTEN      1859\/rpc.statd\ntcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      1828\/rpcbind\ntcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      3099\/sshd\ntcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN      27100\/exim4\ntcp6       0      0 :::111                  :::*                    LISTEN      1828\/rpcbind\ntcp6       0      0 :::22                   :::*                    LISTEN      3099\/sshd\ntcp6       0      0 ::1:25                  :::*                    LISTEN      27100\/exim4\ntcp6       0      0 :::51975                :::*                    LISTEN      1859\/rpc.statd\n$sudo netstat  -n\n<\/pre>\n<h4><u>GNU\/Linux Common Network Utilities\/Tools &#8211; Video Tutorial Related<\/u><\/h4>\n<p>[source : <a href=\"http:\/\/www.youtube.com\/user\/frankperez87\" target=\"_blank\" rel=\"noopener\">http:\/\/www.youtube.com\/user\/frankperez87<\/a>]<\/p>\n<pre style=\"width:100%;\">\n[youtube https:\/\/www.youtube.com\/watch?v=CigJXmUYXJY?rel=0&w=853&h=480]\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>commandline session $ping www.beautifulwork.org PING beautifulwork.org (46.22.210.18) 56(84) bytes of data. 64 bytes from mars.infoclub.in (46.22.210.18): icmp_req=1 ttl=53 time=310 ms 64 bytes from mars.infoclub.in (46.22.210.18): icmp_req=2 ttl=53 time=210 ms 64 bytes from mars.infoclub.in (46.22.210.18): icmp_req=3 ttl=53 time=210 ms 64 bytes from mars.infoclub.in (46.22.210.18): icmp_req=4 ttl=53 time=210 ms 64 bytes from mars.infoclub.in (46.22.210.18): icmp_req=5 ttl=53 time=211 &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/www.trueangle.org\/index.php\/2013\/11\/24\/gnulinux-common-network-utilitiestools\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;common network utilities\/tools&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[7,83,91],"tags":[1157,1185,1269],"_links":{"self":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/14519"}],"collection":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/comments?post=14519"}],"version-history":[{"count":0,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/14519\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/media?parent=14519"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/categories?post=14519"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/tags?post=14519"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}