//blog

All entries

45 entries

Feb 23, 2026v2026.02

Setting Up CrewAI for a Software Development Pipeline

I've been experimenting with multi-agent AI systems to automate parts of the software development workflow — not just "AI writes code," but a proper pipeline where specialized agents handle planning, coding, reviewing, and testing like a real dev team would. After trying a few frameworks, I settled on **CrewAI** as the fastest way to get a working software development pipeline up and running. Here's exactly how to set it up.

AI · 9 min read
Dec 6, 2025v2025.12

Upgrade Guide: Moving from FreeBSD 14.x to 15.0-RELEASE

Upgrade from FreeBSD 14.x to 15.0-RELEASE with confidence. This guide walks you through preparation, upgrade methods, pkgbase considerations, and essential post-upgrade checks to ensure a smooth and reliable transition to FreeBSD’s newest release.

FreeBSD · 5 min read
Dec 3, 2025v2025.12

FreeBSD 15.0 is Here — What’s New and What to Expect

FreeBSD 15.0 has arrived, bringing major updates including pkgbase, reproducible builds, enhanced security, and improved hardware support. Discover what’s new in this milestone release and what it means for users, developers, and modern deployments.

FreeBSD · 5 min read
Nov 25, 2025v2025.11

How to Replace Nginx with Freenginx on FreeBSD: A Complete Step-by-Step Guide

Learn how to replace Nginx with Freenginx on FreeBSD in a smooth, step-by-step migration. This guide walks you through installation, config transfer, testing, and optimization so you can upgrade your web server with confidence and zero headaches.

FreeBSD · FreeNginx · Nginx · 8 min read
Nov 7, 2025v2025.11

Bringing n8n to FreeBSD: A Step-by-Step Guide Using PM2

Why this setup n8n is a powerful workflow automation server—self-hostable, extensible, and open-source. The official docs cover installation on many systems. (n8n Docs) FreeBSD is less common for n8n but entirely feasib

AI · Automation · FreeBSD · 6 min read
Oct 28, 2025v2025.10

FreeBSD’s Big Step: Building without root – and reproducibly

FreeBSD now builds reproducibly and without root privileges—a major milestone for security, transparency, and developer accessibility. This advancement strengthens supply-chain trust, reduces build variance, and empowers contributors to create reliable FreeBSD releases safely and efficiently.

FreeBSD · 4 min read
Oct 24, 2025v2025.10

FreeBSD on Modern Laptops: What’s Changed in 2025

FreeBSD is now more laptop-friendly than ever. In 2025, it brings improved Wi-Fi, graphics, power management, and smoother desktop support—making it a strong choice for developers and open-source users on modern hardware.

Desktop Environment · FreeBSD · 4 min read
Apr 2, 2025v2025.04

How to Configure SSH on FreeBSD for Maximum Security

Secure Shell (SSH) is an essential tool for managing servers remotely, but an improperly configured SSH server can expose your system to serious risks. In this post, we’ll walk through best practices to harden SSH on Fre

FreeBSD · SSH · Security · 3 min read