Proxmox Useful Commands

Some useful commands for Proxmox container management: Mount the filesystem of a container that is not running (if you mess something up where booting the container will create problems in your network for example – not that I would have any experience with this 😉 )

Using hardware acceleration in a Proxmox Plex container

Finally got around to fixing hardware acceleration on the plex container running in my proxmox server. These instructions work for Proxmox 8 and plex running in an unprivileged lxc container on debian (distribution should not matter, but I’m using Debian in the container). To make hardware acceleration work, we need to accomplish two things: For…

Splitting and Joining MP3 files from the command line

A couple of great utilities to split and join MP3 files from the command-line in Linux that are quite handy when you want to split a recording into tracks. mp3splt – a great stand-alone utility that can split an MP3 file into multiple tracks. Some of the things you can do: sox – a great…

Linking Audio Input and Output from Applications with Pipewire pw-link

If you are recording audio output from an application, one challenge is that recording the default output can mean you record all the sounds that are produced by all applications. In Linux, you can use pipewire command-line utility pw-link to create a dedicated and isolated link between the application producing the audio output and the…

Amazon Music on Linux

Amazon Music does not have a desktop client for Linux. The web application works fine but is restricted to SD only. After rooting about a bit, I found that using bottles gets you an easy working install of the Amazon Music Windows application on Linux that allows you to play HD and UltraHD tracks. Download…

Installing OpenWRT As A ProxMox VM

Finally decided to take network security at home a bit more seriously and put all my Internet-of-Shit devices into a contained network that I can monitor, control and isolate better. I am still in the process of setting this up and toying with both OpnSense and OpenWRT. My current plan is to run either one…

Libredrive and Viewing UHD/4K Bluray discs in Linux

I have an old Bluray internal drive that does not support UHD/4k (hardware limitation – this drive predates UHD/4K availability in consumer devices). To be able to view them on my machines, I ended up purchasing an AmazonBasics external UHD/4k capable drive. This drive turns out to be a rebadged LG BP60NB10. While the drive…

VFIO NVidia GPU Passthrough with Host Access

This is a write up of what I needed to do to enable passthru of NVidia discrete GPU with host access to the dGPU. System: What I want to be able to do: Apart from following the guides from my previous post, the NVidia proprietary drivers + X11 + Kernel Mode Setting combine to make…