The Mighty tee Command: More Than just a Pipe Dream!

We’ve all been there. You’re running a command, its output is flying by, and you desperately need to see it and save it to a file. Do you run it twice? Copy and paste from your terminal emulator? There’s a better way, and it’s called tee.

Continue reading The Mighty tee Command: More Than just a Pipe Dream!

From Panic to Peace: A Guide to Kernel Recovery on Alpine Linux

We’ve all been there. You’re tinkering with your Alpine Linux system, perhaps compiling a custom kernel, experimenting with new modules, or even just running a routine update, and then… disaster strikes. A kernel panic, an unbootable system, or perhaps just unexpected behavior that points to a corrupted or misconfigured kernel.

Continue reading From Panic to Peace: A Guide to Kernel Recovery on Alpine Linux

Unearthing Your Kernel’s Secrets: A Guide to the dmesg Command

Have you ever wondered what your Linux kernel is up to behind the scenes? Or perhaps you’ve encountered a mysterious hardware issue and wished you had a window into its initialisation? Enter the dmesg command – your trusty companion for peeking into the kernel’s message buffer.

Continue reading Unearthing Your Kernel’s Secrets: A Guide to the dmesg Command

Stay on Top of Your System: A Deep Dive into the watch Command

In the fast-paced world of system administration and development, keeping a real-time pulse on what’s happening under the hood is crucial. Manually re-running commands to check for changes can be tedious and inefficient. That’s where the humble yet incredibly powerful watch command comes in.

Continue reading Stay on Top of Your System: A Deep Dive into the watch Command