# quick bite (blogs) — RSS Amplifier

Recent posts from the 2 feeds in the RSS Amplifier directory that cover quick bite.

Page: <https://rssamplifier.com/topics/quick-bite/blogs>  
Feed: <https://rssamplifier.com/topics/quick-bite/blogs.md>

---

## [Linux USB WiFi](https://lab.rapternet.us/?p=5208)

_2026-08-17 · admin · Systems Lab_

For Debian, Install sudo apt install firmware-mediatek Panda Wireless PAU0F AXE3000

## [Chown hidden files and folders](https://lab.rapternet.us/?p=5154)

_2026-08-10 · admin · Systems Lab_

I ran into a weird problem that I wanted to chown a bunch of hidden files and folders, which took a bit of an odd set of arguments to do. It wasn t difficult, but I wanted to document it chown -R /path/to/.\[^.\]\*

## [Docker Log File Usage](https://lab.rapternet.us/?p=5113)

_2026-03-09 · admin · Systems Lab_

I ran into some issues with my unraid server recently. The docker image usage started skyrocketing at an alarming rate. I started digging into multiple ways it could be getting filled up and ran into a very odd file while doing so (sadly it didn t contribute to the docker image usage, but good to have Continue reading "Docker Log File Usage"

## [Exporting Gifs using VSDC](https://lab.rapternet.us/?p=5126)

_2026-03-02 · admin · Systems Lab_

I made a cyberbrick model and posted it to makerworld, but while telling folks about it, someone mentioned that it would be nice to have a video of it driving to reference when deciding if they wanted to make it. I could record one easily enough on my phone, but I haven t tried to convert Continue reading "Exporting Gifs using VSDC"

## [Bot 2: Pinch Hazard](https://lab.rapternet.us/?p=5101)

_2026-02-24 · admin · Systems Lab_

After making This Side Up, I have wanted to make another bot, this time a bit more controllable. I picked motors that were too high of RPM and an ESC without too little finesse to drive it around well. I also felt like trying out the cyberbrick kit from Bambu Labs. So here I am Continue reading "Bot 2: Pinch Hazard"

## [Kubernetes GPU Sharing: NVIDIA MIG + DRA on Amazon EKS](https://blog.ediri.io/kubernetes-gpu-sharing-nvidia-mig-dra-on-amazon-eks)

_2026-02-01 · Engin Diri · \_CLOUD_

GPU scheduling in Kubernetes has always felt like buying a mansion when you need a studio apartment. A small inference workload that needs 2GB of GPU memory gets scheduled on an entire 80GB A100, and there's nothing you can do about it. The device pl...

## [3d Printing in the Smart Home](https://lab.rapternet.us/?p=4074)

_2025-08-25 · admin · Systems Lab_

Just trying a new thing here I guess, just a gallery of projects, linking out to the blog posts covering them. Not sure if I ll do this often, probably not though.

## [DokuWiki Android App](https://lab.rapternet.us/?p=4920)

_2025-08-04 · admin · Systems Lab_

I recently setup the dokuwiki Android app on my phone. The setup was simple enough with one catch. The server URL had to be the URL to the xmlrpc.php file on the server. This couldn t be just the wiki domain to function. I m not sure if I missed the note in the setup docs, but Continue reading "DokuWiki Android App"

## [Roku Integration ECP Command Not Allowed](https://lab.rapternet.us/?p=4800)

_2025-07-28 · admin · Systems Lab_

I noticed that my roku integrations in home assistant weren t functioning. They were instead throwing an error that ECP command not allowed in Limited mode . Luckily this is a pretty easy thing to fix in Roku settings. Additional options were added to Settings System Advanced System Settings Control by mobile apps Continue reading "Roku Integration ECP Command Not Allowed"

## [Finishing Old Projects 3 &#8211; Dishonored (Corvo&#8217;s) Mask](https://lab.rapternet.us/?p=4737)

_2025-07-21 · admin · Systems Lab_

This is another project I started quite a few years ago. I printed out a number of the small parts for the mask, though never got to the larger parts of the print, and still had plenty left to do on it. I didn t intend to make it wearable, so that will at least simplify Continue reading "Finishing Old Projects 3 Dishonored (Corvo s) Mask"

## [Crypto Payments, No Custody (Sponsored)](https://crawlproof.com/a/Gzt1i6OV7Lrj)

_2025-07-21 · **Sponsored**_

Send crypto to merchant wallets via API with real-time updates and automatic fees.

## [ESPHome Powered Solder Fume Filtration/Extraction](https://lab.rapternet.us/?p=3821)

_2025-07-14 · admin · Systems Lab_

As I ve been doing more soldering and creating air quality sensors, I ve noticed an extreme drop in quality when I m soldering. This doesn t surprise me, but seeing the magnitude of it gives me good reason to work on a small soldering fume extractor and filter. My plan is to use an ESP32 to control PWM Continue reading "ESPHome Powered Solder Fume Filtration/Extraction"

## [Renaming Hostnames in ESPHome](https://lab.rapternet.us/?p=4845)

_2025-07-07 · admin · Systems Lab_

I ve been a bit annoyed by the default esphome-web names that many of my devices have. I haven t tried renaming many of them, which seems to be simpler now than when I first renamed a few of them years ago. I also have a secondary issue in my ESPHome dashboard, devices showing as offline, but Continue reading "Renaming Hostnames in ESPHome"

## [Argo CD: Enable Helm Support in Kustomize](https://blog.ediri.io/argo-cd-enable-helm-support-in-kustomize)

_2024-11-24 · Engin Diri · \_CLOUD_

TL;DR: The code https://github.com/dirien/quick-bites Nothing is more controversial in the Kubernetes community than whether to use Helm or Kustomize. I always advocate the philosophy of using the right tool for the right job. It avoids the problem...

## [Advanced Secret Management on Kubernetes with Pulumi: External Secrets Operator](https://blog.ediri.io/advanced-secret-management-on-kubernetes-with-pulumi-external-secrets-operator)

_2024-10-06 · Engin Diri · \_CLOUD_

TL;DR Le code https://github.com/dirien/quick-bites Introduction This article is part three of my series on secret management on Kubernetes with the help of Pulumi. In my first article, we talked about the Sealed Secrets controller. The second arti...

