Topic

linux

19 articles

Cover for Day 1: What Actually Happens When You Type docker run
linuxdockerApr 22, 2026

Day 1: What Actually Happens When You Type docker run

Containers aren't VMs. They're Linux processes. A Docker Captain explains namespaces, cgroups, and how Docker really works on your Mac in 2026.

Saloni NarangSaloni Narang · 11 min
Read →
Cover for The Complete Guide to the dd Command in Linux
linuxlinux-commandsAug 2, 2023

The Complete Guide to the dd Command in Linux

The dd command is an extremely powerful Linux utility. It is commonly referred to as the "disk destroyer", “data definition”, “disk dump”

sysxploresysxplore · 10 min
Read →
Cover for Understanding How Containers Work Behind the Scenes
linuxdockerApr 29, 2023

Understanding How Containers Work Behind the Scenes

Containers provide a convenient way to deploy and run applications within their own isolated environment, eliminating the need to create separate virtual…

Anuj ChourasiaAnuj Chourasia · 5 min
Read →
Cover for Iptables Firewall Demo: Learn How to Secure Your Network
tutoriallinuxMar 29, 2023

Iptables Firewall Demo: Learn How to Secure Your Network

Secure your Linux network with an IPTABLES firewall demo. Learn about chains, rule matching, and extensions for improved security

Arnav BarmanArnav Barman · 18 min
Read →
Cover for Speeding up using MicroK8s
linuxkubernetesFeb 21, 2023

Speeding up using MicroK8s

MicroK8s is a lightweight Kubernetes distribution that is designed to run on local systems. It is the smallest and fastest multi-node Kubernetes . It is…

Aayush SharmaAayush Sharma · 8 min
Read →
Cover for Managing your Operating System with Package Managers.
linuxpackageDec 16, 2022

Managing your Operating System with Package Managers.

Before actually learning about package managers, let us put some light on what is a package. Almost every Linux and Unix-based software program is passed…

Aayush SharmaAayush Sharma · 7 min
Read →
Cover for 12 Practical Grep Command Examples In Linux
ubuntulinuxDec 6, 2022

12 Practical Grep Command Examples In Linux

In Linux command line, the grep command is a powerful tool for searching text within files.

sysxploresysxplore · 6 min
Read →
Cover for Essential Linux Commands For DevOps
linuxdevopsAug 18, 2022

Essential Linux Commands For DevOps

Most input lines entered at the shell prompt have three basic elements:- - Command - Options - Arguments The command is the name of the program you are…

Bishal DasBishal Das · 10 min
Read →
Cover for Linux Boot Process Simplified 🐧
operating-systemlinuxJul 4, 2022

Linux Boot Process Simplified 🐧

Linux boot process steps

Vaidansh BhardwajVaidansh Bhardwaj · 5 min
Read →
Cover for Important concepts of Operating Systems
operating-systemlinuxJun 14, 2022

Important concepts of Operating Systems

The operating system is a set of programs that acts as an interface between a User and Hardware. It is necessary to reduce complexity 1. User mode 2.…

Dipankar DasDipankar Das · 14 min
Read →
Cover for What is Shell Scripting?
ubuntulinuxJun 10, 2022

What is Shell Scripting?

In this post will give you an overview of shell programming and provide an understanding of some standard shell programs. This includes shells such as the…

Brijesh KoriBrijesh Kori · 6 min
Read →
Cover for Everything you need to know about the Linux 'ls' command.
linuxbashJun 9, 2022

Everything you need to know about the Linux 'ls' command.

The ls command is one of the most commonly used Linux commands for listing available files or directories from the command line.

sysxploresysxplore · 6 min
Read →
Cover for WTF is Linux Shell Command substitution.
linuxbashJun 6, 2022

WTF is Linux Shell Command substitution.

Command substitution allows you to assign the output of a shell command to a variable. This one of the most useful feature of shell scripts.

sysxploresysxplore · 3 min
Read →
Cover for My KubeCon EU(Virtual) Experience
linuxkubernetesMay 31, 2022

My KubeCon EU(Virtual) Experience

Now, before I tell you about my experience of attending KubeCon + Cloud Native Con EU Valencia, Spain(Virtual). I wanted to let you know about what…

Abhishek KumarAbhishek Kumar · 5 min
Read →
Cover for Linux System Directories Explained
linuxdevopsMay 26, 2022

Linux System Directories Explained

If you are a beginner and want to get familiar with the Linux file system. This blog is for you! Learn functionalities of Linux system Directories.

Hamees SayedHamees Sayed · 6 min
Read →
Cover for Installing Prometheus with SELinux
linuxsecurityMay 16, 2022

Installing Prometheus with SELinux

Shows how to use SELinux to install Applications

LeonLeon · 3 min
Read →
Cover for Package Managers Demystified
ubuntulinuxMay 2, 2022

Package Managers Demystified

Installing software on Linux is very important thing to know especially if you want to become proficient in Linux. APT and other package managers help us.

Muhammad Hammad SaniMuhammad Hammad Sani · 5 min
Read →
Cover for A beginner's guide to Dualbooting Windows with Ubuntu: Part 2
linuxlinux-for-beginnersApr 29, 2022

A beginner's guide to Dualbooting Windows with Ubuntu: Part 2

- Intro to Dual-booting - Compatibility checks and prerequisites for dual-booting. - Partitioning of the disk. - Live USB creation. We are now moving on…

Arnav BarmanArnav Barman · 5 min
Read →
Cover for A beginner's guide to Dualbooting Windows with Ubuntu: Part 1
linuxwindowsApr 28, 2022

A beginner's guide to Dualbooting Windows with Ubuntu: Part 1

It is a technique of keeping multiple live OS on a system.

Arnav BarmanArnav Barman · 5 min
Read →