Why I Threw Away My Mouse (The Shell vs. GUI Debate)

A manifesto on why the Command Line Interface (CLI) beats the Graphical User Interface (GUI) for serious technical work.

December 15, 2025 · 4 min · 785 words · Murat Kurkoglu

The Black Screen: I Formatted Everything and Now I'm Lost

Surviving the first few minutes of a pure text-based Linux experience.

December 13, 2025 · 4 min · 649 words · Murat Kurkoglu

Automating Linux Backups with rsync: A Set-and-Forget Strategy

A masterclass on using rsync for automated, incremental backups to prevent data loss.

November 26, 2025 · 4 min · 686 words · Murat Kurkoglu

Bash 'cd' Command: Master Terminal Navigation Now

Stop feeling lost in the Linux terminal. Master the ‘cd’ command, relative vs. absolute paths, and the back button trick ‘cd -’ to navigate like a pro.

November 11, 2025 · 9 min · Murat Kurkoglu

Bash 'ls': How -lah Unlocks Your File System

Ever felt lost in your terminal? Master the ’ls’ command and its essential flags (-l, -a, -h) to finally ‘see’ your file system clearly.

November 11, 2025 · 10 min · Murat Kurkoglu

Bash 'pwd': Your 'You Are Here' Map in the Terminal

Ever feel lost in the Linux terminal? Learn why ‘pwd’ (Print Working Directory) is more than a command—it’s the anchor for your mental model.

November 11, 2025 · 8 min · Murat Kurkoglu