linuxusers.in is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.
This server runs the snac software and there is no automatic sign-up process.
@thedaemon Well, #FreeBSD 15 exists ever since stable/14 was first branched. And you could trivially say it's "out", after all, everything happens in public. It isn't *released* yet of course.
Hmmm, on a #FreeBSD 14.2 host, running a 14.1 jail, is there any reason that 14.1 jail could not run a 14.2 jail?
I already run jails in jails...
@dave I feel ya pal. I was there at the “liquidate Steven’s favorite computer company for cash and return it as shareholder value” moment in 1997 and loved their climb and leap at the iPhone moment. I just bought a new mini, but i’m more excited by my #freebsd box (a 12 y/o Dell), @interlisp, #retrocomputing or my memories of the Aqua moment: https://stevengharms.com/posts/2025-01-04-return-of-aqua/
Signal Messenger client for terminal
https://www.freshports.org/net-im/gurk-rs/
In less than 2 hours, I created and put in production 3 new FreeBSD servers - each one with haproxy, nginx, mariadb, etc. - backups and monitorings included.
I created a set of jails then cloned them. Then customised them.
Those setups will run for *years* with some updates as they're meant to be stable and reliable.
Now, I can have another coffee and relax for some minutes 🙂
Dear #FreeBSD users,
What shell(as in text shell in the Terminal) do you use?
Best Regards,
Farooq the Chickenkiller.
@justine I love me some Collectd and MQTT. I haven't got a home assistant server though. (nor, in fact, NUT, anywhere, yet.) I decided Graphite and Grafana were too big and that I wanted to cobble up some graph thing that #Emacs eww or Dillo could browse. But right now I'm trying to replace #OpenWRT with some #FreeBSD jails. OPNsense would make more, um, sense, but I feel zany!
CPU's 0-3 temperatures
Memory used
Uptime since last boot
WAN PPPoE Status
OPNsense Integration Updates Available
WAN IN/OUT graphs
LAN IN/OUT graphs
OSDay 2025 - Why Choose to Use the BSDs in 2025
There was limited time, so I couldn't go into much detail and had to keep things more general and structured than usual. I was also a bit nervous because of that — and honestly, it wasn’t my best performance. My English was pretty bad too.
https://it-notes.dragas.net/2025/03/23/osday-2025-why-choose-bsd-in-2025/
#RunBSD #FreeBSD #OpenBSD #NetBSD #DragonFlyBSD #HardenedBSD
Some time ago I wrote about using Helix editor on FreeBSD. I liked the „batteries included“ approach and I was curious to see whether Helix could be an actual replacement for Neovim.
I really tried and I forced myself to like Helix. And yes, Helix’s approach might be perfect for newbies who have never worked before with vim. But at some point I found myself on a customer’s server, desperately pressing ‚d‘ and wondering why it didn’t delete the character under my cursor. At this point I decided to dump Helix. The fact that some commands are slightly different, but not completely, made it hard for me to switch between systems and made me look like a complete idiot when editing a config while sharing the screen with a client.
BTW is there meanwhile an option to run lua-language-server on FreeBSD? I am using kickstart with nvim and it’s complaining that it can’t install the lsp because it’s not supported on this platform.
What's on your mind BSD community?
#RunBSD #DragonflyBSD #FreeBSD #MidnightBSD #NetBSD #OpenBSD
added a new FreeBSD jail permission, "allow.routing", and its associated svcj option. now you can run BIRD in a service jail (... well, probably; it might need more testing in real-world environments).
Now that it's official, I can announce it - although I may have dropped a few hints earlier! 😉
My talk "Why (and how) we’re migrating many of our servers from Linux to the BSDs" has been accepted, and I’ll be honored to present it in June at BSDCan in Ottawa.
The joy of meeting BSD friends in person again (and those I haven’t had the chance to meet live yet) will be immense, and the honor of sharing my story in Canada is truly beyond measure, especially considering the level of other talks and all the people attending.
Of course, I’ll be bringing various BSD Cafe gadgets with me!
For more information, here’s @mwl 's post with further details: https://blog.bsdcan.org/2025/03/18/bsdcan-2025-talks-tutorials-and-registration/
Mastodon will no longer support Redis Namespaces. The reasons are fully valid. Redis (or, more specifically, Valkey or KeyDB) is lightweight software that is easy to install/manage, so separation is always a good thing.
However, I read that many admins will face problems because they use Redis "in the cloud" and, therefore, have a single instance. Unfortunately, this is also a side effect of the "cloud," meaning the loss of control over your own software.
On FreeBSD, a thin jail with "Redis" takes up very little space and resources.
#OwnYourData – in the long run – always pays off.
So since 2004 #FreeBSD has a security system called "ugidfw" or "firewall-like access controls for file system objects" where you apply firewall like rules to permit or deny uid:gid to specific directories or files.
For example I could say:
add subject uid 22 gid 22 object uid 0 gid 0 filesys / type r mode r;
and then SSHD could only ever be able read regular files owned by root:wheel but never write them, etc.
It's a great way to detect with applications are trying to do strange things with permissions you are not expecting.
But it is a huge pain to debug problems, there are basically no guides or how-to examples. I keep meaning to write something up, but before I do is anyone aware of or interested in ugidfw?
So my Intel N100 quad core with 16Gb ram and a 256GB NVME drive and 4 x 2.5Gb ethernet ports has arrived with pfSense preinstalled but I'm thinking I'd be better off with #OPNsense installed instead?
Am I right as this is going to be my main router / firewall ? Feel free to comment and thank you.
No I'm not using #OpenWRT anymore sorry.
#FreeBSD #IntelNUC #RunBSD
How to configure #Matrix #Synapse on #FreeBSD with #OIDC via Microsoft Azure AD / Entra.
https://gyptazy.com/howto-matrix-synapse-server-on-freebsd-with-sso-via-microsoft-azure-ad-by-oidc/