From 26c9d4d5f91965f7339951bd6ffc458df3b07073 Mon Sep 17 00:00:00 2001 From: Luis Felipe Santos do Nascimento Date: Fri, 14 May 2021 09:09:27 -0300 Subject: [PATCH 1/3] Add maintenance notice --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e36f2884..43d675fc 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,13 @@ ## Project Hiatus -Due to the overwhelming support for translations, Linux Journey is in the middle of a site overhaul to make it more scalable for translations. Unfortunately, I am a full time professional and full time student so it has taken longer to do the migration than I had hoped. For now, any additional translations/edits/additions will not be added to the site. I'll try my best to finish adding everything that was already committed and will re-visit the project when I have more cycles. Thank you for understanding. +> Due to the overwhelming support for translations, Linux Journey is in the middle of a site overhaul to make it more scalable for translations. Unfortunately, I am a full time professional and full time student so it has taken longer to do the migration than I had hoped. For now, any additional translations/edits/additions will not be added to the site. I'll try my best to finish adding everything that was already committed and will re-visit the project when I have more cycles. Thank you for understanding. +> +> - [@cindyq](https://github.com/cindyq) + +I've created this fork for maintenance of the project. You guys can make contributions to that, and, if [@cindyq](https://github.com/cindyq) ever back, we can just merge. Otherwise, we can keep continuing this awesome project + +If you have any translation, any dead pull request here, any suggestion, etc. Just open an issue in a PR in the fork. ## Language Support From 978779bef9c75f4754d5afeb69dc51d0a45e08bf Mon Sep 17 00:00:00 2001 From: Zois Tasoulas Date: Wed, 5 May 2021 00:06:22 -0500 Subject: [PATCH 2/3] Correct typos --- .../network-troubleshooting/icmp.md | 6 ++--- .../network-troubleshooting/netstat.md | 26 +++++++++---------- .../packet-analysis.md | 4 +-- 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/lessons/locales/en_english/network-troubleshooting/icmp.md b/lessons/locales/en_english/network-troubleshooting/icmp.md index 21113677..48f171fb 100644 --- a/lessons/locales/en_english/network-troubleshooting/icmp.md +++ b/lessons/locales/en_english/network-troubleshooting/icmp.md @@ -2,7 +2,7 @@ ## Lesson Content -The Internet Control Message Protocol (ICMP) is part of the TCP/IP protocol suite, it used to send updates and error messages and is an extremely useful protocol used for debugging network issues such as a failed packet delivery. +The Internet Control Message Protocol (ICMP) is part of the TCP/IP protocol suite, it is used to send updates and error messages and is an extremely useful protocol used for debugging network issues such as a failed packet delivery. Each ICMP message contains a type, code and checksum field. The type field is the type of ICMP message, the code is a sub-type and describes more information about the message and the checksum is used to detect any issues with the integrity of the message. @@ -15,7 +15,7 @@ Let's look at some common ICMP Types:
  • Type 11 - Time Exceeded
  • -When a packet can't get to a destination, Type 3 ICMP message is generated, within Type 3 there are 16 code values that will further describe why it can't get to the destination: +When a packet can't get to a destination, Type 3 ICMP message is generated, within Type 3 there are 16 code values that will further describe why it can't get to the destination: From d046a054b87bd2049d02a9e484f65bbeb6d23238 Mon Sep 17 00:00:00 2001 From: Zois Tasoulas Date: Tue, 4 May 2021 00:34:41 -0500 Subject: [PATCH 3/3] Correct typos --- lessons/locales/en_english/routing/what-is-a-router.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lessons/locales/en_english/routing/what-is-a-router.md b/lessons/locales/en_english/routing/what-is-a-router.md index 900c78c6..9ded2428 100644 --- a/lessons/locales/en_english/routing/what-is-a-router.md +++ b/lessons/locales/en_english/routing/what-is-a-router.md @@ -2,11 +2,11 @@ ## Lesson Content -We've used this term router before, hopefully you know what one is, since you probably have one in your home. A router enables machines on a network to communicate with each other as well as other networks. On a typical router, you will have LAN ports, that allow your machines to connect to the same local area network and you will also have an Internet uplink port that connects you to the Internet, sometimes you'll see this port being labelled as WAN, because it is essentially connecting you to a wider network. When we do any sort of networking activity, it has to go through the router. The router decides where our network packets go and which ones come in. It routes our packets between multiple networks to get from it's source host to it's destination host. +We've used this term router before, hopefully you know what one is, since you probably have one in your home. A router enables machines on a network to communicate with each other as well as other networks. On a typical router, you will have LAN ports, that allow your machines to connect to the same local area network and you will also have an Internet uplink port that connects you to the Internet, sometimes you'll see this port being labelled as WAN, because it is essentially connecting you to a wider network. When we do any sort of networking activity, it has to go through the router. The router decides where our network packets go and which ones come in. It routes our packets between multiple networks to get from it's source host to it's destination host. How does a router work? -Think about routing the same way as mail delivery, we have an address we want to send a letter to, when we send it off to the post office, they get the letter and see, oh this is going to California, I'll put it on the truck going to California (I honestly have no idea how the postal system works). The letter then gets sent to San Francisco, inside San Francisco there are different zip codes, and then in those zip codes there are smaller address codes, until finally someone is able to deliver your letter to the address you wanted. On the other hand, if you already lived in San Francisco and in the same zipcode, the mail deliverer will probably know exactly where the letter has to go to without handing it off to anyone else. +Think about routing the same way as mail delivery, we have an address we want to send a letter to, when we send it off to the post office, they get the letter and see, oh this is going to California, I'll put it on the truck going to California (I honestly have no idea how the postal system works). The letter then gets sent to San Francisco, inside San Francisco there are different zip codes, and then in those zip codes there are smaller address codes, until finally someone is able to deliver your letter to the address you wanted. On the other hand, if you already lived in San Francisco and in the same zipcode, the mail deliverer will probably know exactly where the letter has to go to without handing it off to anyone else. When we route packets, they use similar address "routes", such as to get to network A, send these packets to network B. When we don't have a route set for that, we have a default route that our packets will use. These routes are set on a routing table that our system uses to navigate us across networks. @@ -17,7 +17,7 @@ As packets move across networks, they travel in hops, a hop is how we roughly me Understanding the basic difference between Switching, Routing & Flooding? Packet SWITCHING is basically receiving, processing and forwarding data to the destination device. ROUTING is a process of creating the routing table, so that we can do SWITCHING better. -Before routing, FLOODING was used. If a router don't know which way to send a packet than every incoming packet is sent through every outgoing link except the one it arrived on. +Before routing, FLOODING was used. If a router doesn't know which way to send a packet then every incoming packet is sent through every outgoing link except the one it arrived on. ## Exercise