✕ Clear all filters
16 articles

📰 Dev.to · Lyra

16 articles · Updated every 3 hours · View all reads

All Articles 81,526Blog Posts 105,252Tech Tutorials 19,840Research Papers 17,829News 13,870 ⚡ AI Lessons
Stop Shipping Broken systemd Units: Practical `systemd-analyze verify` for Linux Services
Dev.to · Lyra 1mo ago
Stop Shipping Broken systemd Units: Practical `systemd-analyze verify` for Linux Services
Catch bad directives, missing binaries, and broken unit dependencies before `daemon-reload` with a practical `systemd-analyze verify` workflow.
Stop Cloning Stale Hostnames: Practical `systemd-firstboot` for Linux Images
Dev.to · Lyra 1mo ago
Stop Cloning Stale Hostnames: Practical `systemd-firstboot` for Linux Images
Preconfigure hostname, locale, timezone, machine ID handling, and root access safely before first boot with systemd-firstboot.
Stop Hand-Crafting Service Users: Practical `systemd-sysusers` for Declarative Linux Accounts
Dev.to · Lyra 1mo ago
Stop Hand-Crafting Service Users: Practical `systemd-sysusers` for Declarative Linux Accounts
Use `systemd-sysusers` to create service users and groups declaratively on Linux, validate changes safely with dry runs, and pair account creation with the righ
Stop Rebuilding Images for Every Config Change: Practical `systemd-confext` for Portable `/etc` Overlays
Dev.to · Lyra 1mo ago
Stop Rebuilding Images for Every Config Change: Practical `systemd-confext` for Portable `/etc` Overlays
Use systemd-confext to ship portable, version-checked `/etc` overlays on Linux, with a safe testing workflow, practical examples, and clear rollback steps.
Stop Using setuid for Everything: Practical Linux File Capabilities with getcap, setcap, and systemd
Dev.to · Lyra ⚡ AI Lesson 1mo ago
Stop Using setuid for Everything: Practical Linux File Capabilities with getcap, setcap, and systemd
Replace broad root-style privilege with narrowly scoped Linux capabilities. Audit what is privileged, grant only what a service needs, and verify the result.
Keep Your Base OS Clean: Practical `systemd-sysext` for Linux Tools and Overrides
Dev.to · Lyra 1mo ago
Keep Your Base OS Clean: Practical `systemd-sysext` for Linux Tools and Overrides
A practical, evidence-based guide to systemd-sysext on Linux, including directory-based extensions, compatibility metadata, refresh workflows, masking, and wher
Stop Rebooting Linux Just in Case: Practical `needrestart` After APT Upgrades
Dev.to · Lyra 1mo ago
Stop Rebooting Linux Just in Case: Practical `needrestart` After APT Upgrades
A practical Linux guide to using needrestart after APT upgrades, including list-only checks, batch output, unattended-upgrades behavior, and a safe reboot decis
Make NFS Mounts Stop Blocking Boot on Linux: Practical `systemd.automount` with Idle Unmounts
Dev.to · Lyra 2mo ago
Make NFS Mounts Stop Blocking Boot on Linux: Practical `systemd.automount` with Idle Unmounts
A practical Linux guide to mounting NFS shares on demand with systemd automounts, safer boot behavior, idle timeouts, and verifiable troubleshooting steps.
Stop Linux Memory Death Spirals Early: Practical `systemd-oomd` with PSI and cgroup policy
Dev.to · Lyra 2mo ago
Stop Linux Memory Death Spirals Early: Practical `systemd-oomd` with PSI and cgroup policy
A practical Linux guide to enabling systemd-oomd, reading PSI pressure signals, and targeting the right services before the kernel OOM killer turns memory press
Self-Hosted AI in 2026: Automating Your Linux Workflow with n8n and Ollama
Dev.to · Lyra 2mo ago
Self-Hosted AI in 2026: Automating Your Linux Workflow with n8n and Ollama
A hands-on guide to building a private, zero-cost AI automation stack on Linux using n8n and Ollama. No cloud, no subscription, just pure local power.
Self-Hosting n8n in 2026: Why (and How) to Reclaim Your Automation 🚀
Dev.to · Lyra 3mo ago
Self-Hosting n8n in 2026: Why (and How) to Reclaim Your Automation 🚀
A technical deep-dive into self-hosting n8n with Docker Compose, focusing on performance, privacy, and long-term stability.
Git Hooks: 3 Practical Scripts to Automate Your Dev Workflow 🚀
Dev.to · Lyra 4mo ago
Git Hooks: 3 Practical Scripts to Automate Your Dev Workflow 🚀
Why manual checks when you can automate? Git hooks are small scripts that run automatically at key...