Tag: #Linux
Code snippet: Intercepting and Recording Linux Audio Streams with Pipewire
Let's say you're a Linux user. And let's say that you have valid, legitimate, one might even say ethical, reasons for capturing the audio that you're hearing through your speakers. Most modern Linux system are using Pipewire these days, so let'se discuss how you, on a Pipewire system, you can capture the audio being produced by some application you're currently running.
Organizing your Bash PATH
If you've ever looked at your .bashrc
file and wondered how the heck
it got so weirdly out of control, look no further than the slow
migration of "local changes" to the .local
folder, and the number of
language– or framework-specific environments that are now kept there.
There's much to recommend this move, not the least of which is
decluttering the $HOME
directory. But my biggest pet peeve was the
$PATH
variable, which seemed to just grow and grow in my .bashrc
file into an unreadable string. I've decided to fix that. Here's how.