Please turn JavaScript on
DEV Community: devops icon

DEV Community: devops

Want to stay in touch with the latest updates from DEV Community: devops? That's easy! Just subscribe clicking the Follow button below, choose topics or keywords for filtering if you want to, and we send the news to your inbox, to your phone via push notifications or we put them on your personal page here on follow.it.

Reading your RSS feed has never been easier!

Website title: DEV Community

Is this your feed? Claim it!

Publisher:  Unclaimed!
Message frequency:  44.38 / day

Message History

The Sudoers.d Trap That'll Waste an Hour of Your Life

If you've ever dropped a file into /etc/sudoers.d/ and watched your sudo rule quietly do nothing, you're not alone. This one trips up almost every Linux admin at least once.

The Problem

You add a rule like:

ALL ALL=(ALL) NOPASSWD: /usr/bin/systemctl status nginx

to /etc/sudoers...


Read full story

Originally published at aradar.top.

The server room is too loud. You picture blue LEDs blinking in the dark. It’s actually a wall of sound - thousands of small fans screaming in slightly different keys, a noise that gets into your teeth. I had the yellow ear protec...


Read full story
Free AI Infrastructure Isn't a Compromise. It's a Constraint Class.

Here's the conclusion up front: free AI infrastructure fails when you treat it as paid infrastructure with the price tag removed. It succeeds when you treat it as a different constraint class with its own fit criteria. Most teams pick wrong because they argue about price instead of measuring fit.

...

Read full story

Last month, a side project died at the API checkout. The code worked. The credit card did not.

The fix is not a bigger budget. The fix is a smaller one.

This tutorial builds a working LLM endpoint from zero. Every step ends with a verification command. You need a terminal, Python 3.11+, and about thirty minutes.

Why cost control is the real feature ...

Read full story

My coding agents kept failing in ways nothing reported. Not crashes — crashes announce themselves. The expensive failures were silent: a session looping on the same three tool calls, convinced it was busy. A process OOM-killed at 3am, taking its ability to tell me with it. Six hours of nothing, discovered at breakfast.

The platforms are closing the other half...


Read full story