FreeBSD 14.3 Officially Adds Dedicated Kernel Module Package Repositories

2025-06-22
FreeBSD 14.3 Officially Adds Dedicated Kernel Module Package Repositories

For a long time, FreeBSD point releases have caused kernel module packages to be incompatible with the kernel version, leading to system crashes. To solve this problem, FreeBSD 14.3 officially introduces separate kernel module package repositories containing modules compatible with the latest kernel version. This addresses a long-standing user issue, improving system stability, particularly fixing system crashes caused by incompatible graphics drivers on desktop/laptop systems. The upgrade involves modifying the `/etc/pkg/FreeBSD.conf` file to include the new kernel module repositories.

Read more
Development kernel modules

25 Years of Computing: Cheap Gadgets That Actually Work

2025-06-21
25 Years of Computing: Cheap Gadgets That Actually Work

A seasoned computer user with over 25 years of experience shares their collection of inexpensive yet incredibly useful adapters and gadgets. From RJ45 angle adapters for easier laptop connectivity to SATA-to-USB adapters for disk cloning, USB-C converters, Bluetooth adapters for enhanced audio, and more, these AliExpress finds solve everyday tech frustrations. Cheap, effective, and a must-have for any tech enthusiast.

Read more

Are FreeBSD Jails Containers? A Debate on Definitions

2025-04-08
Are FreeBSD Jails Containers? A Debate on Definitions

This article explores the debate surrounding whether FreeBSD Jails are containers. Proponents argue Jails predate Docker and Podman, and are considered containers by FreeBSD developers like Allan Jude. They contend that limiting the definition of 'container' to Linux's Docker/Podman ecosystem ignores long-standing OS-level virtualization in BSD. Opponents argue Jails lack OCI container features like image abstraction and deployment models, and calling them containers misleads users and hinders FreeBSD adoption. The core issue is a divergence in understanding 'container': as a broad term for OS-level virtualization or specifically as technology adhering to OCI standards.

Read more
Development Jails

Running a Minecraft Server Inside a FreeBSD Jail

2025-04-05
Running a Minecraft Server Inside a FreeBSD Jail

This tutorial walks you through setting up a secure Minecraft server within a FreeBSD Jail container, a more secure alternative to Docker or Podman on Linux. The author details the process of creating the jail, installing the FreeBSD base system, configuring network settings, building the Minecraft server from ports, and configuring crucial settings like memory allocation, EULA acceptance, and server properties. Finally, the guide demonstrates starting the server and connecting via a Minecraft client. This is a comprehensive guide for users comfortable with FreeBSD.

Read more
Development

FreeBSD 14.1 Suspend/Resume Works Like a Charm

2025-01-13
FreeBSD 14.1 Suspend/Resume Works Like a Charm

A seasoned FreeBSD user shares the results of their suspend/resume tests on FreeBSD 14.1 using a ThinkPad W520 laptop. The tests demonstrate that suspend/resume functionality works flawlessly, mirroring the performance observed on FreeBSD 12.2. The author opted for FreeBSD 14.1 over 14.2 due to potential issues with kernel-related packages in 14.2's pkg builds, which target an older FreeBSD version.

Read more
Development Suspend Resume