Cron Jobs for absolute beginners

What the heck is Cron? Cron was originally existed as a preinstalled utility in old Unix systems. It was created to run scheduled jobs or in other words to execute something in a predefined t...
0 Read More

Scripting Series – Part 4 of 8

Scripting Series – Part 4 of 8
Welcome to part 4 in the series of shell scripting. Today we will look at a script that goes through an array with complex values. Complex values such as spaces, apostrophes, and quotes.Scripting is t...
0 Read More

Why ARP Matters !!!

We need ARP (Address Resolution Protocol) to enable communication between devices on a local network. Specifically, ARP is used to map an IP address (logical address) to a MAC address (physical addres...
0 Read More

Creating a Linux VM on Azure

Creating a Linux VM on Azure
☁️ Step 1: Log into Azure Go to https://portal.azure.com Sign in with your Microsoft account 🖥️ Step 2: Create a New VM ⚙️ Step 3: Configure the VM Fill out...
0 Read More