From 39366733c3fe943363566756e2e152c45a1b3cb2 Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Fri, 25 May 2018 23:29:36 +0000 Subject: Fri May 25 23:29:36 UTC 2018 patches/packages/glibc-zoneinfo-2018e-noarch-2_slack14.2.txz: Rebuilt. Handle removal of US/Pacific-New timezone. If we see that the machine is using this, it will be automatically switched to US/Pacific. --- .../html/basic-network-commands-traceroute.html | 106 --------------------- 1 file changed, 106 deletions(-) delete mode 100644 slackbook/html/basic-network-commands-traceroute.html (limited to 'slackbook/html/basic-network-commands-traceroute.html') diff --git a/slackbook/html/basic-network-commands-traceroute.html b/slackbook/html/basic-network-commands-traceroute.html deleted file mode 100644 index fead8c007..000000000 --- a/slackbook/html/basic-network-commands-traceroute.html +++ /dev/null @@ -1,106 +0,0 @@ - - - - -traceroute - - - - - - - - - - - -
-

13.2 traceroute

- -

Slackware's traceroute(8) command is a very useful network -diagnostic tool. traceroute displays each host that a packet -travels through as it tries to reach its destination. You can see how many -“hops” from the Slackware web site you are with this command:

- - - - - -
-
-% traceroute www.slackware.com
-
-
- -

Each host will be displayed, along with the response times at each host. Here is an -example output:

- - - - - -
-
-% traceroute www.slackware.com
-traceroute to www.slackware.com (204.216.27.13), 30 hops max, 40 byte packets
-1  zuul.tdn (192.168.1.1)  0.409 ms  1.032 ms  0.303 ms
-2  207.171.227.254 (207.171.227.254)  18.218 ms  32.873 ms  32.433 ms
-3  border-sf-2-0-4.sirius.com (205.134.230.254) 15.662 ms 15.731 ms 16.142 ms
-4  pb-nap.crl.net (198.32.128.20)  20.741 ms  23.672 ms  21.378 ms
-5  E0-CRL-SFO-03-E0X0.US.CRL.NET (165.113.55.3) 22.293 ms 21.532 ms 21.29 ms
-6  T1-CDROM-00-EX.US.CRL.NET (165.113.118.2)  24.544 ms  42.955 ms 58.443 ms
-7  www.slackware.com (204.216.27.13)  38.115 ms  53.033 ms  48.328 ms
-
-
- -

traceroute is similar to ping in -that it uses ICMP packets. There are several options that you can specify with traceroute. These options are explained in detail in the man -page.

-
- - - - - -- cgit v1.2.3