THE UNKNOWN

Essays, notes, and practical guides for making sense of the world.

Writing · Page 7 of 7
84 notesBrowse archive
Understanding Algorithms and Data Structures for Beginners

Understanding Algorithms and Data Structures for Beginners

When stepping into the world of programming, two terms often come up: algorithms and data structures. While they might sound complex at first, they are...

4 min read
Memory Leaks Unleashed: The Cost of Forgetting free and delete in C/C++

Memory Leaks Unleashed: The Cost of Forgetting free and delete in C/C++

Memory management is a cornerstone of effective programming, especially in languages like C and C++ that offer extensive low-level control to developers....

3 min read
The Fan That Only Worked After Midnight

The Fan That Only Worked After Midnight

An old desk fan develops a schedule, a personality, and one very specific condition for cooperation.

2 min read
Read Disk Usage Before Deleting Anything

Read Disk Usage Before Deleting Anything

A read-only first pass for understanding a full Linux filesystem before cleanup begins.

2 min read
tmux for a Quietly Persistent Shell

tmux for a Quietly Persistent Shell

A small tmux routine for keeping remote work alive without turning the terminal into a cockpit.

2 min read
Mastering MySQL for Beginners

Mastering MySQL for Beginners

MySQL is one of the world's most popular database management systems, and it's essential for anyone looking to dive into data management, web development, or...

4 min read
Docker Tutorial for Beginners: Getting Started

Docker Tutorial for Beginners: Getting Started

Docker has become an essential tool for developers and system administrators, simplifying the process of deploying applications in a consistent environment. If...

5 min read
Exploring the Power of Ubuntu

Exploring the Power of Ubuntu

In the world of operating systems, Ubuntu has carved out a significant niche since its release in 2004. Derived from the Debian architecture, it was designed...

4 min read
Understanding Debian: A Comprehensive Guide

Understanding Debian: A Comprehensive Guide

Debian is one of the oldest and most influential Linux distributions available today. Its rich history, commitment to free software principles, and robust...

5 min read
Understanding the Linux Kernel Architecture

Understanding the Linux Kernel Architecture

The Linux kernel is the heart of the Linux operating system, serving as the core interface between a computer’s hardware and its processes. Understanding how...

5 min read
Linux Tutorial for Beginners

Linux Tutorial for Beginners

If you’re new to Linux, this tutorial will help you get started with the basics. Linux is an open-source operating system that powers everything from...

4 min read
Essential Git: A Step-by-Step Tutorial for Beginners

Essential Git: A Step-by-Step Tutorial for Beginners

Refer to Git - Downloads. Git categorizes configuration files based on their scope, with two commonly used levels: 1. Global configuration file for the current...

17 min read