Latest Tech News

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

Filtered by: freebsd Clear Filter

Pkgbase Removes FreeBSD Base System Feature

Hi, after short discussion here: - https://github.com/freebsd/pkg/issues/2485 I got REALLY concerned. One of THE features and selling points of a FreeBSD UNIX system is the 'untouchable' Base System. Without PKGBASE all the features are preserved. But when You convert to PKGBASE its ... GONE! Consider this command: # pkg delete -af What it does? It removes all third party packages on 'classic' FreeBSD system without touching the FreeBSD Base System. What the same "pkg delete -af" command does on

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