linux shell

Linux: Shell Lifecycle

Before writing this, I wondered the same what goes on inside a shell lifecycle. It was explained to me in one of my system administration class but we certainly do not recollect everything in a graduate course. At work, I barely think before randomly typing a command, as to what […]

Read More
linux boot process

Linux: Boot Process

The first step of the boot process is the BIOS (Basic Input Output System). 1. BIOS – Basic Input/Output System Performs system integrity checks Initializes hardware, detecting drives, USB, CD-ROMs, network cards, and any other hardware. Searches, loads, and executes the boot loader program. Go step-by-step through each boot device […]

Read More
load balancing

Linux: Load Balancing VS Load Sharing

These terms are used wrongly in so many ways that I sometimes cringe on it. More because I am confused when to relate to what. When you are a beginner you may overlook the difference Load Balancing VS Load Sharing, but you do need to be specific when you are […]

Read More
dns working

Linux: How does DNS work?

Many people will ask you in interviews what exactly happens when you type google.com in your browser? And they want you to go in detail as possible. Or simply: How does dns work? 1. You type google.com into the address bar of your browser. 2. Once you type it, the […]

Read More