KeepItTechie
KeepItTechie Blog

Technical notes for Linux, automation, cloud, and creator workflows.

Browse the full archive of KeepItTechie posts, from practical Linux fixes to homelab build notes and AI workflow experiments.

10/9/2025
Linux

Centralize All Your Logins with Authentik | Ultimate SSO for Linux!

Managing separate passwords across a self-hosted stack gets old fast. Here’s a practical look at using Authentik with Docker on Ubuntu Server 24.04 to bring apps like Nextcloud, Grafana,...

10/7/2025
Linux

They Made Debian Actually Easy?! | Asmi Linux 13 Review

Asmi Linux 13 takes Debian’s stable foundation and adds a friendlier experience around Xfce, layout options, snapshots, and simple package format controls....

10/1/2025
Linux

The Secret Behind Linux File Permissions: umask Explained

Linux starts deciding permissions the moment you create a file or folder, and umask is the setting that shapes those defaults. Here’s a practical look at what umask does, how to set it,...

9/27/2025
Linux

The New COSMIC Desktop is Here | Pop!_OS 24.04 Beta Review

Pop!_OS 24.04 LTS Beta is here with the brand-new COSMIC desktop environment built from scratch in Rust. Here’s what stands out about this release, why it matters, and who should actually consider trying it right now.

9/25/2025
Linux

Who REALLY Has Access? Linux groups & id Explained

Linux groups and user IDs quietly control access all over your system. Let’s walk through why the `id` command matters, how groups affect permissions, and where this becomes useful for troubleshooting and security.

9/24/2025
Linux

Stop Linux Ownership Errors | Learn chown in Minutes!

If you have ever copied files as root and then lost access to them later, you have run into a Linux ownership problem. Here is a practical breakdown of what chown does, why it matters, and where it fits alongside chmod.

9/23/2025
Linux

Master Linux Permissions with chmod (Stop “Permission Denied” Errors!)

chmod is one of those Linux commands that solves a lot of headaches once you really understand it. Here’s a practical breakdown of what it does, why permissions matter,...

9/20/2025
Linux

This Ansible Tool Will Change How You Automate Linux Servers!

Ansible Semaphore adds a web UI on top of Ansible so managing playbooks feels more organized and a lot more approachable. Here’s a practical look at why it matters, what the setup flow includes on Ubuntu Server 24.04,...

9/18/2025
Tech Careers

Tech Careers Unfiltered: Live Panel Discussion

This live panel centers on the real experience of working in tech today, from career journeys to the lessons, challenges, and opportunities across different paths....

9/16/2025
Linux

Recover Deleted Files on Linux | Sleuth Kit Ext4 Demo

This walkthrough covers the practical recovery flow shown in the video: examining an ext4 disk image with The Sleuth Kit on Parrot OS, identifying the right partition offset, and safely triaging deleted files....