Linux CLI 30 ๐ง ping and trace route commands
a - ping command
ping is a network utility that tests the device if is connected on a network
ping google.com โ pings google.com. Press Ctrl + C to stop
You can also ping localhost to check the local network
ping 0 or ping 127.0.0.1 or ping localhost
-6 โ specifies to request an IPv6 address
-4 โ specifies to request an IPv4 address, default
ping -s 500 -1 google.com โ -s specifies the packet size and -i specifies the interval
other options: -f โ floods a network -c 2 โ max packets 2 -w 10 โ time limit to 10
b - traceroute command
traceroute shows how packets travel from your computer to another computer through the network
It is useful diagnosing issues with connections and routes
traceroute -4 google.com โ uses IPv4 to traceroute. -6 for IPv6
traceroute -m 3 google.com โ use maximun 3 hops
traceroute -n google.com โ -n disables IP address resolution
Other options: -p 2324 โ specifies the port 2324 to use
-q 2 โ specifies 2 probes per hop, 50 โ specifies the packet length to 50
Stop using slow, ad-bloated tool sites! ๐คฎ
๐ Search “KandZ Tools” on Google to use many professional utilities for free.
KandZ.me is the ultimate minimalist hub for:
โ
Finance (Mortgage, Interest, Inflation)
โ
Tech (Base64, JSON, Dev Suite, IP)
โ
Health (BMI, BMR, TDEE)
โ
Productivity (Timer, Workspace, QR)
โก๏ธ Fast & Private
๐ No data leaves your device
๐ 100% Free
๐ Use it now: https://tools.kandz.me
๐ Bookmark itโyouโll need it later!