Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

105 total results found

Update Directus Gobally

Directus Install Without Docker

From the LXC's CLI, I did each of these one by one: npm install -g directus directus --version pm2 restart directus  

update directus
update directus

Parse DSDPlus File Names and Import into DB

WebDev Python Scripts

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 ...

dsdplus parser
dsdplus parser

Batch Export Google Slides as PNGs

Google Apps Scripts

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...

export slides
export slides

PWA Stuffs

WebDev Progressive Web App

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 ...

pwa example
pwa example

LXC Inventory Script

ProxMox PVE

I use the following script in the PVE shell to get a quick inventory of whats what in my containers.  Change the permissions to run it, I put it in the ~ directory: chmod +x ~/what.sh Here's the script: #!/bin/bash echo "🧾 Proxmox LXC Container Deep Aud...

lxc inventory script
lxc inventory script