Advanced Search
Search Results
168 total results found
Update Directus Gobally
From the LXC's CLI, I did each of these one by one: npm install -g directus directus --version pm2 restart directus
Parse DSDPlus File Names and Import into DB
I've got a Windows 11 VM running in my Proxmox server which is where I run my copy of DSDPlus Fast Lane to monitor a local radio system. I've got it set up to record per-call audio files, and move them to an LXC, where I've set up a web interface to view/play ...
Batch Export Google Slides as PNGs
Google Slides is a great way to generate images for things, like I did on this site. Each of my shelves and books images are exactly that. What if you want to export your entire slide deck at once, instead of having to manually export each one via the File men...
PWA Stuffs
Progressive Web Apps need a few things to get started, and here the basics: Manifest This is an instruction sheet essentially for telling the browser what's what, and where, and to load some icons, etc. Service Worker This is the JS that will do ...