[Photo by Kseniya Budko](https://www.pexels.com/photo/a-person-holding-a-pencil-9025560/)

How to run a Personal User Manual exercise for Team Building

Learn how to run a Personal User Manual exercise with your team to boost connection, improve communication, and foster a positive team culture. Includes a ready-to-use template and practical tips for success.

2025-08-27 · 4 min · timor
[Photo by Joshua Miranda](https://www.pexels.com/photo/kreatywny-budynek-tekstura-dom-4027658/)

Laws for Every Occasion

Discover the most influential management and productivity “laws”—from Murphy’s Law to Conway’s Law—that shape decision-making, leadership, and organizational behavior. Learn practical applications and scientific backgrounds to boost your effectiveness at work.

2025-08-26 · 6 min · timor

Purge old Cloudflare Pages deployments

Learn how to automatically delete old Cloudflare Pages deployments using a Bash script and the Cloudflare API. Keep your account clean and reduce clutter by removing outdated deployments.

2025-08-26 · 2 min · timor
[Rotten Apple by Eva Bronzini](https://www.pexels.com/pl-pl/zdjecie/pomaranczowy-owoc-na-galezi-drzewa-5503384/)

iTerm2 - Hotkeys unavailable - Another app has enabled secure keyboard input

Learn how to resolve the “Hotkeys unavailable - Another app has enabled secure keyboard input” issue in iTerm2 on macOS Sequoia 15.5 by adjusting Input Monitoring settings.

2025-05-20 · 1 min · timor

Asus TUF Gaming Z790-Plus WIFI - My UEFI/BIOS Settings

Learn about the optimal UEFI BIOS settings for the Asus TUF Gaming Z790-Plus WIFI motherboard, including configurations for RAM, power management, virtualization, and more.

2025-04-30 · 5 min · timor
[Photo by Markus Spiske](https://www.pexels.com/photo/czarno-zielona-plytka-drukowana-2644597/)

Backup from broken NVMe drive with ddrescue

Learn how to recover data from a failing NVMe drive using ddrescue on Linux. This guide covers step-by-step backup instructions, handling read errors, and restoring your files safely.

2025-04-24 · 3 min · timor

ata1.00: failed command: READ FPDMA QUEUED

Learn how to resolve the “ata1.00: failed command: READ FPDMA QUEUED” error on Ubuntu by adjusting SATA power management settings.

2025-02-24 · 3 min · timor
[Photo by Pixabay](https://www.pexels.com/photo/blue-white-orange-and-brown-container-van-163726/)

Efficient Dockerfile templating for complex build scenarios

Why even consider templating Dockerfiles? Dockerfiles revolutionized the industry with their simplicity. Each instruction creates a new layer in the image, which is automatically cached. This process integrates well with SCM, where you “commit” the results of one stage and move forward with other changes. The process can be easily parameterized with ARG instructions, similar to ENV but provided during the build. This allows for creating highly flexible builds. For most users, this is more than sufficient. However, there’s a notable exception: Docker base images. ...

2025-01-01 · 14 min · timor