CLI is the short form for Command Line Interface. It is a text-based way of using your computer i.e. instead of an interface where you can click buttons, menus, etc using a mouse, you type commands and the computer responds. CLI is referred to as the...
This week was a major level-up. I didn’t just learn commands—I lived through real-world Linux admin and DevOps tasks. From scripting automation to SSL, rsync, systemd, source code compilation, and Git branching workflows—every day was packed. Here's ...
Welcome to My Linux & Internet Learning Journey! If you’ve ever wondered how the internet actually works or how developers use that mysterious black screen called the Linux terminal, you’re in the right place. I’ve recently started learning everythin...
The command line. For years, it’s been our steadfast companion, the gritty, no-nonsense interface where real work gets done. But let’s be honest, for all its power, it often felt like we were still operating in the digital equivalent of a dimly lit g...
What is IAM ? IAM stand for Identity and Access Management . AWS Identity and Access Management (IAM) is a secure web service that enables you to manage access to AWS services and resources for users and applications. It helps you define “who can do ...
GitHub is the go-to platform for hosting and collaborating on code. If you’re new to Git or GitHub, this guide will make setting up your GitHub repository using the Git command line interface (CLI) simple and straightforward. Whether you have an exis...
June 6th, 2025 [8:08 PM] Hey everyone! Sometimes, random tasks come your way that turn out to be pretty cool learning moments. Today, I got assigned a simple but interesting task - to explain some basic Linux commands in a fun way. Honestly, I didn’t...
While maintaining backups across several Linux hosts using rsnapshot, I ran into a deceptively simple but confusing issue: some directories from a remote host were being backed up into a folder literally named ' ' (a single space character). It looke...
Command-line utilities are the most basic and beautiful apps ever created, the apps that started it all. Building a CLI in JavaScript is just a piece of cake nowadays. Yeah, it’s NOT that hard!Lots of powerful arg parsing libraries are available in ...
Overview Dataplex is an intelligent data fabric that enables organizations to centrally discover, manage, monitor, and govern their data across data lakes, data warehouses, and data marts to power analytics at scale. Specifically, you can use Dataple...