#runbsd — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #runbsd, aggregated by home.social.
-
I love the fact that an idle NetBSD server is...idle.
load averages: 0.00, 0.00, 0.00; up 10+23:59:43
-
Has the FreeBSD project decided what it thinks about ai slop yet?
Last I heard they were still thinking hard, but probably going with it’s not good enough for code, just for froufrou like testing & docs, but has there been any movement?
-
I tried to create a #Debian package from #Speedatapublisher but after the dismissing of the Debian repo the
make installinstrunctions are no longer available. Never mind I set a local environmnet.The good news is that #FreeBSD is shipping ** Speedata Publisher** in the third party repo making the perfect solution to work with it, as a designer or to deploy a #Speedata Publisher server.
If you want run publisher into an Opensource ecosystem seamlessly you can do it with FreeBSD.
#runbsd 😈
-
Ex-Linux users typing
lsblkon their newly installed *BSD systems for the billionth time: -
My resume is available at https://files.hirlimann.net/cv/Resume_en_v101.pdf
↩ Ludovic Hirlimann :
"I'd like my next job to have something more than Linux, yes, I'm looking at your FreeBSD.#runbsd #freebsd #getfedihired"
[via Ponos] https://ponos.fr/thread/c04mp9av1x5llm8mrhvx874vw
-
I'd like my next job to have something more than Linux, yes, I'm looking at your FreeBSD.
#runbsd #freebsd #getfedihired
↩ Ludovic Hirlimann :
"I can work in both French and English. I'm interested in infrastructure roles.#infrastructure #sysadmin #sre"
[via Ponos] https://ponos.fr/thread/clf364ichbjbh9c9vb4nu8d4d
-
-
New blog post!
I use Packet Filter (PF) to set up a basic firewall on FreeBSD. To start, the only service I’m running that requires inbound access is SSH. SSHGuard is added for an additional layer of security:
-
Oooops! Did i just book a VM with @OpenBSDAms in time for #EuroBSDcon2026 in #Brussels? I've never been to #Amsterdam or vmd(8) before! I'm thrilled!
-
If you're not aware of it, you should have a look here:
https://nycdn.netbsd.org/pub/arm/Ready to go NetBSD images for SBC!
-
I made a publicly available CalDAV calendar for EuroBSDCon 2026.
Can be used with your favourite... caldav supporting...calendar application. (Everyone has one, right?)
https://nextcloud.anduin.net/apps/calendar/p/CBtJS6T6zCE6X86o
#EuroBSDCon #EuroBSDCon2026 #FreeBSD #OpenBSD #NetBSD #RunBSD
-
obsd01# syspatch
Get/Verify syspatch79-008_npppd.tgz 100% |**************************************************************************************************************************************************| 128 KB 00:00
Installing patch 008_npppd
Get/Verify syspatch79-009_iked.tgz 100% |***************************************************************************************************************************************************| 216 KB 00:00
Installing patch 009_iked
Errata can be reviewed under /var/syspatchPatching OpenBSD is such a joy!
-
https://www.reddit.com/r/EnlightenmentDesktop/s/mIqPUuGU3p
An unofficial community for Enlightenment, a lightweight and customizable window manager and desktop environment for Unix-like systems. Share tips, configurations, and discuss development.
-
Its been some time since I've setup a home server, and even then I only used it to store backups from devices on the LAN.
Never hosted anything that is reachable from the internet (besides SSH). I want to learn how to self-host a few services, starting with a Google Photos replacement; and littleFedi by @stefano .
Thought of using a old laptop, but decided to step up to a ThinkCentre M720q. I've installed FreeBSD as the host OS.
Onward!
-
Tonight's #HomeLab task was migrating my last two machines to pkgbase, using the pkgbasify script on #FreeBSD
The first, a HP Gen 8 Microserver, that's mostly a NAS, went without a hitch.
The second, a #RasperryPi 3B+ kept failing when running in tmux - the tmux session would crash and then the conversion would stop. I then ran the script with
--force, without using tmux, and it seemed to go through ok and thinks it's converted. Everything seems to work as expected after a reboot. Will have to see the next time there's an update if that works. -
New toy for FreeBSD folks who run Ansible: a become plugin for mdo(1), the mac_do(4) counterpart to sudo/doas.
The kernel decides whether the credential transition is allowed, so there is no password, no TTY, no doas.conf, and pipelining just works. Single file, BSD 2-Clause, tested against 15.1-RELEASE.
https://github.com/chofstede/ansible-become-mdo
Feedback welcome, especially from anyone already using mac_do in production.