soc.octade.net 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.
Case matters, folks. 🫠
#Linux #FOSS #Terminal #OpenSource #Bash #CommandLine #TechHumor #TechMeme #Humor #Meme #SysAdmin #System #Privacy #InfoSec #CyberSecurity #LinuxLife #LinuxGaming #Shell #DevLife #Dev #Development #CLI #LinuxCommunity #SecureByDesign #Ubuntu #TechNews #Wayland #DevOps #SelfHosting #ArchLinux #Debian #LinuxAdmin #LinuxTips #LinuxMint #Fedora #PopOS #GNULinux #CloudComputing #GNU #BSD #FreeBSD #OpenBSD
Finally, after some tweaking of https://github.com/dillo-browser/dillo-plugin-gemini I'm able to view the #Gemini sites in the DIllo, not the blank page
Looks like, the gemini.filter.dpi file contains some lines, which works well with GNU sed/awk but breaks with the same BSD utils:
1) according to man 7 re_format, the "\s" can't be used to specify the space character class. Instead of it the "[:space:]" should be used.
2) The forward slash inside the awk's group should be escaped.
It is interesting that both escaped and non-escaped versions works the same way with the GNU awk
3) Added two options for ansi2html to avoid unwanted second header's content drawn on the page. And to have properly formatted and clickable links in the browser.