voidq.xyz 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.

Admin account
@hey@voidq.xyz

Search results for tag #openbsd

[?]Denis :flan_le_french: » 🌐
@ledeuns@bsd.network

Oh, my microphone does not work anymore with any browser on :flan_despair:
(it works with Audacity if I set AUDIORECDEVICE) 😬

    [?]h3artbl33d :openbsd: :antifa: [Try/Me] » 🌐
    @h3artbl33d@exquisite.social

    @stefano @outofcreativity

    Nice! We have played a (minor) part into getting it ready for , by giving the devs access to some compute - which resulted in a commit spree that I hadn't seen before.

    They are incredibly kind, humble and knowledgeable.

      [?]Stuart Longland (VK4MSL) » 🌐
      @stuartl@mastodon.longlandclan.id.au

      Figured out how to get ISC DHCPd and to do dynamic DNS on

      ```
      subnet 192.0.2.0 netmask 255.255.255.0 {
      /* usual declarations here */
      set ClientHost = pick-first-value(
      host-decl-name,
      option fqdn.hostname,
      option host-name,
      "no-hostname");
      set ClientIP = binary-to-ascii(10, 8, ".", leased-address);
      set ClientFQDN = concat(ClientHost, ".", "dhcp.example.com");

      on commit {
      log(concat("Commit: IP: ", ClientIP, "FQDN: ", ClientFQDN));
      execute("/usr/local/bin/pdnsutil", "rrset", "add",
      "dhcp.example.com", ClientFQDN, "A", "300", ClientIP);
      }
      on release {
      log(concat("Release: IP: ", ClientIP, "FQDN: ", ClientFQDN));
      execute("/usr/local/bin/pdnsutil", "rrset", "delete",
      "dhcp.example.com", ClientFQDN, "A");
      }
      on expiry {
      log(concat("Expire: IP: ", ClientIP, "FQDN: ", ClientFQDN));
      execute("/usr/local/bin/pdnsutil", "rrset", "delete",
      "dhcp.example.com", ClientFQDN, "A");
      }
      }
      ```

        [?]R.L. Dane :Debian: :OpenBSD: :FreeBSD: 🍵 :MiraLovesYou: [he/him/my good fellow] » 🌐
        @rl_dane@polymaths.social

        @cmccullough @RootMoose

        Probably unhelpful, but have you considered trying #OpenBSD? You get a working X11 right after the install, automagically. (or, of course, you DON'T, depending on your hardware, lol)

          [?]as400 :freebsd_logo: :openbsd: » 🌐
          @as400@mastodon.bsd.cafe

          I am thinking about moving my selfhosted stuff to .
          Now, the only thing that seems to be missing is Collabora Office that integrates with .

          Is there anybody out there running Collabora on ?
          I'm open to any existing alternatives.

            [?]bpl » 🌐
            @bpl@snac.bsd.cafe

            [?]/home/rqm » 🌐
            @rqm@exquisite.social

            I discovered that has a successor, pimsync.whynothugo.nl/index.ht

            I have yet to build it and try it on but it seems like an easier tool to work with.

              [?]Peter N. M. Hansteen » 🌐
              @pitrh@mastodon.social

              [?]OpenBSD Journal RSS 🤖 » 🤖 🌐
              @openbsdjournal@mastodon.social

              Random relinking at boot comes to httpd(8) and smtpd(8)
              undeadly.org/cgi?action=articl

                [?]Miod Vallat [he/him] » 🌐
                @miodvallat@hostux.social

                @m3tti Only in those days.

                  [?]R.L. Dane :Debian: :OpenBSD: :FreeBSD: 🍵 :MiraLovesYou: [he/him/my good fellow] » 🌐
                  @rl_dane@polymaths.social

                  @RussSharek @ed1conf

                  Sorry for #NecroReplying,

                  I tried to compile OpenVi (cross-platform port of #OpenBSD's (n)vi) on my phone, but no joy.

                  You might be able to configure vim on your phone to act like vim-tiny, not sure. ;)

                    [?]Tomáš » 🌐
                    @prahou@merveilles.town

                    theory of the blade

                    slide 1: day 4032 of the corpo-foss war

next:

OB: you know, fish, if my words carried any weight, i'd ask you to break me in half."

fishL :"thousand years of being .. i do not blame you for wanting to retire...

---

but there is one last job i need from you -

openblade to girl : " so, you wanna know how to kill computers?"

                    Alt...slide 1: day 4032 of the corpo-foss war next: OB: you know, fish, if my words carried any weight, i'd ask you to break me in half." fishL :"thousand years of being .. i do not blame you for wanting to retire... --- but there is one last job i need from you - openblade to girl : " so, you wanna know how to kill computers?"

                      [?]Stefano Marinelli » 🌐
                      @stefano@mastodon.bsd.cafe

                      Sending Puffy to test if the BSD Cafe images are being sent.

                      OpenBSD Puffy

                      Alt...OpenBSD Puffy

                        [?]hucste » 🌐
                        @hucste@lemmy.ml

                        OpenBSD stories—Of hp300 and consoles

                        UNIX was first created on Digital PDP-7 hardware, but as it grew and ran on more and more hardware platforms, some of them became quite iconic, and at least major milestones in UNIX evolution. If I were to name only three of them, I would name the PDP-11, hero of the 2BSD series, the VAX, supported from 3BSD onwards, and the hp300 (HP 9000/300 workstations), support for which was added in 4.3BSD-Reno. These machines are long gone (I wouldn’t say ``dead’’ as hobbyists are still keeping them alive, to this day, and I am myself still tinkering on VAX and hp300 systems on an irregular basis), but traces of their existence can still be found in BSD code today. Let me show you some hp300 leftovers…

                        (https://lemmy.ml/c/openbsd)

                        [?]/home/rqm » 🌐
                        @rqm@exquisite.social

                        NICE. vim-classic is now packaged for

                        $ doas pkg_delete vim
                        doas password:
                        vim-9.2.447-python3: ok
                        Read shared items: ok
                        $ doas pkg_add -Dsnap vim-classic
                        vim-classic-8.3.0pre20260529-python3: ok
                        Read shared items: ok

                          [?]Peter N. M. Hansteen » 🌐
                          @pitrh@mastodon.social

                          [?]OpenBSD Journal RSS 🤖 » 🤖 🌐
                          @openbsdjournal@mastodon.social

                          llvm/clang(1)/lld(1) updated to version 22.1.6
                          undeadly.org/cgi?action=articl

                            Back to top - More...