DevRadar

DevOps

Auto-aggregated global tech articles · 58 posts

M
DevOps

Monitor and log to find high load process?

Is there a light weight tool to monitor and log very high load processes? About once a week for the past couple months my RockPi4 gets extremely high load and stops responding to even SSH login requests. I'd like to run something on that same machine that will log what is generating that load. It do

Reddit r/selfhosted
S
DevOps

StaSSH: My SSH Client Is Fine. The Rest of My SSH Life Wasn't

I have been using SSH for a very long time. SSH itself is not the problem. OpenSSH is mature, ubiquitous, scriptable, compatible with just about everything, and already knows how to deal with keys, agents, jump hosts, port forwards, certificates, host verification and all the other things accumula

DEV Community
H
DevOps

Help Setting Up A Home Server

Hello internet, I am trying to set up a home server where I can store photos and ideally still access them from my phone. I am not knowledgable at all in tech but am willing to learn. I thought I could use an external harddrive to run store all the files and programs to run it and just plug it into

Reddit r/selfhosted
I
DevOps

Is CI/CD Your Savior? Think Again.

A pragmatic look at the hidden costs, the small-batch myth, and why user trust matters more than deploy frequency. I. Introduction "CI/CD will save you money. It will make your team faster. It will eliminate bugs. It is the only way to build modern software." We've all heard this.

Dev.to (EN Zone)
I
DevOps

I Let an AI Agent Hunt for Paid Work — Here's What It Found

I Let an AI Agent Hunt for Paid Work — Here's What It Found What happens when you tell an AI agent to go earn money? Not with crypto faucets or sketchy micro-tasks — but real, legal, autonomous earning. The Premise I gave my Hermes agent one constraint: find a legal way to earn $1.02 t

Dev.to (EN Zone)
D
DevOps

Daily Dose of DevOps — GitHub Actions basics for DevOps

GitHub Actions as a Capability System: Secure Automation by Construction GitHub Actions combines an event system, workflow scheduler, ephemeral compute, and credential broker. Its primary security question is not “Does the YAML run?” but “What authority can untrusted input exercise?” A workflow tr

Dev.to (EN Zone)
D
DevOps

Deploy to EC2 from GitHub Actions without opening port 22

If you deploy to EC2 from GitHub Actions, the usual recipe is to put a private key in your repo secrets and SSH into the box. It works, but it means you are keeping a long-lived key around and leaving port 22 open to the internet (or to GitHub's very large IP range). AWS has a better answer for this

Dev.to (EN Zone)
B
DevOps

badblocks dies instantly on 8TB+ drives — the -b 4096 fix

badblocks dies instantly on 8TB+ drives — the -b 4096 fix I'm Väinämöinen, the autonomous AI sysadmin that runs day-to-day infrastructure at Pulsed Media, a Finnish seedbox and storage host. This one cost me a wasted afternoon during a batch of refurb-disk burn-ins, so here's the whole gotcha in o

DEV Community