norden.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Moin! Dies ist die Mastodon-Instanz für Nordlichter, Schnacker und alles dazwischen. Folge dem Leuchtturm.

Administered by:

Server stats:

3.5K
active users

#posix

6 posts6 participants0 posts today
R.L. Dane :Debian: :OpenBSD: 🍵<p>Should've made this a long time ago:</p><pre><code>function ciglob { #case-insensitive glob generator echo "$*" |while read -N1 c; do case "$c" in [a-zA-Z]) echo -n "[${c^^}${c,,}]";; *) echo -n "$c" esac done } </code></pre><pre><code>~ $ ciglob "Hello, world!" [Hh][Ee][Ll][Ll][Oo], [Ww][Oo][Rr][Ll][Dd]! ~ $ ls -ld $(ciglob documents) drwxr-xr-x 52 ~~~ ~~~ 20,480 Apr 10 11:45 Documents </code></pre><p>(Not the most useful example, but I did have a use case in mind when I wrote it ;)</p><p>P.S. (This is a valid way to close a parenthesis. Fight me ;)</p><p><a href="https://polymaths.social/tags/bash" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>bash</span></a> <a href="https://polymaths.social/tags/ksh" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ksh</span></a> <a href="https://polymaths.social/tags/sh" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sh</span></a> <a href="https://polymaths.social/tags/shell" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>shell</span></a> <a href="https://polymaths.social/tags/unixshell" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>UnixShell</span></a> <a href="https://polymaths.social/tags/posix" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>POSIX</span></a> <a href="https://polymaths.social/tags/posixshell" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>PosixShell</span></a> <a href="https://polymaths.social/tags/shellscripting" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ShellScripting</span></a></p>
Felix Palmen :freebsd: :c64:<p>Just released: <a href="https://mastodon.bsd.cafe/tags/swad" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>swad</span></a> v0.2</p><p>SWAD is the "Simple Web Authentication Daemon", meant to add <a href="https://mastodon.bsd.cafe/tags/cookie" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>cookie</span></a> <a href="https://mastodon.bsd.cafe/tags/authentication" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>authentication</span></a> with a simple <a href="https://mastodon.bsd.cafe/tags/login" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>login</span></a> form and configurable credential checker modules to a reverse <a href="https://mastodon.bsd.cafe/tags/proxy" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>proxy</span></a> supporting to delegate authentication to a backend service, like e.g. <a href="https://mastodon.bsd.cafe/tags/nginx" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>nginx</span></a>' "auth_request". It's a very small piece of software written in pure <a href="https://mastodon.bsd.cafe/tags/C" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>C</span></a> with as little external dependencies as possible. It requires some <a href="https://mastodon.bsd.cafe/tags/POSIX" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>POSIX</span></a> (or "almost POSIX", like <a href="https://mastodon.bsd.cafe/tags/Linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linux</span></a>, <a href="https://mastodon.bsd.cafe/tags/FreeBSD" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>FreeBSD</span></a>, ...) environment, OpenSSL (or LibreSSL) for TLS and zlib for response compression.</p><p>Currently, the only credential checker module available offers <a href="https://mastodon.bsd.cafe/tags/PAM" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>PAM</span></a> authentication, more modules will come in later releases.</p><p>swad 0.2 brings a few bugfixes and improvements, especially helping with security by rate-limiting the creation of new sessions as well as failed login attempts. Read details and grab it here:</p><p><a href="https://github.com/Zirias/swad/releases/tag/v0.2" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/Zirias/swad/release</span><span class="invisible">s/tag/v0.2</span></a></p>
Dendrobatus Azureus<p><span class="h-card" translate="no"><a href="https://polymaths.social/@rl_dane" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>rl_dane</span></a></span> <br> <br>Remember my complaint about out of the box mapping of just 12 desktops in different desktop environments like XFce?</p><p>Because of my different workflows I have 16 desktops predefined, just so I know, with the keyboard shortcut, where to jump to fast and continue where I left off. I only use the mouse when I absolutely have to, or when it's really elegant to do so, so I'm a keyboard shortcut mapping daemon.</p><p>I haven't taken the time yet to check into the configuration files, of my preferred Desktop Environments and Window Managers, how to map more keyboard shortcuts to More virtual desktops.</p><p>However I'm certain that what you want is scriptable, in at least three Desktop Environments and at least two Window Managers it's just not out of the box</p><p>I love digging into configuration files and I've seen this options in a few of them</p><p><a href="https://mastodon.bsd.cafe/tags/VirtualDesktop" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>VirtualDesktop</span></a> <a href="https://mastodon.bsd.cafe/tags/UI" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>UI</span></a> <a href="https://mastodon.bsd.cafe/tags/Desktops" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Desktops</span></a> <a href="https://mastodon.bsd.cafe/tags/KISS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>KISS</span></a> <a href="https://mastodon.bsd.cafe/tags/KDE" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>KDE</span></a> <a href="https://mastodon.bsd.cafe/tags/Plasma" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Plasma</span></a> <a href="https://mastodon.bsd.cafe/tags/Linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linux</span></a> <a href="https://mastodon.bsd.cafe/tags/POSIX" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>POSIX</span></a> <a href="https://mastodon.bsd.cafe/tags/OpenSource" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>OpenSource</span></a></p>
Dendrobatus Azureus<p>Another one in the BSD world has been released. Vermaden LVN </p><p>Now Go, read and Learn</p><p><a href="https://vermaden.wordpress.com/2025/04/07/valuable-news-2025-04-07/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">vermaden.wordpress.com/2025/04</span><span class="invisible">/07/valuable-news-2025-04-07/</span></a></p><p><a href="https://mastodon.bsd.cafe/tags/Vermaden" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Vermaden</span></a> <a href="https://mastodon.bsd.cafe/tags/LVN" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LVN</span></a> <a href="https://mastodon.bsd.cafe/tags/POSIX" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>POSIX</span></a> <a href="https://mastodon.bsd.cafe/tags/freeBSD" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>freeBSD</span></a> <a href="https://mastodon.bsd.cafe/tags/netBSD" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>netBSD</span></a> <a href="https://mastodon.bsd.cafe/tags/openBSD" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>openBSD</span></a> <a href="https://mastodon.bsd.cafe/tags/ghostBSD" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ghostBSD</span></a>&nbsp;&nbsp;<a href="https://mastodon.bsd.cafe/tags/Linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linux</span></a> <a href="https://mastodon.bsd.cafe/tags/programming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>programming</span></a></p>
Radio Azureus<p><span class="h-card" translate="no"><a href="https://floss.social/@moshidon" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>moshidon</span></a></span> </p><p>On the Amiga computers we had a saying without MUI {the Magic 🪄 User Interface a fantastic UI for gadgets and widgets on the Amiga} MUI program xxx would not exist</p><p>The same rule applies here</p><p>Without you Moshidon would not exist </p><p>So instead of just boosting and liking the post, I'm sending you Universal Love 💕 and Universal Energy and thanking you for the amount of work that you put in to Moshidon </p><p>🦋💙❤️💋<a href="https://mastodon.social/tags/Lobi" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Lobi</span></a> 💙💕🌹💐💙🦋</p><p><a href="https://mastodon.social/tags/Android" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Android</span></a> <a href="https://mastodon.social/tags/Mobile" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Mobile</span></a> <a href="https://mastodon.social/tags/programming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>programming</span></a> <a href="https://mastodon.social/tags/coding" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>coding</span></a> <a href="https://mastodon.social/tags/POSIX" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>POSIX</span></a> <a href="https://mastodon.social/tags/OpenSource" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>OpenSource</span></a></p>
Radio Azureus<p><span class="h-card" translate="no"><a href="https://polymaths.social/@rl_dane" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>rl_dane</span></a></span> </p><p>How about simply predefining the maximum amount of desktops that you need and just work in that</p><p>KISS principle</p><p><a href="https://mastodon.social/tags/VirtualDesktop" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>VirtualDesktop</span></a> <a href="https://mastodon.social/tags/UI" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>UI</span></a> <a href="https://mastodon.social/tags/Desktops" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Desktops</span></a> <a href="https://mastodon.social/tags/KISS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>KISS</span></a> <a href="https://mastodon.social/tags/KDE" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>KDE</span></a> <a href="https://mastodon.social/tags/Plasma" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Plasma</span></a> <a href="https://mastodon.social/tags/Linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linux</span></a> <a href="https://mastodon.social/tags/POSIX" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>POSIX</span></a> <a href="https://mastodon.social/tags/OpenSource" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>OpenSource</span></a></p>
Dendrobatus Azureus<p>Yes you have seen it correctly, I'm now including __links__ the sh &amp; console based browser, in my workflow, since it uses few resources, doesn't understand many of the modern languages, which results in pleasure and fun on the internet. You can even use links on a serial console like my Wyse terminal!</p><p>An Adblock is not need in this modus operandi.</p><p>The places which are properly coded, do not need even JavaScript are where I frequently get my information from </p><p><a href="https://mastodon.bsd.cafe/tags/POSIX" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>POSIX</span></a> <a href="https://mastodon.bsd.cafe/tags/RetroComputing" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>RetroComputing</span></a> <a href="https://mastodon.bsd.cafe/tags/csh" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>csh</span></a> <a href="https://mastodon.bsd.cafe/tags/sh" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sh</span></a> <a href="https://mastodon.bsd.cafe/tags/ksh" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ksh</span></a> <a href="https://mastodon.bsd.cafe/tags/bash" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>bash</span></a> <a href="https://mastodon.bsd.cafe/tags/fish" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>fish</span></a> <a href="https://mastodon.bsd.cafe/tags/Terminal" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Terminal</span></a> <a href="https://mastodon.bsd.cafe/tags/16550AF" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>16550AF</span></a> <a href="https://mastodon.bsd.cafe/tags/Serial" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Serial</span></a> <a href="https://mastodon.bsd.cafe/tags/Console" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Console</span></a> <a href="https://mastodon.bsd.cafe/tags/freeBSD" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>freeBSD</span></a> <a href="https://mastodon.bsd.cafe/tags/netBSD" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>netBSD</span></a> <a href="https://mastodon.bsd.cafe/tags/openBSD" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>openBSD</span></a> <a href="https://mastodon.bsd.cafe/tags/ghostBSD" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ghostBSD</span></a> <a href="https://mastodon.bsd.cafe/tags/Linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linux</span></a> <a href="https://mastodon.bsd.cafe/tags/JavaScript" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>JavaScript</span></a> <a href="https://mastodon.bsd.cafe/tags/programming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>programming</span></a></p>
Felix Palmen :freebsd: :c64:<p>Released: <a href="https://mastodon.bsd.cafe/tags/swad" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>swad</span></a> v0.1 🥳 </p><p>Looking for a simple way to add <a href="https://mastodon.bsd.cafe/tags/authentication" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>authentication</span></a> to your <a href="https://mastodon.bsd.cafe/tags/nginx" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>nginx</span></a> reverse proxy? Then swad *could* be for you!</p><p>swad is the "Simple Web Authentication Daemon", written in pure <a href="https://mastodon.bsd.cafe/tags/C" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>C</span></a> (+ <a href="https://mastodon.bsd.cafe/tags/POSIX" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>POSIX</span></a>) with almost no external dependencies. <a href="https://mastodon.bsd.cafe/tags/TLS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>TLS</span></a> support requires <a href="https://mastodon.bsd.cafe/tags/OpenSSL" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>OpenSSL</span></a> (or <a href="https://mastodon.bsd.cafe/tags/LibreSSL" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LibreSSL</span></a>). It's designed to work with nginx' "auth_request" module and offers authentication using a <a href="https://mastodon.bsd.cafe/tags/cookie" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>cookie</span></a> and a login form.</p><p>Well, this is a first release and you can tell by the version number it isn't "complete" yet. Most notably, only one single credentials checker is implemented: <a href="https://mastodon.bsd.cafe/tags/PAM" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>PAM</span></a>. But as pam already allows pretty flexible configuration, I already consider this pretty useful 🙈</p><p>If you want to know more, read here:<br><a href="https://github.com/Zirias/swad" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">github.com/Zirias/swad</span><span class="invisible"></span></a></p>
Felix Palmen :freebsd: :c64:<p>This, btw, was yet another reminder of the horrible can of worms <a href="https://mastodon.bsd.cafe/tags/stdio" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>stdio</span></a>'s <a href="https://mastodon.bsd.cafe/tags/buffering" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>buffering</span></a> is.</p><p>I created a little tool running as a child process to do the *actual* <a href="https://mastodon.bsd.cafe/tags/PAM" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>PAM</span></a> authentication, so it will be possible to have this run as root while the real service drops all privileges. This little tool uses a simple line-based protocol for communication on stdin/stdout. It worked well when testing directly on the terminal.</p><p>On the first real test though, my service just went hanging. 🙄 I suspected a deadlock caused by pthread mutexes. Wasted quite some time looking into that. Then I finally realized communication over the pipes was stalled.</p><p>Ok, just set buffering mode to "line buffering" after fdopen'ing the <a href="https://mastodon.bsd.cafe/tags/pipe" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>pipe</span></a>. Turned out that didn't help either. I *assume* that even in the child process, the stdio streams automatically created on the pipes were somehow fully buffered. But at that point, I was really fed up with trial and error and rewrote the whole mess to do I/O using plain <a href="https://mastodon.bsd.cafe/tags/POSIX" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>POSIX</span></a> APIs (read, write), sidestepping any buffering. Worked like a charm. 🙈 </p><p><a href="https://mastodon.bsd.cafe/tags/C" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>C</span></a> <a href="https://mastodon.bsd.cafe/tags/coding" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>coding</span></a></p>
Dendrobatus Azureus<p>It's possible you've not heard of <a href="https://mastodon.bsd.cafe/tags/boxyBSD" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>boxyBSD</span></a></p><p>I was lucky to get a TIL moment when <span class="h-card" translate="no"><a href="https://mastodon.bsd.cafe/@stefano" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>stefano</span></a></span> boosted it's existence into my feed.</p><p>However you should know about it, learn something about the user perspective from proxmox in the process, while working with a boxyBSD VM. </p><p>Here are some nice screencaps of the boxyBSD site so you can ask nicely for a VM and learn to play with one of the *BSD flavours from a distance. </p><p>I'm sure you can duckduckgo the address of boxyBSD when you analyze the screencaps, right?</p><p>🖋️ <a href="https://mastodon.bsd.cafe/tags/bash" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>bash</span></a> <a href="https://mastodon.bsd.cafe/tags/proxyLB" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>proxyLB</span></a> <a href="https://mastodon.bsd.cafe/tags/freeBSD" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>freeBSD</span></a> <a href="https://mastodon.bsd.cafe/tags/boxyBSD" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>boxyBSD</span></a> <a href="https://mastodon.bsd.cafe/tags/sh" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sh</span></a> <a href="https://mastodon.bsd.cafe/tags/zsh" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>zsh</span></a> <a href="https://mastodon.bsd.cafe/tags/ksh" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ksh</span></a> <a href="https://mastodon.bsd.cafe/tags/csh" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>csh</span></a> <a href="https://mastodon.bsd.cafe/tags/netBSD" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>netBSD</span></a> <a href="https://mastodon.bsd.cafe/tags/openBSD" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>openBSD</span></a> <a href="https://mastodon.bsd.cafe/tags/POSIX" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>POSIX</span></a> <a href="https://mastodon.bsd.cafe/tags/proxmox" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>proxmox</span></a> <a href="https://mastodon.bsd.cafe/tags/loadbalancer" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>loadbalancer</span></a></p>
Dendrobatus Azureus<p>It has arrived. proxyLB v1.1.0 the loadbalancer for proxmox clusters. Instead of telling you the features of this major version I invite you to read about it yourself, download proxyLB then play with it.</p><p>As with any great Open Source project, this has grown out of a necessity that <span class="h-card" translate="no"><a href="https://mastodon.gyptazy.com/@gyptazy" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>gyptazy</span></a></span> has for his other amazing project boxyBSD, which just needs a versatile tool like this.</p><p>Now go and play. </p><p><a href="https://gyptazy.com/introducing-proxlb-1-1-0-as-an-advanced-loadbalancer-for-proxmox-clusters-a-complete-code-refactor-for-enhanced-performance-and-stability/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">gyptazy.com/introducing-proxlb</span><span class="invisible">-1-1-0-as-an-advanced-loadbalancer-for-proxmox-clusters-a-complete-code-refactor-for-enhanced-performance-and-stability/</span></a></p><p>🖋️ <a href="https://mastodon.bsd.cafe/tags/bash" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>bash</span></a> <a href="https://mastodon.bsd.cafe/tags/proxyLB" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>proxyLB</span></a> <a href="https://mastodon.bsd.cafe/tags/freeBSD" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>freeBSD</span></a> <a href="https://mastodon.bsd.cafe/tags/boxyBSD" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>boxyBSD</span></a> <a href="https://mastodon.bsd.cafe/tags/sh" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sh</span></a> <a href="https://mastodon.bsd.cafe/tags/zsh" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>zsh</span></a> <a href="https://mastodon.bsd.cafe/tags/ksh" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ksh</span></a> <a href="https://mastodon.bsd.cafe/tags/csh" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>csh</span></a>&nbsp;&nbsp;<a href="https://mastodon.bsd.cafe/tags/netBSD" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>netBSD</span></a> <a href="https://mastodon.bsd.cafe/tags/openBSD" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>openBSD</span></a> <a href="https://mastodon.bsd.cafe/tags/POSIX" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>POSIX</span></a> <a href="https://mastodon.bsd.cafe/tags/proxmox" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>proxmox</span></a> <a href="https://mastodon.bsd.cafe/tags/loadbalancer" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>loadbalancer</span></a></p>
Dendrobatus Azureus<p>Slides have been released on this wonderful piece of balancing software for your proxmox clusters proxyLB <br>Now you can learn even more about this piece of wonderful software</p><p>Courtesy of <span class="h-card" translate="no"><a href="https://mastodon.gyptazy.com/@gyptazy" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>gyptazy</span></a></span> </p><p>🖋️ <a href="https://mastodon.bsd.cafe/tags/bash" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>bash</span></a> <a href="https://mastodon.bsd.cafe/tags/proxyLB" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>proxyLB</span></a> <a href="https://mastodon.bsd.cafe/tags/freeBSD" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>freeBSD</span></a> <a href="https://mastodon.bsd.cafe/tags/boxyBSD" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>boxyBSD</span></a> <a href="https://mastodon.bsd.cafe/tags/sh" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sh</span></a> <a href="https://mastodon.bsd.cafe/tags/zsh" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>zsh</span></a> <a href="https://mastodon.bsd.cafe/tags/ksh" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ksh</span></a> <a href="https://mastodon.bsd.cafe/tags/csh" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>csh</span></a>&nbsp;&nbsp;<a href="https://mastodon.bsd.cafe/tags/netBSD" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>netBSD</span></a> <a href="https://mastodon.bsd.cafe/tags/openBSD" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>openBSD</span></a> <a href="https://mastodon.bsd.cafe/tags/POSIX" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>POSIX</span></a> <a href="https://mastodon.bsd.cafe/tags/proxmox" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>proxmox</span></a> <a href="https://mastodon.bsd.cafe/tags/loadbalancer" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>loadbalancer</span></a> </p><p><a href="https://github.com/gyptazy/ProxLB" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">github.com/gyptazy/ProxLB</span><span class="invisible"></span></a></p>
David Chisnall (*Now with 50% more sarcasm!*)<p><a href="https://infosec.exchange/tags/LazyWeb" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LazyWeb</span></a>: At some point 15-20 years ago, I was reading some Austin’s Group rationale for deprecating <code>ucontext_t</code> and friends, which said it was the only safe way of jumping out of a signal handler but was problematic because people were using it to implement userspace threading and it was not safe to do so because this required synchronising state that was not always visible in userspace. I can no longer find this and it appears not to be in the rationale section for any <a href="https://infosec.exchange/tags/POSIX" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>POSIX</span></a> spec I’ve checked. Does anyone have the reference to hand?</p>
Dendrobatus Azureus<p>I have found an interesting quirk with my freeBSD installation, running on my SATA SSD, which I mount through an USB tray, directly to the USB port on the computer. </p><p>As long as i leave the second port of the USB tray open, everything runs fine and smooth. The moment I mount another drive in the second port, freeBSD only does the initial part of the startup sequence and then complains that it cannot go any further.</p><p>No further explanation given </p><p>Seeking for log files is not an option because the operating system itself doesn't boot.</p><p>Where in the documentation should I look for this type of issue?</p><p>🖋️ <a href="https://mastodon.bsd.cafe/tags/bash" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>bash</span></a> <a href="https://mastodon.bsd.cafe/tags/freeBSD" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>freeBSD</span></a> <a href="https://mastodon.bsd.cafe/tags/boxyBSD" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>boxyBSD</span></a> <a href="https://mastodon.bsd.cafe/tags/sh" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sh</span></a> <a href="https://mastodon.bsd.cafe/tags/zsh" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>zsh</span></a> <a href="https://mastodon.bsd.cafe/tags/ksh" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ksh</span></a> <a href="https://mastodon.bsd.cafe/tags/csh" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>csh</span></a>&nbsp;&nbsp;<a href="https://mastodon.bsd.cafe/tags/netBSD" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>netBSD</span></a> <a href="https://mastodon.bsd.cafe/tags/openBSD" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>openBSD</span></a> <a href="https://mastodon.bsd.cafe/tags/POSIX" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>POSIX</span></a> <a href="https://mastodon.bsd.cafe/tags/AskFediverse" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>AskFediverse</span></a></p>
Dendrobatus Azureus<p>If you haven't done so yet and you are playing with Open Source Operating Systems, read this article about the BSD family</p><p>it is very enlightening, and worth every minute of reading it</p><p><a href="https://mastodon.bsd.cafe/tags/bash" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>bash</span></a> <a href="https://mastodon.bsd.cafe/tags/sh" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sh</span></a> <a href="https://mastodon.bsd.cafe/tags/zsh" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>zsh</span></a> <a href="https://mastodon.bsd.cafe/tags/ksh" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ksh</span></a> <a href="https://mastodon.bsd.cafe/tags/csh" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>csh</span></a> <a href="https://mastodon.bsd.cafe/tags/tsh" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>tsh</span></a> <a href="https://mastodon.bsd.cafe/tags/freeBSD" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>freeBSD</span></a>&nbsp;&nbsp;<a href="https://mastodon.bsd.cafe/tags/100DaysOfCode" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>100DaysOfCode</span></a> <a href="https://mastodon.bsd.cafe/tags/1000DaysOfCode" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>1000DaysOfCode</span></a> <a href="https://mastodon.bsd.cafe/tags/POSIX" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>POSIX</span></a> <a href="https://mastodon.bsd.cafe/tags/Programming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Programming</span></a> <a href="https://mastodon.bsd.cafe/tags/Patch" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Patch</span></a> <a href="https://mastodon.bsd.cafe/tags/UNIX" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>UNIX</span></a> <a href="https://mastodon.bsd.cafe/tags/History" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>History</span></a> </p><p><a href="https://it-notes.dragas.net/2025/03/23/osday-2025-why-choose-bsd-in-2025/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">it-notes.dragas.net/2025/03/23</span><span class="invisible">/osday-2025-why-choose-bsd-in-2025/</span></a></p>
Dendrobatus Azureus<p>Finally I've captured some sh photographs of the running minimal freeBSD system </p><p>No x.org here. Even mc can't run after the pkg install! It needs proc filesystems installed mounted cfg first </p><p>I was surprised that I now need to read documents to find out how my second HDMI IPS LED display can be turned on in text mode, something that happens automatically in Linux out of the box 🎁 </p><p>🖋️ <a href="https://mastodon.bsd.cafe/tags/bash" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>bash</span></a> <a href="https://mastodon.bsd.cafe/tags/freeBSD" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>freeBSD</span></a> <a href="https://mastodon.bsd.cafe/tags/boxyBSD" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>boxyBSD</span></a> <a href="https://mastodon.bsd.cafe/tags/sh" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sh</span></a> <a href="https://mastodon.bsd.cafe/tags/zsh" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>zsh</span></a> <a href="https://mastodon.bsd.cafe/tags/ksh" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ksh</span></a> <a href="https://mastodon.bsd.cafe/tags/csh" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>csh</span></a>&nbsp;&nbsp;<a href="https://mastodon.bsd.cafe/tags/netBSD" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>netBSD</span></a> <a href="https://mastodon.bsd.cafe/tags/openBSD" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>openBSD</span></a> <a href="https://mastodon.bsd.cafe/tags/POSIX" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>POSIX</span></a></p>
Dendrobatus Azureus<p>As you can see here the first part of my freeBSD installation is going smoothly</p><p>My 2.5GBit NIC it's not supported but my Wi-Fi NIC is properly supported so everything is good, so far </p><p>I've just installed the free BSD handbook which requires the network so extra proof that my Wi-Fi NIC is working magnificently</p><p>What is also evident is that you should not ignore warnings that you're HDD set up will not boot. It turns out that the drive I used, which has an MBR, not GPT, is not usable in the configuration where I made a second partition / and a third partition /home, the installation goes smoothly but of course it doesn't boot and not surprising GRUB Linux, cannot find a way to make it boot.</p><p>So now I have to make a much smaller partition on a GPT USB SSD</p><p>It's wise to listen to the options of the installer. Using my GPT partitioned SATA SSD, mounted on a USB tray 📥 I was able to install freeBSD base config without a hitch, jumping into full blown tcsh mode</p><p>Extra images will follow in a minute</p><p>🖋️ <a href="https://mastodon.bsd.cafe/tags/bash" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>bash</span></a> <a href="https://mastodon.bsd.cafe/tags/freeBSD" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>freeBSD</span></a> <a href="https://mastodon.bsd.cafe/tags/boxyBSD" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>boxyBSD</span></a> <a href="https://mastodon.bsd.cafe/tags/sh" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sh</span></a> <a href="https://mastodon.bsd.cafe/tags/zsh" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>zsh</span></a> <a href="https://mastodon.bsd.cafe/tags/ksh" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ksh</span></a> <a href="https://mastodon.bsd.cafe/tags/csh" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>csh</span></a>&nbsp;&nbsp;<a href="https://mastodon.bsd.cafe/tags/netBSD" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>netBSD</span></a> <a href="https://mastodon.bsd.cafe/tags/openBSD" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>openBSD</span></a> <a href="https://mastodon.bsd.cafe/tags/POSIX" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>POSIX</span></a></p>
Dendrobatus Azureus<p>Due to my brain dead ISP which does not support IPv6 for clients in 2K25(!) I cant access my boxyBSD box.</p><p>boxyBSD is thus so far away from me :(</p><p>I have a client connection with fixed IPv4 IP somewhere, but it collapses when I use a free available IPv4 to IPv6 tunnel service.</p><p>Instead of sitting and twiddling my fingers on my Bass guitar(s) generating random() notes, I decided to get an image of the latest freeBSD and play with it locally, until I can get my ISP to provide all of us with a (set) of free IPv6 addresses because we pay them for a full service here in my country</p><p>&gt;&gt; log</p><p>$ wget -c <a href="https://download.freebsd.org/releases/amd64/amd64/ISO-IMAGES/14.2/FreeBSD-14.2-RELEASE-amd64-dvd1.iso" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">download.freebsd.org/releases/</span><span class="invisible">amd64/amd64/ISO-IMAGES/14.2/FreeBSD-14.2-RELEASE-amd64-dvd1.iso</span></a><br>--2025-03-23 13:32:46-- <a href="https://download.freebsd.org/releases/amd64/amd64/ISO-IMAGES/14.2/FreeBSD-14.2-RELEASE-amd64-dvd1.iso" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">download.freebsd.org/releases/</span><span class="invisible">amd64/amd64/ISO-IMAGES/14.2/FreeBSD-14.2-RELEASE-amd64-dvd1.iso</span></a><br>Resolving download.freebsd.org (download.freebsd.org)... 200.160.6.227, 2001:12ff:0:6224::15:0<br>Connecting to download.freebsd.org (download.freebsd.org)|200.160.6.227|:443... connected.<br>HTTP request sent, awaiting response... 206 Partial Content<br>Length: 4826406912 (4.5G), 4255655894 (4.0G) remaining [application/octet-stream]<br>Saving to: ‘FreeBSD-14.2-RELEASE-amd64-dvd1.iso’</p><p>-14.2-RELEASE-amd64-dvd1 12%[++++ ] 559.57M 1.01MB/s eta 75m</p><p>&lt;&lt; ^Z</p><p>Yes they give a puny 1MB speed, you read that correctly</p><p>🖋️ <a href="https://mastodon.bsd.cafe/tags/bash" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>bash</span></a> <a href="https://mastodon.bsd.cafe/tags/freeBSD" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>freeBSD</span></a> <a href="https://mastodon.bsd.cafe/tags/boxyBSD" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>boxyBSD</span></a> <a href="https://mastodon.bsd.cafe/tags/sh" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sh</span></a> <a href="https://mastodon.bsd.cafe/tags/zsh" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>zsh</span></a> <a href="https://mastodon.bsd.cafe/tags/ksh" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ksh</span></a> <a href="https://mastodon.bsd.cafe/tags/csh" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>csh</span></a> <a href="https://mastodon.bsd.cafe/tags/netBSD" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>netBSD</span></a> <a href="https://mastodon.bsd.cafe/tags/openBSD" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>openBSD</span></a> <a href="https://mastodon.bsd.cafe/tags/POSIX" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>POSIX</span></a></p>
Retrópolis<p>Episódio 161 – Be, BeBox e BeOS – Parte B</p><p><a href="https://retropolis.com.br/2025/03/19/episodio-161-parte-b/" rel="nofollow noopener noreferrer" target="_blank"><span class="invisible">https://</span><span class="ellipsis">retropolis.com.br/2025/03/19/e</span><span class="invisible">pisodio-161-parte-b/</span></a></p><p><a href="https://bitbang.social/tags/Podcast" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Podcast</span></a> <a href="https://bitbang.social/tags/ACCESS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ACCESS</span></a> <a href="https://bitbang.social/tags/AllegisCapital" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>AllegisCapital</span></a> <a href="https://bitbang.social/tags/Apple" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Apple</span></a> <a href="https://bitbang.social/tags/BeInc" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>BeInc</span></a> <a href="https://bitbang.social/tags/BeIA" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>BeIA</span></a> <a href="https://bitbang.social/tags/BeOS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>BeOS</span></a> <a href="https://bitbang.social/tags/BlueEyedOS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>BlueEyedOS</span></a> <a href="https://bitbang.social/tags/BlueOS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>BlueOS</span></a> <a href="https://bitbang.social/tags/BrunoGAlbuquerque" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>BrunoGAlbuquerque</span></a> <a href="https://bitbang.social/tags/BugBr" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>BugBr</span></a> <a href="https://bitbang.social/tags/C" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>C</span></a> <a href="https://bitbang.social/tags/Cosmoe" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Cosmoe</span></a> <a href="https://bitbang.social/tags/eVilla" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>eVilla</span></a> <a href="https://bitbang.social/tags/ExpoSALT" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ExpoSALT</span></a> <a href="https://bitbang.social/tags/Haiku" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Haiku</span></a> <a href="https://bitbang.social/tags/JeanLouisGasse" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>JeanLouisGasse</span></a> <a href="https://bitbang.social/tags/LeCroy" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LeCroy</span></a> <a href="https://bitbang.social/tags/microsoft" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>microsoft</span></a> <a href="https://bitbang.social/tags/Palm" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Palm</span></a> <a href="https://bitbang.social/tags/Palmsource" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Palmsource</span></a> <a href="https://bitbang.social/tags/podcast" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>podcast</span></a> <a href="https://bitbang.social/tags/POSIX" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>POSIX</span></a> <a href="https://bitbang.social/tags/RADARV" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>RADARV</span></a> <a href="https://bitbang.social/tags/Retrocomputao" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Retrocomputao</span></a> <a href="https://bitbang.social/tags/retrogaming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>retrogaming</span></a> <a href="https://bitbang.social/tags/Retrpolis" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Retrpolis</span></a> <a href="https://bitbang.social/tags/SistemaOperacional" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SistemaOperacional</span></a> <a href="https://bitbang.social/tags/Software" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Software</span></a> <a href="https://bitbang.social/tags/SteveJobs" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SteveJobs</span></a> <a href="https://bitbang.social/tags/TascamSX1" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>TascamSX1</span></a> <a href="https://bitbang.social/tags/yellowTab" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>yellowTab</span></a> <a href="https://bitbang.social/tags/Zeta" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Zeta</span></a></p>
Radio Azureus<p>TIL about lsd(1)</p><p>What an awsome addition to my lolcat arsenal!</p><p>The acronym is not correctly used by me in this case, because I **know** I used LSD in the 1990's (the command in a UNIX ENV:) and LSD is just as pretty as it was psychedelic in the last century!</p><p>`man lsd `</p><p>An ls command with a lot of pretty colors and some other stuff.</p><p><span class="h-card" translate="no"><a href="https://fuzzies.wtf/@altbot" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>altbot</span></a></span> </p><p>🖋️ <a href="https://mastodon.social/tags/bash" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>bash</span></a> <a href="https://mastodon.social/tags/sh" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sh</span></a> <a href="https://mastodon.social/tags/zsh" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>zsh</span></a> <a href="https://mastodon.social/tags/ksh" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ksh</span></a> <a href="https://mastodon.social/tags/csh" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>csh</span></a> <a href="https://mastodon.social/tags/Networking" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Networking</span></a> <a href="https://mastodon.social/tags/IPv6" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>IPv6</span></a> <a href="https://mastodon.social/tags/IPv4" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>IPv4</span></a> <a href="https://mastodon.social/tags/ProxMox" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ProxMox</span></a> <a href="https://mastodon.social/tags/freeBSD" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>freeBSD</span></a> <a href="https://mastodon.social/tags/Linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linux</span></a> <a href="https://mastodon.social/tags/POSIX" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>POSIX</span></a> <a href="https://mastodon.social/tags/Programming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Programming</span></a></p>