Anthropic’s Cyber Research Suggests AI Is Reducing the Time Between a Patch and an Exploit

eido-askayo.blogspot.com · Jun 26 · ✨ AI ·

On May 22, June 3, and June 8, 2026 , Anthropic published three cyber research posts that looked like different stories. One was about exploit benchmarks. One mapped malicious AI use to the MITRE…

Can iCloud remotely enable Protect Mail Activity on your Mac?

lapcatsoftware.com · Jun 26 · 🛡️ Sysadmin & Security ·

This may sound far-fetched, but I already found that iCloud remotely triggers iMessage sign-in and sync (as well as FaceTime sign-in). I have circumstantial evidence that iCloud also remotely enabled…

Escape the Silo: Hot, Warm & Cold Privacy Resilience

incognitocat.me · Jun 26 · 🛡️ Sysadmin & Security ·

Escape the silo with hot, warm & cold backups for your privacy tools. Learn redundancy, data portability, and resilient strategies to stay in control.

Automating the Audit Trail: How I Built a GitHub Screenshoter for Zero-Friction SOC 2 Compliance

greenido.dev · Jun 26 · 🧩 Programming ·

It’s audit season. And if you’re a SaaS startup, you know exactly what that means.The dreaded “Change Management” evidence request. Some auditor sends you a list of 15 random commit SHAs…

gnu linux + bash + kvm virt-manager: how to start and connect to display of vm

dwaves.de · Jun 26 · 🛡️ Sysadmin & Security ·

virsh list --all; # show all available vms (if the list is empty check this article) virsh start vmname; # start the vm virsh dominfo vmname; # get info on vm Id: 2 Name: vmname UUID:…

Oracle Cloud free tier 2026: 4 OCPU/24GB cut to 2 OCPU/12GB

terminalbytes.com · Jun 26 · 🛡️ Sysadmin & Security ·

Oracle quietly halved its Always Free Ampere A1 tier to 2 OCPU and 12GB RAM. What changed, whether you'll be billed, and how to resize your instance.

gnu linux debian: kvm qemu non root user can not see any vms ( virsh list –all empty list )

dwaves.de · Jun 26 · 🛡️ Sysadmin & Security ·

hostnamectl; # tested on Operating System: Debian GNU/Linux 13 (trixie) Kernel: Linux 6.12.74+deb13+1-amd64 Architecture: x86-64 # as non root user virsh uri qemu:///session # as root user su - root…

Learning TRex: Generating 100GbE Line-Rate Traffic on a Mellanox ConnectX-5

haryachyy.wordpress.com · Jun 26 · 🛡️ Sysadmin & Security ·

Generate 100GbE line-rate traffic (142 Mpps) with TRex 3.06 on a Mellanox ConnectX-5: hardware, the frame-size math, config, streams, and tuning. Continue reading →

Making this site a little faster

martincapodici.com · Jun 26 · 🕸️ Web & Internet ·

This site runs on WordPress on a cheap hosting plan, with W3TotalCache and Cloudflare in front of it to hopefully make it a bit faster. It turns out my quick setup of bundling this all together…

The Killswitch.

keinpfusch.net · Jun 26 · 🛡️ Sysadmin & Security ·

A curl mountain movie

daniel.haxx.se · Jun 26 · 🛡️ Sysadmin & Security ·

One of my favorite visuals for known vulnerabilities in curl is the mountain. It shows how many currently known vulnerabilities were present in the code through-out curl’s history. In the end…

Closing for security

pepicrft.me · Jun 26 · 🛡️ Sysadmin & Security ·

Daytona went closed source yesterday, and the reasoning was security. Look at these moves through the lens of business instead, and a different and more honest story shows up.

Neural What? My LLM bill is down to a sixth - by no longer paying per token.

coinerella.com · Jun 26 · ✨ AI ·

You might have read recently on this blog that my procurement preferences for hank.parts are basically EU,(self hosted) open source, UK/CH,Rest of the world,in this order. This article is a…

LiteLLM: AI Gateway on Kubernetes and Metrics in VictoriaMetrics

rtfm.co.ua · Jun 26 · 🛡️ Sysadmin & Security ·

In the first part – LiteLLM: AI Gateway for LLMs – features overview we got familiar with what LiteLLM can do in general – now we can run it in Kubernetes and connect clients. At…

The Imitation Game: How Modern Solutions Make WireGuard Invisible to DPI

ntkernel.com · Jun 26 · 🛡️ Sysadmin & Security ·

WireGuard quickly became a popular VPN protocol: simple, fast, cleanly designed, and free of heavy legacy baggage. It stood out against monsters like IPsec and OpenVPN. But, as often happens, its…

Using WebDAV to connect beorg to cloud storage providers

beorgapp.com · Jun 26 · 🕸️ Web & Internet ·

beorg supports a number of ways of syncing your files. One of these is WebDAV. WebDAV isn’t owned by a company, but is an open standard that anyone can build services around. Many of the…

The Gateway Can't See the Object

mattgoodrich.com · Jun 26 · 🛡️ Sysadmin & Security ·

A user calls GET /invoices/4471 and gets back an invoice. The gateway in front of the service did its job: it checked that the request carried a valid token, that the user was authenticated, and that…

A Year of testcontainers-go on Docker Hub

mdelapenya.xyz · Jun 26 · 🧩 Programming ·

I am a core maintainer of testcontainers-go and a Docker employee. That overlap is what makes this post possible. As the maintainer I know exactly how the library identifies itself when it talks to a…

The ABCs of Avoiding Scams

rachelneumeier.com · Jun 26 · 🛡️ Sysadmin & Security ·

I think there’s only really A: Do not trust anybody who cold contacts you. However, I guess there’s a B, meaning a refinement of the first rule: Do not trust anybody who cold contacts you…

F2F #90: Connected to WiFi but the login page won't show up? Here's why, finally

alexrodba.com · Jun 26 · 🛡️ Sysadmin & Security ·

Connected to WiFi but no login page? It's almost always DNS, in one of two moods. Here's how to force the captive portal and stay secure on public WiFi.

Incident Report: CVE-2026-LGTM

nesbitt.io · Jun 26 · 🛡️ Sysadmin & Security ·

A series of unfortunate agents.

Multicast TV Distribution on my Home Network

apalrd.net · Jun 26 · 🛡️ Sysadmin & Security ·

Today I am taking a look at the weird world of multicast, where packets get delivered more than once, and we route using a backwards routing table. But, once you understand how it works, a whole…

Anti-DDoS research part 2: Daubechies D4 wavelet for traffic anomaly detection. Simple C example.

cocomelonc.github.io · Jun 26 · 🛡️ Sysadmin & Security ·

Getting a public IP with Tailscale and Google Cloud

ericswpark.com · Jun 26 · 🛡️ Sysadmin & Security ·

Oops, I didn’t do my due diligence, and the new place I’ve moved into has a terrible Internet connection with no port forwarding allowed. Guess it’s time to dig through memory lane to figure out my…

Two Places to Stop a Bad Release

jovidecroock.com · Jun 26 · 🛡️ Sysadmin & Security ·

How Drydock uses npm staged publishing and GitHub release gates to review the package artifact before it can ship.

Gambling on Failure

nikogura.com · Jun 26 · 🛡️ Sysadmin & Security ·

Most people gamble on success — they assume the thing will work, and they're genuinely surprised when it doesn't. A tiny, birdlike kung fu master taught me to gamble on failure instead. Expect every…

AI Observability Review for LLM, RAG, and Agent Systems

soumendrak.com · Jun 26 · ✨ AI ·

A focused review for teams shipping LLM, RAG, and agent systems: trace coverage, evaluation gaps, token cost visibility, failure modes, and OpenTelemetry instrumentation plan.

What One Year in AI Security and Governance Changed About How I See AI

codebynight.dev · Jun 26 · ✨ AI ·

After one year working around AI security and governance, I trust flashy AI demos less and pay more attention to data, permissions, discovery, and the boring systems around AI.

Building a Page Cache That Doesn’t Count: Epoch-Based Memory Management

nockawa.github.io · Jun 26 · 🛡️ Sysadmin & Security ·

Traditional page caches reference-count every page access — two atomic operations per page, per transaction, on counters that bounce between cores. Typhon replaces counting with epoch-based…

I Burned 23 Billion Tokens to "Rewrite" Langfuse

blog.fnil.net · Jun 26 · 🧩 Programming ·

A migration retro: forking Langfuse to swap its analytics store from ClickHouse to GreptimeDB, run mostly by two AI agents. Most of the work was paying down the debt of one decision — make a single…

Revisiting server hardening

blog.lvmbdv.dev · Jun 26 · 🛡️ Sysadmin & Security ·

Two months ago I wrote down my baseline for hardening a fresh Linux install. Non-root user, SSH lockdown, UFW, fail2ban, unattended-upgrades, the Docker firewall hole. It was fine as far as it went.…

Userspace's Role in Linux Networking

chris-besch.com · Jun 26 · 🛡️ Sysadmin & Security ·

On Linux what does networking? What parts are implemented in the kernel and what parts require userspace tools or daemons? How much of networking is inherent to the kernel and how much is up to…

Demo: Lima Virtual Machines on MacOS and Linux

heywoodlh.io · Jun 26 · 🛡️ Sysadmin & Security ·

This is a demo of how I use Lima for Docker and NixOS virtual machines on MacOS and Linux:

My 2026 Linux (NixOS) gaming setup

heywoodlh.io · Jun 26 · 🕹️ Gaming ·

I use Linux, specifically NixOS, for the majority of my gaming, so I wanted to compile a list of references for anyone interested in replicating my setup.

Australia Is Going to Come for VPNs Next, Watch

ilikekillnerds.com · Jun 25 · 🛡️ Sysadmin & Security ·

Nobody in Canberra has stood up and said “we’re banning VPNs.” They don’t have to. If you’ve watched how this government operates, you already know where this is…

Fix mailcow unbound DNS resolution failed healthcheck

techblog.jeppson.org · Jun 25 · 🛡️ Sysadmin & Security ·

I tried to spin up a vanilla mailcow-dockerized setup but couldn’t get it to come up. Logs said that the DNS checks for unbound were failing I tried all sorts of things to no avail. Querying…

528: Goldfish Chunks

embedded.fm · Jun 25 · 🛡️ Sysadmin & Security ·

Tyler Hoffman returns to the show to discuss diagnostics and observability data in embedded systems. We catch up on his life after startup acquisition, explore the hows and whys of keeping product…

Unsupervised Learning NO. 534

newsletter.danielmiessler.com · Jun 25 · ✨ AI ·

Serious Ubiquiti Vulnerabilities, My Advice for Hosting Public Services, Reversing Binaries with Ghidra MCP, My Meta-Prompt Recommendation, New Dario and Sam Websites, and more...

Mastodon Stories for systemd v261

0pointer.net · Jun 25 · 🛡️ Sysadmin & Security ·

On June 19 we released systemd v261 into the wild . In the weeks leading up to that release (and since then) I have posted a series of serieses of posts to Mastodon about key new features in this…

chronic: An infostealer's wet dream

blog.otterpwn.com · Jun 25 · 🛡️ Sysadmin & Security ·

A Chrome DevTools Protocol toolkit for browser-based post-exploitation and surveillance.

heavener: This is what happens when you can't afford EDR licenses

blog.otterpwn.com · Jun 25 · 🛡️ Sysadmin & Security ·

A modular engine that runs real vendor detection logic from reverse-engineered EDR components against live or replayed Windows telemetry.

Plugin Security Will Sink WordPress

justinferriman.com · Jun 25 · 🕸️ Web & Internet ·

Polymarket customers lose $2.97 million, company blames third-party vendor

web3isgoinggreat.com · Jun 25 · 🛡️ Sysadmin & Security ·

Polymarket customers have lost around $2.97 million to an attacker who then swapped stolen Polymarket USD (pUSD) to ETH. Polymarket, a crypto-based prediction markets platform, quickly made an…

From Plex to Jellyfin, Part 6: Rebuilding the Home Screen with Posterizarr, Maintainerr, and Moonfin

jasontucker.blog · Jun 25 · 🛡️ Sysadmin & Security ·

Aggregarr did three jobs on Plex for me: collections, artwork, and home screen rows. Here's how that splits across Posterizarr, Maintainerr, and what Moonfin already does natively, plus where Seerr…

Signing and notarizing a Mac app on Linux

skatkov.com · Jun 25 · 🧩 Programming ·

I had to sign and notarize the Posh TUI Mac app. The problem is that our household moved away from Apple. My last MacBook (Intel-based) was converted into an Omarchy machine for my son. But all the…

Tuning a Server for Benchmarking

david.alvarezrosa.com · Jun 25 · 🛡️ Sysadmin & Security ·

Optimizing code starts with measuring it, and a measurement is only useful if it is repeatable: a 2% improvement is invisible under 5% of noise. Yet on an untuned machine the same binary can easily…

Least-Privilege MCP Tool Calls

notes.karlmcguinness.com · Jun 25 · 🧩 Programming ·

There are two natural ways to lock an agent’s MCP tool calls down to least privilege. The agent can carry a narrow token scoped to the action, or the server can decide each call as it happens.…

We Rented the Mainframe Back

distributedthoughts.org · Jun 25 · ✨ AI ·

Two AI assistants went dark in forty-eight hours last week. In neither case did the model break. The thing that broke was the wire in front of it, and we built that fragility back on purpose.

Mirroring a Wayland desktop region for easy screen sharing

blog.senko.net · Jun 25 · 🛡️ Sysadmin & Security ·

Antifragile System

teachyourselfsystems.com · Jun 25 · 🛡️ Sysadmin & Security ·

The same adaptive loop, two fates: with one knob negative each failure makes the system stronger; flip its sign and failures spiral to certain breakdown.