AAAnkur Awasthiinankurawasthi.hashnode.dev·May 9, 2023 · 19 min readRoot Cause Analysis( RCA ) for a Linux System RebootHere we are going to discuss all possible measures which a system administrator has to track for the cause of Linux system reboot. Possible Causes: 1. Hardware issues: Hardware problems such as overheating, power supply failure, or defective componen...00
AAAnkur Awasthiinankurawasthi.hashnode.dev·May 9, 2023 · 10 min readAceesing Web Url "google.com"Let's see what goes behind the screen when you type “http://www.google.com” and hit enter in web browser. Step 1: Obtaining own IP address to Getting Started- DHCP Lets say Bob wants to visit http://www.google.com. He quickly opens his browser and ty...00
AAAnkur Awasthiinankurawasthi.hashnode.dev·May 9, 2023 · 4 min readUnderstanding kernel panic in linuxWhat is a kernel panic?A kernel panic is one of several Linux boot issues. In basic terms, it is a situation when the kernel can't load properly and therefore the system fails to boot. During the boot process, the kernel doesn't load directly. Instea...00