Zum Inhalt der Seite gehen


🌐 Struggling with Linux networking? Start with the basics! This guide covers commands, file transfers, and security tips for beginners.

👉 Check it out: https://www.spsanderson.com/steveondata/posts/2024-12-20/

💬 Let me know what worked for you or ask questions below!

#Network #Networking #Programming #Linux #CLI #Blog
A terminal window showing the output of a traceroute command to the domain linuxcommand.org. The command traces the route packets take to reach the specified domain. It lists 20 hops, with some hops showing latency times in milliseconds (ms) and others represented by asterisks (*) indicating no response. The final reachable node is 216.243.211.34, with latency values around 77 ms.
A terminal window showing the output of a ping command to www.google.com. The command sends ICMP echo requests and provides round-trip times for each packet sent. It shows 9 packets transmitted and successfully received with 0% packet loss. Latency values for each packet range between 9.70 ms and 14.4 ms. The statistics at the end summarize the minimum, average, maximum, and standard deviation of the round-trip times.