Latest Tech News

Stay updated with the latest in technology, AI, cybersecurity, and more

Filtered by: freebsd Clear Filter

Local Chatbot RAG with FreeBSD Knowledge

Out of multiple conversations with people at BSD conferences, I noticed that many would love to see a chatbot that provides precise information on FreeBSD—for users, admins, and developers. I strongly believe that there should not be an official chat.freebsd.org . Local chatbots work well and can be tweaked to fit personal needs. This documentation is written for macOS with Apple Silicon (because of the GPU support), but should work on other OSes as well. Step 1: Install Ollama (API for Multi

FreeBSD Kernel Modules Pkg(8) Repositories

FreeBSD project started to officially add kernel modules pkg(8) repositories to default installation – starting with FreeBSD 14.3-RELEASE version. To understand why they were brought to light of day its first needed to understand the problem they are here to solve. Problem This problem does not exists with x.0 FreeBSD releases – they have all their packages built against proper FreeBSD x.0 version. The problem arises when x.1 release is made, or x.2 … or any OTHER then x.0 to be precise … but