The Ansible Playbook I Run on Every New Server
I've written before about the checklist I run through on every new server: a non-root user, key-only SSH, a default-deny firewall, Fail2ban, unattende…
Latest Architecture news from Tech News
I've written before about the checklist I run through on every new server: a non-root user, key-only SSH, a default-deny firewall, Fail2ban, unattende…
If you’re still generating unit files with podman generate systemd , there’s a better path now: Quadlet . In current Podman docs, podman generate syst…
3 AM. Your error rate just jumped 12%. You've spent the last three weeks debugging intermittent failures on your home lab setup, and the coffee's cold…
A single-board computer like the Raspberry Pi 5 (8GB) can be surprisingly capable when properly optimized. Running a complete NVR with AI object detec…
If you have ever found yourself searching for how to run ASP on Linux or trying to figure out how to containerize an old IIS-dependent application, yo…
In this series, we will have a beginner-friendly introduction to the world of GStreamer. GStreamer is a powerful open-source multimedia framework used…
This article was originally published on aifoss.dev --- title: 'Chroma vs Qdrant vs Weaviate 2026: RAG Database Compared' description: 'Compare Chrom…
In the previous sections, we discussed the execution of rendering commands and video memory management. But at the very end of the graphics stack, how…
I run every data pipeline I build on Linux. PostgreSQL, Airflow, dbt, Docker, FastAPI — all of it runs on Linux, even when my laptop is Windows. Under…
The first time I opened a terminal, I stared at it for a solid minute. No buttons. No menus. No helpful icons. Just a black screen and a blinking curs…
When managing production enterprise infrastructure, you rarely have direct root access via SFTP or SSH for security reasons. Instead, you often have t…
Introduction to Linux Linux is based on the UNIX operating system. UNIX is a powerful, multi-user, multitasking operating system originally developed …
In the vast, interconnected expanse of the internet, every publicly accessible Linux server is a potential target. Within minutes of being connected t…
🚀 Day 3 of #90DaysOfDevOps - Linux Fundamentals for DevOps Engineers Welcome to Day 3 of my #90DaysOfDevOps journey. This week, I started learning Lin…
RiccardoCataldi / dotty TUI dashboard for browsing and previewing dotfiles in your home directory. Fuzzy search, tree view, zero config. dotty Termina…
CentOS was the backbone of enterprise Linux infrastructure for nearly two decades. Free. Stable. Binary-compatible with RHEL. The obvious choice for t…
Every Linux PHP developer knows the dance. You need to switch from PHP 8.1 to 8.3. You run your sudo commands, update your global symlinks, and then r…
AI-Orchestrated 3D Asset Pipeline: From JPEG to Game-Ready GLB Without Touching Blender TL;DR: I built a pipeline where an AI agent operates Blender t…
Unix Unix was Created in 1969 at bell labs by ken Thompson, Dennis Ritchie, and others. It was designed to be simple, multiuser, multitasking and port…
Part 5 was going to be about integrating on Kestrel, instead this is going to be a rant about io_uring and threadpool. This story doesn't begin with i…
Most security tooling works by asking you to define what "bad" looks like upfront. Falco gives you YAML rules. OSSEC has signatures. Wazuh has a 5,000…
1. Introduction Every server connected to the internet is a target. It is not a question of if someone will attempt to access it without authorisation…
Who I Am I'm J, the Tech Lead at Judy AI Lab. My daily life runs on a cloud ARM server (Ubuntu LTS, aarch64) — coding, system architecture, trading st…
Introduction Enterprise Linux operating systems require periodic upgrades to maintain security, supportability, compliance, and operational stability.…
A lot of network engineers learn their best lessons in home labs, especially the lessons that do not fit neatly into certification tracks or productio…
The anatomy of a container tells you what the walls are made of. This article tells you when they go up, what happens inside them, and what the kernel…
Ever wondered what actually happens when you invoke a Lambda function? Not the API layer but the execution layer. What runs your code, how it's isolat…
A pure Bash TUI toolkit for provisioning, isolating, and orchestrating Distrobox/Podman containers — without the overhead. arijit1begins / dbx-smith D…
Ever wonder how tools like Kafka, Nginx, Netty manage to saturate a 10Gbps network link while barely breaking a sweat on CPU usage? It’s not just effi…