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.
GNOME.Asia 2025 is live in Tokyo, Japan! The two day event has a fantastic schedule of talks and workshops.
https://events.gnome.org/event/303/
If you can’t attend in person, the sessions can also be viewed remotely; head over to the online registration to sign up and follow along:
Problem: I wanted to share music library between a work and personal laptops without storing the collection on a pay-per-month cloud service.
Solution: I installed Navidrome on my home Linux server, then installed Supersonic app for Linux to access it. Success! Whole process took less then 30 minutes.
Et voici mon #twitchrecap #twitchrecap2025 ! Merci à tout.e.s pour les subs, follows, likes, et soutiens de toutes sortes à commencer par celui de me regarder ! #sysadmin #devops #twitchfr #twitchstreamer #TwitchStreamers #BSD #Linux
Post: "My hardware isn't being detected"
Commentor: "This is why I love immutable distros"
Me: How the fsck is that helping the person asking the question? You're the kind of person who will drive away people who want to switch to Linux.
@SrRochardBunson @ajroach42 @stefano
The BSDs are *awesome* operating systems. #FreeBSD is a high performance general purpose OS. It is modern #Unix. #NetBSD is for portability, it supports nearly every CPU architecture under the sun. #OpenBSD is security-focused. #DragonflyBSD is a FreeBSD fork focused on the desktop.
Most of my experience is with FreeBSD, which I will enthusiastically share. It is unquestionably a solid server OS. As a desktop OS, it works quite well. It definitely does not feel like "Linux from 2004." The major desktop environments like #KDE #GNOME #XFCE are all supported and #nvidia releases drivers for the OS too. Modern hardware is supported. For *cutting edge hardware*, #Linux may be the better bet here. It's a little slower to adopt cutting edge gear because it is focused on stability and elegant solutions, not trend-chasing.
FreeBSD is an excellent OS to learn. It runs beautifully and it's more coherent and better designed. Documentation is *solid*.
In 2002 Anders Jensen-Urstad asked some computing pioneers and well known programmers to share screenshots of their desktops, then did it again in 2015. This post presented and commented the screenshots.
https://anders.unix.se/2015/12/10/screenshots-from-developers--2002-vs.-2015
I have a training course for the basics of Rust. In about four hours I can cover enough to enable the students to learn more on their own. Now that Rust is a core part of the Linux kernel, I imagine there are some Linux kernel developers who feel they need to learn Rust soon. They should talk to their employer to hire me to teach them.
https://liw.fi/training/rust-basics/
(Blatant ad. Feel free to boost.)
What do Linux kernel version numbers mean?
If you're old enough, you no doubt remember that up until the 2.6.0 release of the Linux kernel, an odd number after the first version number indicated a pre-release, development version of the kernel. Even though this scheme was abandoned with the 2.6.0 release in 2003 and since then every single release has been a stable release, it seems the ghosts of
https://www.osnews.com/story/143992/what-do-linux-kernel-version-numbers-mean/
Today's #FreeSoftwareAdvent is a double whammy of shell-based "checking" utilities.
linkchecker (https://linux.die.net/man/1/linkchecker; probably get it from your distro) checks websites (recursively, as you wish) for broken links.
shellcheck (https://www.shellcheck.net/; available in browser or as a terminal tool) checks bash and other shell scripts for bugs.
Very simple, single purpose, very useful, tools.
Do you want to run a Linux or Unix/macOS program directly after some other process has ended? Use the pwait as follows:
```pwait pid && new_app1```
For example, for demo run sleep for 1200 and wait to end and then run the app2:
```sleep 1200 &
pwait pid_of_sleep_here && app2```
See the `pwait` man page for more info as syntax changes slightly between Linux and BSD version. This is very handy utility and not well known to many:
`man pwait`
Twelve Days of Shell: Test your shell knowledge by taking the command line challenges. Are you ready?
* source code repo to host it locally https://gitlab.com/jarv/cmdchallenge
* Or do it online https://12days.cmdchallenge.com/
Good luck, CLI lovers!
Discover the best GUI tools to search your Linux system without touching the terminal.
Ich bin auf der Suche nach einem refurbished #Notebook, auf dem #Linux (vermutlich Ubuntu) laufen soll. Für einfache Büroarbeit und etwas Webentwicklung. Überwiegend am Monitor angeschlossen. So bis 500 Euro. Habt ihr Empfehlungen? Die ThinkPads sehen ganz nett aus, aber ich steige nicht mehr durch, welches Modell geeigneter wäre. Und welches gut mit Linux zusammenspielt (Power Management etc).
Ergänzung: AMD und kein Intel.
Latest 𝗩𝗮𝗹𝘂𝗮𝗯𝗹𝗲 𝗡𝗲𝘄𝘀 - 𝟮𝟬𝟮𝟱/𝟭𝟮/𝟬𝟴 (Valuable News - 2025/12/08) available.
https://vermaden.wordpress.com/2025/12/08/valuable-news-2025-12-08/
Past releases: https://vermaden.wordpress.com/news/
#verblog #vernews #news #bsd #freebsd #openbsd #netbsd #linux #unix #zfs #opnsense #ghostbsd #solaris #vermadenday
Latest 𝗩𝗮𝗹𝘂𝗮𝗯𝗹𝗲 𝗡𝗲𝘄𝘀 - 𝟮𝟬𝟮𝟱/𝟭𝟮/𝟬𝟴 (Valuable News - 2025/12/08) available.
https://vermaden.wordpress.com/2025/12/08/valuable-news-2025-12-08/
Past releases: https://vermaden.wordpress.com/news/
#verblog #vernews #news #bsd #freebsd #openbsd #netbsd #linux #unix #zfs #opnsense #ghostbsd #solaris #vermadenday
You know, I "lived through this" on #linux before , but I honestly forgot just how ridiculously better #gcc 3.4 is than gcc 2.95.3.
I remember the upgrade when this was all current.
But hot damn, how did we ever manage with GCC 2.95. (No shade at the GCC project here, a large part of that was just how garbage older C/C++ is)
@amin @spaceraser @jlw_the_jobber @mason
Honestly, the #Linux kernel is just such an amazing accomplishment.
I don't understand why userspace has to be such a gigantic ball of wax, and constantly changing, and subject to such insane politics and infighting*.
Meanwhile, #OpenBSD is like, "Well, our kernel doesn't have a modern filesystem, or bluetooth, and it may just panic if you poke the wrong thing, but the manpages will make you weep with joy, and everything is more or less sane and nicely laid-out, and we don't change things unless the change is an improvement."
* To be sure, right or wrong, I consider the constant push towards systemd-kitchensink to be very much political. And by "political," I mean "stupid office politics," not "your discussion of inherent issues of justice and ethics makes me uncomfortable in my privilege."
I had no idea that Borland's famous Turbo Vision text user interface from the 1990s was released into the public domain and has since been ported to #Linux and elsewhere, including this amazing terminal multiplexer that has the makings of a tmux on steroids https://github.com/magiblot/tvterm
This year brought great improvements to #accessibility in GNOME, including:
• Accessibility from the start on the login screen
• Full accessibility of GNOME Web
• Tons of improvements to Calendar
• Screen reader integration for Notifications
• Configure #Orca screen reader from Settings
• GTK apps integrated w/Windows & macOS accessibility
Help us reach 1,500 #FriendsOfGNOME so we can focus on accessibility even more in 2026!
Do you Patch machines regularly? Even when your bandwidth is constrained take the time to patch them and be safe.
In this example I photographed the patching of one of the micro SD Cards of the SBC.
I've patched all of them.
For the X86 machines the Os on the main 2280 SSD is patched. Other SSD and HDD will follow. The BSD HDDs need patch Love 💕 too. They will get it
#Raspberry #Pi5 #SBC #technology #ARM #X86 #patching #Linux #OpenSource #BSD #freeBSD #ghostBSD #programming
KDE has reached 100k euros in donations! Love to see it. Thanks for your support, the money will be used well.
WOW #Sylve by @hayzam is making good progress!
Now on to Jails support, including #Linux-compatible jails:
https://bsd.network/@dexter/115659210618375891
From the call, “I avoided FreeBSD because I thought it would break things but it fixed lots of issues I was having!” (Paraphrased)
Thank you @FreeBSDFoundation for support his work!
As you can see the build process is smooth, the execution is blazingly fast. What more could I ask for?
#programming #technology #BSD #netBSD #metaOS #microVM #networking #qemu #host #bmake #curl #sshd #Linux