schmonz.com 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.
Flathub disallows LLM-based submissions https://lobste.rs/s/l4qeud #linux #vibecoding
https://social.treehouse.systems/@barthalion/116657011366876079
Flathub moves to ban nearly all apps and submissions made with generative AI https://www.gamingonlinux.com/2026/05/flathub-moves-to-ban-nearly-all-apps-and-submissions-made-with-generative-ai/
I've been experimenting with #Linux VMs on #macOS using #UTM. Two #Debian VMs, both on Apple's hypervisor, one with QEMU, the other with Apple's #Virtualization backend. Both are running Apache with PHP stack, boot with less than 200MB RAM in use, running Debian's cloud kernel.
The VM with QEMU boots in about 4 seconds, the full Apple stack VM boots in about 2 seconds. A full blown Linux environment with a container-like startup time.
https://docs.getutm.app/settings-apple/settings-apple/
owo whats this
#KDE #Plasma #KDEPlasma #Linux
To be crystal clear, the QtQuick side is now in rather good shape, we just need people to test it out and hunt down all the bugs, especially the weird edge cases! QtWidget side is still very much work in progress, though some buttons have some Union compatibility.
Anyway, hope people will have fun testing things out. I will likely write a blogpost about how to tinker with it when I'm not so swamped with beta bug hunting.
KDE Linux in a virtual machine (or bare metal if you're adventurous) is good way to test out the beta.
See also: https://kde.org/announcements/plasma/6/6.6.91/
edit:
And if things fail, you can change back to Breeze. Changing between Breeze and Union will need you to restart the app and/or even whole PC. Depends. Uh. Beta software!! :)
One wonderful thing about migrating from #GitLab to #Radicle is that we got rid of our one and only #Linux VM. The #HardenedBSD dev/build infrastructure now runs 100% on HardenedBSD (rather than 99% 🙂).
Edit[0]: Clarified that it's the dev/build infrastructure that's 100% HardenedBSD. We do have one off-site backup system (maintained by a trusted third party) running OpenBSD.
Flatpak’s future sandboxing design may rely more heavily on systemd services, raising questions about compatibility with non-systemd systems.
https://linuxiac.com/flatpaks-future-may-leave-non-systemd-distros-behind/
boosted🚀 #Gitte 0.5.0 is out!
- Signed commits & tags (GPG, SSH & X.509)
- Signature validation in the commit log
- Signing status helper
- Collapse-all / expand-all in stash view and commit log view
- New Cornish (kw) translation, thanks to @pigeon_
Also included:
- Overhauled dialogs
- Refresh handling based on IO activity
- Fixes & dependency updates
Flathub: https://flathub.org/en/apps/de.wwwtech.gitte
macOS: https://gitlab.com/dehesselle/gitte_macos/-/releases/v0.5.0+24
Repo: https://codeberg.org/ckruse/Gitte
Guten Morgen! ☕
Erinnerung an mich selbst: `man <befehl>` ist immer noch schneller als ChatGPT zu fragen, was `tar -xzvf` macht. Und nebenbei lernt man, dass `tar` über 80 Optionen hat – wovon man genau drei jemals benutzt.
Die anderen 77? Existieren wahrscheinlich nur, um in Quizfragen aufzutauchen.
Used #LibreOffice for a decade on #Ubuntu #Linux but never really liked the teeny GUI fonts & icons. #TIL that in addition to:
sudo apt install libreoffice-writer
installing:
sudo apt install libreoffice-gtk3
makes wonders! It also respects your dark-mode settings.
If you run your own local DNS servers at home, do you: (select all that apply)
Comment with your preferred DNS stack and privacy friendly DNS providers.
#FreeBSD #Linux #selfHosting #DNS
| Forward to ISP's DNS servers.: | 4 |
| Forward to a DNS service (1.1.1.1, 9.9.9.9, etc).: | 17 |
| Recursively resolve from root servers directly.: | 16 |
| Encrypt my DNS using DoH, DoT, etc.: | 14 |
Closes in 5:02:46:36
@cwebber After cringing hard, seeing early #Unix Window Managers like twm and fvwm, it was such a breath of fresh air to see #WindowMaker. I rocked a WindowMaker desktop from about 1998 to about 2002, in #Debian #linux
Canonical has announced a new tool that lets developers quickly create reproducible isolated dev environments made from SDKs and defined by a YAML.
Using unprivileged LXD system containers with their own kernel and a host resource access system inspired by snapd, they company say they'll even allow agentic tools to run in a 'harmless' way.
More details ⤵
https://www.omgubuntu.co.uk/2026/05/canonical-workshop-dev-environments
California moves to exempt Linux from its upcoming age-verification law after backlash over forcing operating systems to collect users’ ages — amendment proposed by the same lawmaker who wrote the original law
#AgeVerification #IDverification #dystopia #surveillance #privacy #Linux #opensource #technology
Still thinking about it? The due date is soon for #SeaGL2026 #cfp
You can submit more than one talk, we also accept remote speakers.
Find out more: https://seagl.org/cfp
Tell your friends!
#linux #opensource #FLOSS FOSS #OSS #oshw #free #libre #open #tech #seattle
This #FreeBSD bug highlights a strength of one of the features that makes #HardenedBSD attractive: optional blocking of loading of kernel modules.
HardenedBSD provides a sysctl node: hardening.pax.kmod_load_disable. By default, it is set to 0, permitting loading of kernel modules. When set to 1, loading kernel modules is prohibited. When set to 2, loading kernel modules is prohibited and a reboot is required to permit loading kernel modules once again.
HardenedBSD also has a notion of "insecure/untrusted" kernel modules. Some kernel modules in base, most notably the #Linux syscall emulation layer known as the linuxulator, are explicitly marked as untrustworthy. Users wishing to use those kernel modules must explicitly tag them as trusted (hbsdcontrol pax disable insecure_kmod /path/to/kernel/module.ko). Only then will the kernel module be permitted to load (the hardening.pax.kmod_load_disable sysctl node does need to be set to 0).
These two features can help protect users against situations where kernel modules get autoloaded, like with puppet, ifconfig, zfs, and other tools.
#Mozilla #Firefox 151.0.2 Is Out Now to Improve Split View, Disk Caching, and More https://9to5linux.com/mozilla-firefox-151-0-2-is-out-now-to-improve-split-view-disk-caching-and-more
Copying Remote Command Output to Your macOS Clipboard
A small trick to copy command output from a remote ssh session directly into the local macOS clipboard, using OSC 52 and a tiny shell script.
https://it-notes.dragas.net/2026/05/26/copying-remote-command-output-to-your-macos-clipboard/
#ITNotes #macOS #Mac #Apple #shell #ssh #Linux #FreeBSD #NetBSD #OpenBSD #illumos #Terminal #Clipboard
Ich suche immer noch ein "Vorlese"-Tool unter Linux, das mir eine '*.odt-Datei vorliest.
Die "Vorlesefunktion" von @libreoffice ist IMHO mehr als grottig und deshalb nicht zielführend.
Kann mir jemand von Euch helfen?
California and Colorado legislated that Linux distributions, being free and open-source, are exempt from the age verification in operating systems, unless they are proprietary like SteamOS (and Windows).
Too bad the systemd developers already complied with fascism in advance before the bills were even finalized.
Will Lennart Poettering and his followers now please remove the birthDate field from systemd?
P.S.: If you reply with any variation of "You need to calm down," I will block you.
I guess since the whole "Flatpak creating a dependency on systemd" bullshit has surfaced this week there has been some other conversations about systemd going on throughout the Fediverse.
I've seen some oblique references to Debian making an effort to make OpenRC more viable as an alternate init system. That's about all I've gathered on my hit-n-run timeline surfing the last several days. Not sure if this is an official Debian project or just someone's wish list.
Anyone have the skinny? Links to actual discussions?
Just updated my Fairphone 5 ArchLinux packages to the latest call audio kernel/ucm/q6voiced versions and I'm happy to confirm call audio now seems to work out of the box without major issues.
Thanks to the work done by @valpackett, the bottom speaker is no longer firing for me during calls (producing an echo). That was my last known issue.
Hopefully this can be upstreamed to #postmarketOS soon, I think people are going to enjoy this.
The little Acer doesn't (totally) love OpenBSD 7.9:
- fans are always spinning fast and it's hot. I could probably try to fix it, but I have no time at the moment
- it doesn't suspend - and it's critical, for me
I haven't tried other things, except that Mate works perfectly on X and I can use the touchpad. Volume controls work, the brightness controls work. A step ahead from 7.8, but still not perfect.
I'll probably reinstall Void Linux on ZFS.
Colorado and California age verification bills exempt open source operating systems https://www.gamingonlinux.com/2026/05/colorado-and-california-age-verification-bills-exempt-open-source-operating-systems/
#Gaming #USA #PCGaming #US #AgeVerification #Linux #OpenSource
Latest 𝗩𝗮𝗹𝘂𝗮𝗯𝗹𝗲 𝗡𝗲𝘄𝘀 - 𝟮𝟬𝟮𝟲/𝟬𝟱/𝟮𝟱 (Valuable News - 2026/05/25) available.
https://vermaden.wordpress.com/2026/05/25/valuable-news-2026-05-25/
Past releases: https://vermaden.wordpress.com/news/
#verblog #vernews #news #bsd #freebsd #openbsd #netbsd #linux #unix #zfs #opnsense #ghostbsd #solaris #vermadenday
Latest 𝗩𝗮𝗹𝘂𝗮𝗯𝗹𝗲 𝗡𝗲𝘄𝘀 - 𝟮𝟬𝟮𝟲/𝟬𝟱/𝟮𝟱 (Valuable News - 2026/05/25) available.
https://vermaden.wordpress.com/2026/05/25/valuable-news-2026-05-25/
Past releases: https://vermaden.wordpress.com/news/
#verblog #vernews #news #bsd #freebsd #openbsd #netbsd #linux #unix #zfs #opnsense #ghostbsd #solaris #vermadenday
Weird. On FreeBSD 15.0, my new Jabra headset works perfectly with the wireless USB dongle. Plug it in, it's picked up as an audio sink and source, and everything Just Works. On Linux Mint (which I still use for gaming and DRM media), the headset reports that it's connected ... then immediately disconnects again :/ No idea why and haven't had the time to debug it.
This further confirms my general impression of FreeBSD and Linux ... Linux distros have much broader software and hardware support, but tend to be a bit jankier. Whereas FreeBSD has a smaller set of software and hardware support, but when it works, it's stable and remains so.
📢 There is only a week left to submit your talk for #SeaGL2026 !!!
Don't delay: http://seagl.org/cfp
We are the free/libre/open source grassroots conference in Seattle. A counter weight to technological dystopia.
veg » 🌐
@veg@mas.to
While the following text has been circulating already (thanks to @fcambus, @joel, @daftaupe & @grahamperrin amongst others), I figured it was time to publish it myself, with a couple edited notes following feedback from fellow Linux & *BSD enthusiasts alike: https://club.unix.rocks/commentary/under-linux/
Putting together ideas for a follow-up piece, very open to constructive criticism, pushback or enthusiasm! 🤓
Flatpak will depend on systemd
If you visit the Flatpak website today, it lists, as the very first advantage of the project: "Build for every distro: create one app and distribute it to the entire Linux desktop market." If you then move on to the list of supported distributions, you'll see the usual suspects, but also distributions like Void Linux, Guix, and Alpine. These last three all have one thing in co
https://www.osnews.com/story/145071/flatpak-will-depend-on-systemd/
Episode 18 of Dark Blue Weekly released
https://darkblueproject.com/sites/news/dbw-e18.php
#darkblueweekly #darkblueproject #openbsd #proxmox #netbeans #valkey #linux #bsd #opensource #freesoftware
I'd just like to interject for a moment. What you're referring to as #Linux, is in fact, Systemd/Linux, or as I've recently taken to calling it, #Systemd plus Linux. Linux is not an operating system unto itself, but rather another free component of a fully functioning Systemd system made useful by the Systemd daemon, shell utilities and vital system components comprising a full OS as defined by POSIX...
https://transfem.social/notes/amkt7djzjnza0009
(every year this joke gets better | more sad)
I am grateful to the people who spend their time writing and maintaining software, and making it available to me - and others - under licences that let me use, remix, and share.
I won't always love their decisions, but unless I'm going to step up and make a difference myself, so be it. I will need to adapt my own computing accordingly.
Happy #BrothersDay from the sibling who runs on absolutely everything (yes, even the family toaster)! 🚩🍞
Taking a moment to send some love to my Unix-like family today:
To FreeBSD 😈: Thanks for always bringing the heavy-lifting and server muscle. Nobody I’d rather share a kernel subsystem or network stack with! 💪
To OpenBSD 🐡: My brilliantly paranoid sibling. Don't worry, I double-checked the locks, audited the code, and closed the blinds before posting this. Stay secure! 🔒
And a special shoutout to our loud, monolithic cousin, Linux 🐧! You might be everywhere these days, but we still love having you at the FOSS family barbecue. Just leave some market share for the rest of us, okay? 🍔
Here’s to the entire open-source community. No matter what kernel you're running, we're all pushing the ecosystem forward together! 🧡
#NetBSD #FreeBSD #OpenBSD #Linux #FOSS #OpenSource #Unix #BrothersDay #RunBSD
@thomholwerda #linux is the future the vast majority of computers world wide use Linux and #microslop keeps making their products worse, stop using their garbage and try linux
“Long-term support” does not mean what you think it does
You may think you know what "long-term support" means when picking a Linux distribution and version, but judging by the multitude of utterly wrong takes and deeply confused users I come across online, I'm starting to get the feeling that in fact, no, you don't know what it means. KDE's Nate Graham is seeing the same confusi
https://www.osnews.com/story/145069/long-term-support-does-not-mean-what-you-think-it-does/
#Linux #outils
Je kiffe *tellement* byobu.
C'est un gestionnaire de sessions pour terminal. Non seulement c'est utile en cas de connexion qui pose problème, mais la gestion des différentes sessions est très pratique (F2 ouvrir une nouvelle sessions, Alt Gauche/Droite pour naviguer entre session).
Et barre de status👌fantastique (débits réseau, uptime, charge, occupation mémoire/disque, IP, hostname, mises à jour disponibles et d'autres infos)
C'est tmux en mieux.
https://www.byobu.org/
I'm looking for good resources for learning POSIX compliant shell scripting. So far I have found not much that hasn't been written with AI or just isn't very in depth. I can easily find specific stuff, but I'd love a general guide of some sort.
I found one that seemed like it would he fantastic, then found out it was made using Claude.
I haven't done a lot of sh in a while, and my partner wants to learn, so it would be great to have some quality resources.
Thank you to anyone who can helop me out.
#ShellScripting #Linux #Programming #Computers #WhyTheFuckDoesAIHaveToRuinEverything
native openbsd/wscons support for wlroots: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/5378
In around two weeks I’m migrating from iOS to a postmarketOS phone. Please leave app suggestions, I’m definitely going to need them!
Waydroid is… fine, but not preferred
Some examples of what I’m looking for, probably for Plasma Mobile:
And also just anything y’all find useful in your daily life with a postmarketOS daily driver, I’m sure I’m forgetting a lot of stuff here.
I know some of those exist for desktop Linux, but I’m obviously looking for stuff made with phones in mind (so like… apps made for gnome should be automatically fine maybe?)
(Also, has anyone managed to get nix’s system-manager to work on postmarketOS? There’s no way I’m configuring all of this by hand every time I need to flash it lmao)
The Register covered our stand on AI. We have chosen not to include AI in the browser. Based on your feedback, you do not want it and neither do we.
#Vivaldi #Browser #AI #Linux #Microsoft #Google #Apple #Android #Ios #Technology #Politics
https://www.theregister.com/2025/08/28/vivaldi_capo_doubles_down_on/
Does anyone know a tool that will create a directory tree of hashes with modification dates and can later Be used to detect bitrot or content changes? #duckduckFedi #homelab #askfedi #linux #nas #homeserver
Für BackupPilot werden weitere Tester gesucht.
BackupPilot ist ein Linux-Frontend für den Proxmox Backup Client mit Unterstützung für mehrere Backup-Profile, Zeitpläne, Verschlüsselung und Wiederherstellung.
Aktuell stehen .deb, .rpm und Flatpak Pakete zur Verfügung.
Proxmox Forum:
https://forum.proxmox.com/threads/erste-testuser-f%C3%BCr-backuppilot-gesucht.183740/
#Linux #Proxmox #Backup #OpenSource #SelfHosted #GNOME #KDE #Flatpak #RPM #Debian #RHEL