User:DavesCodeMusings: Difference between revisions
(Created page with "I've been using Alpine for a few years as a lightweight OS on barebones NUC mini-PCs. My current approach is to run basic services like: email, DNS, LDAP, and system monitoring at the OS level. Everything else runs in Docker containers. Whenever I figure out how to do something that takes more than a few commands, I tend to write it down. And since I'm writing it down, I might as well share.") |
No edit summary |
||
Line 1: | Line 1: | ||
I've been using Alpine for a few years as a lightweight OS on barebones NUC mini-PCs. My current approach is to run basic services like: email, DNS, LDAP, and system monitoring at the OS level. Everything else runs in Docker containers. Whenever I figure out how to do something that takes more than a few commands, I tend to write it down. And since I'm writing it down, I might as well share. | I've been using Alpine for a few years as a lightweight OS on barebones NUC mini-PCs. My current approach is to run basic services like: email, DNS, LDAP, and system monitoring at the OS level. Everything else runs in Docker containers. Whenever I figure out how to do something that takes more than a few commands, I tend to write it down. And since I'm writing it down, I might as well share. | ||
I also like to do stuff with ESP microcontrollers and MicroPython. You can find more on that at my GitHub page https://davescodemusings.github.io/ |
Revision as of 23:00, 2 February 2025
I've been using Alpine for a few years as a lightweight OS on barebones NUC mini-PCs. My current approach is to run basic services like: email, DNS, LDAP, and system monitoring at the OS level. Everything else runs in Docker containers. Whenever I figure out how to do something that takes more than a few commands, I tend to write it down. And since I'm writing it down, I might as well share.
I also like to do stuff with ESP microcontrollers and MicroPython. You can find more on that at my GitHub page https://davescodemusings.github.io/