Tag: linux
-
How I Resolved the “mmc1: Controller Never Released Inhibit Bit(s)” Error on My Raspberry Pi 4 with an Argon One M.2 NVMe SSD
If you’ve been experimenting with running your operating system from an M.2 NVMe drive on your Raspberry Pi 4, you may have encountered the infamous mmc1: Controller never released inhibit bit(s) error. It can be both frustrating and confusing—particularly if your Pi was happily running from the SSD one day and suddenly decided to fail…
-
dnsmasq on pihole for wildcards
Say you’re a developer and you want all domains that end in “.test” to be redirected to 127.0.0.1 in the past, we’d edit /etc/hosts file and call it a day. But now, with multiple web services, and code that’s shared between multiple sites, we may want something a little more robust. DNSMasq to the rescue.…