triptico.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.
Life is Strange: Before the Storm has a native Linux version, but it won't start on modern distros like Fedora 43. The game links against internal glibc symbols that were removed in glibc 2.34.
The fix: a tiny shim library (~10 lines of C) that wraps the missing functions and injects them via LD_PRELOAD. Played through tentire game this way without issues.
Really nice article from The Register. If you are into self-hosting.
Debian's FreedomBox Blend promises an easier home cloud • The Register
https://www.theregister.com/2026/01/22/debians_freedombox_blend/
🚨LIVE NOW!🚨 DevOps/SRE Instructor Livestream
On this lovely Thursday, let's chat about #Linux #SystemAdministration, #SelfHosting, or any other topic in the #DevOps and #SRE space you're interested in!
Owncast: https://live.monospacementor.com/
Before Fedora updates, check changes with `dnf check-update` and review `dnf history`. Use `dnf versionlock` to prevent specific packages from auto-updating.
🔗 Learn more in my course: https://monospacementor.com/courses/linsys-1/
So, why *should* GNOME support server side decorations? https://lobste.rs/s/zjje5x #linux
https://blister.zip/posts/gnome-ssd/
Linux tip: Use `systemctl --failed` to quickly identify which services failed to start after boot. Much faster than scrolling through journal logs when troubleshooting system issues. #Linux #SystemAdministration #SysAdmin
Linux tip: Set `HISTCONTROL=ignoredups:erasedups` in your init script to prevent duplicate commands cluttering your history. Clean history makes command recall much more efficient. #Linux #SystemAdministration #SysAdmin
Select All and Save in Alpine however it is too slow and easily fail simply because it took so long that remote server would kill the connection.Myrlyn, the new graphical package management GUI for openSUSE, reaches Version 1.0 with community repositories for openSUSE Leap 16.0, configurable search mode, improved zypp history browser
https://github.com/shundhammer/myrlyn/releases/tag/1.0.0
#opensuse #opensuseleap #myrlyn #rpm #zypper #yast #linux #linuxdesktop #qt6 #opensource #freesoftware
Shell tip: `${var%suffix}` removes the shortest matching suffix. `${var%%suffix}` removes the longest. `${var#prefix}` and `${var##prefix}` work the same for prefixes. Mnemonic: # comes before % on the keyboard. #Linux #SystemAdministration #SysAdmin
A post of mine about the use of vim many decades ago
On it's opening page Bram Molenaar urges everyone to do a donation to Children who are less fortunate, financially, in the State of Uganda
#Vim #VimMasterRace #Bram #Molenaar #programming #technology #Amiga #Linux #Uganda #OpenSource
#TIL that you can rip an audio CD in #KDE just by opening it in dolphin and copying out the folder named for the format you want it in.
These are a set of virtual folders that represent the formats supported by your system to rip them into.
How cool is that?
#audiocd #ripping #music #opticaldisc #Linux #tech #deadformats
boostedwelcome home, purple
previously: https://analognowhere.com/techno-mage/what-was-i-to-do/
#unix_surrealism #comic #linux #openbsd #technomage #penguin #fish #art
Latest 𝗩𝗮𝗹𝘂𝗮𝗯𝗹𝗲 𝗡𝗲𝘄𝘀 - 𝟮𝟬𝟮𝟲/𝟬𝟭/𝟭𝟵 (Valuable News - 2026/01/19) available.
https://vermaden.wordpress.com/2026/01/19/valuable-news-2026-01-19/
Past releases: https://vermaden.wordpress.com/news/
#verblog #vernews #news #bsd #freebsd #openbsd #netbsd #linux #unix #zfs #opnsense #ghostbsd #solaris #vermadenday
I self-host my own e-mail servers for ~25 years now. Just finished he migration to a new system today.
- OS: FreeBSD 15.0-RELEASE
- MTA: Postfix 3.10
- IMAP: Dovecot 2.3
- Filter: Rspamd 3.14
I used Imapsync to migrate the content of my Mailboxes from the old to the new system. Worked absolutely fine.
Having the E-Mail Jail and the mailbox data on an encrypted ZFS dataset (AES256) that's manually unlocked with my passphrase after rebooting the system. Backups are done via ZFS send/recv to by backup server (-w for raw send to ensure, data is encrypted at rest)
- SPF: ✅
- DKIM Signing: ✅
- DMARC Reporting: ✅
- E-Mail delivery to major providers: ✅
- IPv6 working and actually being used: ✅
All working perfectly well. In about a week, I'll decomission the old Debian based system, that I used since 2017!
I’m getting extremely close to being able to use a Linux HTPC to replace my AppleTV. I just need a good remote that works with Steam Big Picture mode and I think I’d be happy enough with it. I tried the flirc Skip 1s with flirc usb and it’s so close. I can control my TV, soundbar, Jellyfin, and YouTube with it but I can’t really control Steam meaning I can’t switch apps. Not sure what to try next.
#SteamMachine #AppleTV #HTPC #SmartTV #UniversalRemote #Linux #SteamOS #steam
boostedMalware Peddlers Are Now Hijacking Snap Publisher Domains
#linux #ubuntu #snapcraft
https://blog.popey.com/2026/01/malware-purveyors-taking-over-published-snap-email-domains/
Linux tip: `fuser -v /path/to/file` shows which processes have a file open. Use `-k` to kill those processes. Essential when "device busy" errors prevent unmounting filesystems. #Linux #SystemAdministration #SysAdmin
Add services, not ports to firewalld: `firewall-cmd --add-service=ssh` vs `--add-port=22/tcp`. Services include proper port ranges, protocols, and dependencies.
🔗 Learn more in my course: https://monospacementor.com/courses/linsys-1/
You know that #Linux is becoming mainstream on #desktop computers when a Czech consumer magazine focused on product testing, #DTest, recommends switching to Linux.
"However, there is another solution. Fortunately, it is no longer true that only Microsoft operating systems are suitable for ordinary people and that only eccentric IT wizards with a silicon soul can use anything else. Now, a number of GNU/Linux operating systems offer a level of ease of use that is at least comparable to that of MS Windows."
Version-control every configuration change. Use git even for single files. When something breaks, you can see exactly what changed and when. Your future self will be grateful. #Linux #SystemAdministration #SysAdmin #Coding
🚨LIVE NOW!🚨 DevOps/SRE Instructor Livestream
On this lovely Thursday, let's chat about #Linux #SystemAdministration, #SelfHosting, or any other topic in the #DevOps and #SRE space you're interested in!
Owncast: https://live.monospacementor.com/
The lost 213th issue of Techno-Mage
"ON THE FRONTIER"
finally haphazardly assembled after 2 years!
https://analognowhere.com/techno-mage/on_the_frontier/
#unix_surrealism #technomage #comic #linux #penguin #openbsd #gentoo #slackware #ubuntu
Linux tip: `ionice -c 3 command` runs a command with idle I/O priority. It only gets disk access when no other processes need it. Perfect for backups or maintenance tasks. #Linux #SystemAdministration #SysAdmin #Performance
Linux tip: `sysctl vm.drop_caches=3` clears page cache, dentries, and inodes from memory. Useful for testing cold cache performance, but never use in production scripts. Only for debugging! #Linux @#SystemAdministration #SysAdmin
Linux tip: `pidof process_name` returns process IDs by name. Unlike `pgrep`, it matches only the command name, not arguments. Use in scripts where you need exact process name matching. #Linux #SystemAdministration #SysAdmin
Linux tip: `strace -e trace=file program` traces only file-related system calls. Add `-o output.txt` to save results. Reveals which config files, libraries, or data files your program actually accesses. #Linux #SystemAdministration #SysAdmin
Linux tip: `systemd-analyze blame` shows which services slow down boot time. Use `systemd-analyze critical-chain` to see the dependency chain causing delays. Optimize the real bottlenecks. #Linux #SystemAdministration #SysAdmin
Latest 𝗩𝗮𝗹𝘂𝗮𝗯𝗹𝗲 𝗡𝗲𝘄𝘀 - 𝟮𝟬𝟮𝟲/𝟬𝟭/𝟭𝟮 (Valuable News - 2026/01/12) available.
https://vermaden.wordpress.com/2026/01/12/valuable-news-2026-01-12/
Past releases: https://vermaden.wordpress.com/news/
#verblog #vernews #news #bsd #freebsd #openbsd #netbsd #linux #unix #zfs #opnsense #ghostbsd #solaris #vermadenday
"No, see, you don't understand, Linux will never catch on, it's just not as intuitive as Windows!"
Meanwhile Windows:
Windows users keep losing files to OneDrive, and many don't know why
https://www.techspot.com/news/110848-onedrive-backup-feature-making-users-local-files-seemingly.html
🤡
# New article is out #
Solus, a sparkling star in the Linux sky
https://darkblueraven.com/sites/articles/solus-review-january-2026.php
#darkblueraven #solus #xfce #budgiedesktop #gnome #kdeplasma #linux #linuxdesktop #opensource #freesoftware
Salvatore Sanfilippo (creator of Redis, and more) published a beautiful video inspired by my latest blog post. I was really pleased! It's in Italian, but auto-generated English audio track is available.
Static Web Hosting on the Intel N150: FreeBSD, SmartOS, NetBSD, OpenBSD and Linux Compared
Update: This post has been updated to include Docker benchmarks and a comparison of container overhead versus FreeBSD Jails and illumos Zones.
#ITNotes #freebsd #illumos #jail #linux #netbsd #openbsd #ownyourdata #server #smartos #sysadmin #zoneshosting
This Isn't a Battle
After reading a post describing the FreeBSD community as 'toxic', I share a different perspective. This isn't a battle. It's a reflection on coexistence, the original Open Source spirit, and the quiet richness of taking a different path.
https://my-notes.dragas.net/2025/11/14/this-isnt-a-battle/
#MyNotes #IT #SysAdmin #FreeBSD #NetBSD #OpenBSD #Linux #OpenSource
bathing
I use @OpenBSDAms btw
#unix_surrealism #openbsd #vmm #vmd #poster #comic #linux #plan9 #glenda
Plus:
• Fedora KDE pkg mgmt
• Debian vs systemd
• raconn — a smart tool for parallel SSH connections to multiple hostnames/IPs in one ProxyCommand. (https://blog.izissise.net/posts/raconn/)
• UBIOS (China’s UEFI-alt)
Read it 👉 https://newsletter.nixers.net/entries.php#311
“There are no life hacks, only trade-offs.” — James Clear
#Unix #Linux #FreeBSD #FOSS #SysAdmin #ReproducibleBuilds #SSH #Nixers
The Man of MATA pt1
next: https://merveilles.town/@prahou/115271822786360293
pls consider supporting my work: https://analognowhere.com/support
#unix_surrealism #comic #technomage #openbsd #linux #penguin #mata
Codeberg - We stay strong against hate and hatred
https://blog.codeberg.org/we-stay-strong-against-hate-and-hatred.html
Discussions: https://discu.eu/q/https://blog.codeberg.org/we-stay-strong-against-hate-and-hatred.html
UPDATE: I haven't seen Recall in action there. I was just asking the doctor how they'll deal with it.
This morning, I went to the doctor for a scheduled appointment. While she was looking at the results of blood tests from two years ago on the screen (and suggested repeating them for a follow-up), I realized she was using Windows 11. A detail came to mind. The doctor is extremely polite and friendly, so I asked her, "How do you handle the feature called Recall?" The doctor was taken aback and had no idea what I was talking about. I was about to drop the conversation, but she, being a serious professional, immediately called the technicians who manage their PCs to ask for clarification. They downplayed it, saying it's not an issue and that it's a feature "on all PCs, so we can't do anything about it." She started to express that she didn’t like it and wanted it deactivated. No luck: they won’t proceed because, according to them, even deactivating it is "a hack that could compromise future updates." She’s furious and will talk to her colleagues and the decision-makers. She wants secure systems because "there’s patient data involved."
In reality, patient data is stored on servers (which I haven't investigated), but everything that appears on the screen is, in my opinion, at risk.
I’ve offered to help them find a solution—because, if I'm right, all they need is LibreOffice and a browser. In that case, I’ll suggest one of the *BSD or Linux systems and do it for free.
I don’t want to make money off my doctor. I just want patient data to be (sufficiently) secure.
#IT #Recall #Windows #OwnYourData #Security #Privacy #RunBSD #Linux
If you are thinking of moving from Windows to Linux and are not sure where to start, here's the software that I am using day to day:
https://decoded.legal/blog/2024/09/running-a-law-firm-on-free-software-2024-edition/
(Work-focus, as that is where I spend most of my (computing) time, but I am Linux-only for personal computing too.)
And don't forget that many Free software programs have Windows versions too, so you can test before you leap.
Good luck!