OpenBSD 7.9 arrives, a diamond in the rough proud of every sharp edge
Sixtieth release adds more cores, delayed hibernation, and basic Wi-Fi 6 without losing its ascetic streak
<- by me on #TheRegister
OpenBSD 7.9 arrives, a diamond in the rough proud of every sharp edge
Sixtieth release adds more cores, delayed hibernation, and basic Wi-Fi 6 without losing its ascetic streak
<- by me on #TheRegister
At work during a presentation by our data-team (BI, data visualization, ...) about their way of working, someone asked to what extent LLM's will have an impact.
I braced myself for the answer, but actually one of the enterprise architects had a pretty good take on this; when AI results are reproducible (and correct, obviously), only then they'll consider integrating it in their toolset.
I don't know about you, but that sounds like NoAI to me :-)
We’re proud to share that the FreeBSD Foundation has joined the Open Source Security Foundation (OpenSSF) as an Associate Member.
We look forward to collaborating with the OpenSSF community to strengthen the resilience and sustainability of open-source security worldwide.
Read the full announcement from the Linux Foundation:
https://www.linuxfoundation.org/press/openssf-notes-quarter-of-growth-with-new-members-added-ai-security-resources-and-growing-community
The output of "zfs list" can be sorted by a specific column using -s. To
sort the datasets by the "used" column in ascending order, run this command:
zfs list -s used
To sort in descending order instead, use -S:
zfs list -S used
-- Benedict Reuschling <[email protected]>
Ansible roles: proxy_env, ssh, etc_hosts, libvirt released
https://blog.wagemakers.be/blog/2026/05/03/ansible-proxy_env-ssh-etc_hosts-libvirt_released/
Made some time to do some work for a few #ansible roles that I maintain. You’ll find the new releases in this blog post.
* stafwag.proxy_env 2.1.0
* stafwag.ssh 1.1.1
* stafwag.libvirt 2.1.0
* stafwag.etc_hosts 1.1.1

You voted for this slogan and now it's here! We have a new batch of super nice t-shirts (they're 100% organic cotton with a thick, soft feel) with a cute screen printed design from @dopatwo. "My friends are not for sale"—because your connections to other people are more than a bargaining chip for big tech companies to keep you from leaving them.
https://shop.joinmastodon.org/products/mastodon-my-friends-are-not-for-sale-unisex-t-shirt
New blog post: PF Firewall on FreeBSD - A Practical Guide
After years of running PF across multiple FreeBSD servers, I've written up the patterns that work: macros, tables, brute-force protection, NAT for jails, and dual-stack filtering.
Covers everything from basic concepts to production configs, plus a sidebar on authpf for bastion hosts.
If you're running FreeBSD and want a firewall that's elegant, powerful, and actually understandable, PF is worth your time.
https://blog.hofstede.it/pf-firewall-on-freebsd-a-practical-guide/
#FreeBSD #PF #Firewall #Security #Jails #SysAdmin #IPv6