DevRadar

DevOps

Auto-aggregated global tech articles · 46 posts

DevOps

New Project Megathread - Week of 03 Sep 2026

Welcome to the New Project Megathread! This weekly thread is the new official home for sharing your new projects (younger than three months) with the community. To keep the subreddit feed from being overwhelmed (particularly with the rapid influx of AI-generated projects) all new projects can only b

Reddit r/selfhosted
DevOps

Ask HN: Are others seeing Google's reCAPTCHA rejecting Firefox users?

Infinite Google ReCAPCHA loop trying to access archive.is using current Firefox from Linux. Just started today. Firefox is in "strict" mode. Disabled Privacy Badger for that site, and it didn't help. Tried private browsing, and it didn't help.Is this part of Google's war against ad-blocking and non-

Hacker News (Front Page)
DevOps

GitHub CLI Linux package signing key expires September 5

The current PGP key for the GitHub CLI Linux package repositories expires on Saturday, September 5, 2026. Beginning with the first release after that date, APT and RPM repository metadata… The post GitHub CLI Linux package signing key expires September 5 appeared first on The GitHub Blog.

GitHub Changelog
DevOps

ChromeOS Lookalikes, Two Ways: One With Drivers, One Without

This article covers two scripts that live in the same repository for the same underlying reason — getting a Linux box to behave like a Chromebook — and that end up doing almost nothing alike, because they solve that problem for two different machines. https://github.com/xbill9/chromeos-boot

Dev.to (EN Zone)
DevOps

One tab for every repo, container and AI session on my machine

My working day spans about ten Git repositories. Here is where their state actually lived: which trees are dirty → forty terminal tabs which branches are behind → a Git client, pointed at one repo at a time which containers are up → docker ps the AI conversation I had yesterday about the retry po

Dev.to (EN Zone)
DevOps

OpenCode Custom Provider in Docker Sandbox

A simple guide/writeup to myself and others when setting up OpenCode inside a Docker sandbox. Get Started Install OpenCode Get your provider key Create your opencode.jsonc config: { "$schema": "https://opencode.ai/config.json", "lsp": true, // see note below "enabled_provid

Dev.to (EN Zone)
DevOps

Wails on opensuse

Hello Folks, does anyone know about or uses wails on opensuse? I wanted to use wails for some small hobby projects. I tried to follow the installation guide for Linux, installed all necessary packages (at least I thought I did) but the command wails doctor spits out: # Dependencies ┌────────────────

Reddit r/golang
DevOps

1Password wades into a right-wing mess after funding a Linux project

1Password faced immediate backlash from customers this week over a $300,000 pledge in support of a Linux distro created by David Heinemeier Hansson, who has regularly published overtly racist blog posts that include comments calling for deportation of ethnic minorities in Europe. The popular passwor

The Verge (Tech)
DevOps

[$] Securely suspending LUKS-encrypted disks

When a laptop is asleep, its memory is not unreadable. The right tooling can attach to the computer's memory bus and read out its contents, and cold-boot attacks can theoretically read values from memory for a short time after the computer loses power. That is really an unavoidable fact about the h

LWN.net