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.
Here are our #events for #July
#Coffee #Meetup (#virtual)
2026-07-11 15:00
Online event
https://www.meetup.com/dublin-linux-community/events/315240169/
#Monthly Meetup in the #pub
2026-07-25 15:00
Moss Lane
https://www.meetup.com/dublin-linux-community/events/315267297/
#linux #opensource #dublin #ireland #craic #fun #beer #tech #technology #computers
Linux tip: `dmesg -T` shows kernel messages with human-readable timestamps. Add ` | grep -i error` to find hardware issues. The kernel ring buffer often contains clues about system instability. #Linux
Maybe someone is interested in my blog-post about NFS-problems I didn't expect when I migrated storage to a new setup (an old #FreeBSD-setup with several SPOFs to a more a redundant setup running on Rocky #Linux - both with ZFS of course):
https://niels.kobschaetzki.net/2026/07/03/nfsproblems-i-didnt-expect-at.html
I won't go into the reasoning why I switched to Linux there.
Summer of code continues, today I'm releasing mini-snmpd v2.0 with a HUGE list of new features 🎉
https://github.com/troglobit/mini-snmpd/releases/tag/v2.0
It's a follow-up to the v1.7 release a short while back, which fixed a lot long-standing bugs.
Linux tip: `ps aux --sort=-%cpu | head -20` shows top CPU-consuming processes. Replace `-%cpu` with `-%mem` for memory usage. The `--sort` flag works with any column name from `ps` output. #Linux #Performance
[MANGA][FREE DOWNLOAD] JAPANESE JESUS
https://triapul.cz/files/pmjv-japanese_jesus.cbz
I hereby announce the release of Japanese Jesus e-book. Enjoy!
If you want, you can buy something or put a dollar in the hat.
https://analognowhere.com/support
stay prayed up
#Debian LTS contributors released 56 DLAs fixing 877 CVEs in May, a larger number than usual. The Kernel team deserves a special mention for handling the disclosed vulnerabilities on #linux regarding Local Privilege Escalation with public proof-of-concept exploits. On the LTS side, the Front Desk team also triaged a significant flow of high severity CVEs and notable security updates were released for exim, gnutls28, krb5, lemonldap-ng, imagemagick, openjdk-11, openjdk-17, php7.4, python3.9 and more.
Several patches were prepared by Catalyst for #Samba 4.17 shipped with Debian 12, to fix vulnerabilities disclosed in May, thanks to Freexian's partnership with them to extend the support.
LTS team also contributed with updates to the latest Debian releases, #bookworm and #trixie.
Read the details in our full report at https://www.freexian.com/blog/debian-lts-report-2026-05/?utm_source=mastodon&utm_medium=social
This work is funded by Freexian's Debian LTS offering. Become a sponsor of Debian LTS (https://www.freexian.com/lts/debian/?utm_source=mastodon&utm_medium=social) and enjoy the benefits (https://www.freexian.com/lts/debian/details/#benefits).
So I wanted to share with you this little project of mine. I delved into "retro-necromancy" and reanimated one very old UNIX utility called ile written by Robert Pendleton in 1988. I found it on one of the Walnut Creek source code CDs from 1994.
What it does is simply works like an input line editor (hence ile) for shells and programs that do not support interactive line editing. To put it simply, it adds Emacs-style keybindings like ^A, ^E, ^K, ^U and so on and command history that you can easily navigate.
Of course, these days it's hard to find a shell that doesn't support line editing.
But this little tool can still be usable, for example, with ed. It's nice to have Emacs-style editing in ed.
It can work like shell replacement or just run like a "middleman" between any given program. It respects terminal settings and doesn't get in a way. Keybindings are configurable.
Needless to say, the code from 1988 wouldn't run on any modern system. It was written in K&R style because there was no ANSI C standard yet! And #UNIX was quite a different beast back then.
So I ported it to modern systems, rewrote outdated bits (like sgttyb ioctls and brutal utmp handling).
Currently it builds and runs on #Linux, #OpenBSD, #FreeBSD and #NetBSD. Hopefully without too much bugs.
You can find it on Codeberg:
https://codeberg.org/chesheer/ile
Great news! My presentation for #EuroBSDCon has been accepted!
Expect a mix of disasters, horror stories, recoveries, BSDs, and one very, very long day.
Stay tuned!
#EuroBSDCon2026 #BSD #RunBSD #FreeBSD #NetBSD #OpenBSD #Linux
Linux tip: `rsync -avz --progress source/ user@host:/destination/` syncs files via SSH with progress display. The `-a` preserves permissions, `-v` is verbose, `-z` compresses during transfer. #Linux #SystemAdministration #SysAdmin
Latest 𝗩𝗮𝗹𝘂𝗮𝗯𝗹𝗲 𝗡𝗲𝘄𝘀 - 𝟮𝟬𝟮𝟲/𝟬𝟲/𝟮𝟵 (Valuable News - 2026/06/29) available.
https://vermaden.wordpress.com/2026/06/29/valuable-news-2026-06-29/
Past releases: https://vermaden.wordpress.com/news/
#verblog #vernews #news #bsd #freebsd #openbsd #netbsd #linux #unix #zfs #opnsense #ghostbsd #solaris #vermadenday
ANOTHER #Linux LPE: CVE-2026-43503
If only Linus wasn't so obsessed with calling #OpenBSD developers "masturbating monkey" 18 years ago and actually took security seriously. 🤔
https://www.cnet.com/tech/tech-industry/torvalds-attacks-it-industry-security-circus-1/
#NeXT / #Apple had the right idea.
* User homes are in /Users
* Each app is in /Applications and looks like a regular file but is actually a folder (i.e. you can cd into it and examine the contents)
* The operating system is in /System
* Files shared among apps (except files that come with the OS), including configuration files, are in /Library
* Static libraries, debug info, C headers, OS API reference docs, etc go in /Developer
I'm learning (the hard way) that the wrong microSD card in the RPI4 will absolutely kill i/o performance.
For this weekend project I needed to just use what I had lying around but this will need an upgrade.
What are your preferred performance friendly microSD cards for use in RPI?
It's a minimal system information utility for Slackware, inspired by the philosophy of ufetch while providing a few extra details such as installation age, glibc version, and Flatpak package count.
The goal is to keep the code small, readable, and easy to hack.
Another great shout out to @vermaden for this thorough introduction to #FreeBSD, especially if one is coming from #Linux. It may be several years old but much of the info is still relevant today.
The FreeBSD Handbook is great but the additional details and context for the topics covered are where this document really shines.
This needs to be required reading for anyone curious about the OS.
Linux tip: `lsof -i :8080` shows which process is using port 8080. Essential when you get "port already in use" errors during development or when troubleshooting service conflicts. #Linux #SystemAdministration
Linux tip: When monitoring system performance, `htop` shows real-time CPU, memory, and process info in a colourful interface. Much more intuitive than basic `top` for spotting resource bottlenecks. #Linux
Here's some #vintage #tech for you. This is the Data General Nova 2. These 16-bit #minicomputers were very popular in the 1970s. Coincidentally this #photo was taken in the office of my last job, the #basement of a #government #research facility. I didn't take the photo but the link to the post is below.
I spent just over two years here managing #Linux and #Solaris servers. My #cubicle was just around the corner from these #machines, below flickering fluorescent lights. Exactly what you'd expect from working in the basement of a government building.
While these systems haven't been in use for decades and should have been in a museum, they were still on the books and inventoried annually. 🤦♂️
Linux tip: For troubleshooting network issues, `ss -tuln` shows all listening ports and services. Faster than `netstat` and comes pre-installed on modern systems. #Linux #SystemAdministration
After Bluesky, Threads, and so on, the whole #WSocial thing is another reminder that it was never about the #Fediverse being "too complicated" or "just for nerds".
A bafflingly large amount of people genuinely only act on a gut feeling telling them that only commercial products with fancy marketing owned by a for-profit corporation can be trustworthy, 'official' and 'legal', for the lack of a better word.
If something is a commercial offering by a competent-looking, rich family man in a suit, it's clearly an official, legal, trustworthy product. You can be proud of using such a fancy-looking service.
When they see a community-run open-source project or a grassroots initiative, their first instinct is that it must be shady, illegal, complicated, broken or predatory in some way. It's probably some aftermarket grey area bootleg made by weird tech nerds, political groups with an ulterior motive, conspiracy theorists or some naive teenage hackers. They'd also be embarrassed for using it in front of their peers and neighbours; who uses some free back-alley software, are you poor or something?
The same people are the reason why Google is using the word 'sideloading', why scammers love wearing fancy suits, why people suddenly act childishly helpless in front of LibreOffice, or why DIY HRT is so demonised.
They trust any kind of 'official approval' over their own senses. If someone does something that isn't 'approved', they're a bad person or clearly endangering themselves and others. No idea why exactly, but psh, it must be wrong somehow, or everyone would do it, right?
If people on the Fediverse understood that the whole "it's all so complicated and clunky" thing is just a thinly veiled excuse for a general disdain for non-commercial software, we could finally stop making all our software imitate their corporate equivalents in a futile attempt to appease people who never gave us a chance in the first place.
You'll never convince them to treat it in good faith no matter how much effort or money you put into UX or 'ease of use'. All you're doing is making the software worse, e. g. through things like dot-social, verified accounts or begging brands, corporations and politicians to join and give your product some kind of 'official' validation.
Latest 𝗩𝗮𝗹𝘂𝗮𝗯𝗹𝗲 𝗡𝗲𝘄𝘀 - 𝟮𝟬𝟮𝟲/𝟬𝟲/𝟮𝟮 (Valuable News - 2026/06/22) available.
https://vermaden.wordpress.com/2026/06/22/valuable-news-2026-06-22/
Past releases: https://vermaden.wordpress.com/news/
#verblog #vernews #news #bsd #freebsd #openbsd #netbsd #linux #unix #zfs #opnsense #ghostbsd #solaris #vermadenday
RE: https://mastodon.social/@rustaceans/116755672316463652
yserver
― a modern X11 server written from scratch in Rust.
<https://github.com/joske/yserver>
"… there are multiple projects on GitHub with this name (but none for X11 servers), the name is subject to change. …"
<https://lobste.rs/s/yy8je0/yserver_modern_x11_server_written_from>
<https://www.phoronix.com/news/YSERVER-Rust-X11-Server>
"… can currently run a full MATE, Xfce, or Cinnamon X11 desktop. The prominent X11 extensions from RandR to DRI3, GLX, MIT-SHM, Composite, and others are supported. And, yes, with working Compiz goodness too:
… open-source under an MIT license. …"
<https://news.ycombinator.com/item?id=48531394>
<https://www.reddit.com/r/linux/comments/1u31shc/comment/or1re0p/>
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
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