Tag

#security

2 posts

Migrating an AI Agent from Incus to Docker: A Security Retrospective

Why I moved my autonomous AI agent (Hermes) from an Incus container to a hardened Docker Compose stack — seccomp, read-only rootfs, dropped capabilities, network segmentation, and the tradeoffs I made along the way.

docker security incus ai-agent infrastructure

Hardening a Linux Server: A Practical Journey

A real-world walkthrough of securing a production Ubuntu server — SSH hardening, fail2ban, firewalls, kernel tuning, Docker security, and the gaps I'm still fixing.

linux security docker infrastructure