home.social

#gnu — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #gnu, aggregated by home.social.

  1. I am actually kind of amazed it was so easy for me to build gmake 3.80 from 2002 for arm64.

    All I needed was to use an old Linaro toolchain, copy over some files, and…

    $ cd make-3.80/
    $ cp /usr/share/autoconf/build-aux/config.{guess,sub} config/
    $ ./configure --host=aarch64-linux-gnu
    $ make
    

    Sugoi~! :gnu: :inami_adoras:

    #lang_en #linux #gnu #gcc #gmake #make

  2. OK, time to build linux 2.6!

    > Makefile:1441: *** mixed implicit and normal rules: deprecated syntax

    Ugh, okay, first we build old Make. Surely Make from 2006 will do…?

    > Makefile:1441: *** mixed implicit and normal rules: Stop

    Oh, okay. Welp. Make from 2002 will do…?

    > glob.c:576:23: error: implicit declaration of function

    God dang it, haha, of course I can’t build 2002 Make. Surely GCC 4.9 will work…?

    > yes

    nice :gutkato_mojosa:

    #lang_en #linux #gnu #lignux #gcc #make #gmake
  3. Se viene un pequeño #short en el canal de #youtube de JuncoTIC! 🎉🐧

    No olviden suscribirse para enterarse cuando lo publiquemos! 🔔

    youtube.com/juncotic?sub_confi

    Estén atentos/as!

    #gnu #linux #juncotic #short #bat #cat #tip

  4. LibreLocal Bariloche 2026

    Biblioteca Popular aime paine, sábado, 30 de mayo, 17:00 GMT-3

    Te invitamos a sumarte y compartir. Habrá charlas sobre software libre, espacio informal de reunión, y un espacio dedicado a la cultura libre.

    Charlas:

    • "El rol protagónico del texto en gnu" por ~ Hernán S.

    • "Software Libre en tiempos tecnofeudalistas" por ~ soru.

    • "Conectar igualdad, software libre y soberanía tecnológica en Río Negro" por ~ Leonor.

    • "Liberá tu router" por ~Diego M.

    Cultura Libre: Fanzinoteca abierta + Biblioteca digital abierta sobre Software Libre y temas afines

    Esperamos que LibreLocal Bariloche pueda reunir a la comunidad de Software Libre local, en un nuevo evento que continúe y profundice otras actividades que venimos realizando territorialmente, como FLISoL Bariloche y otros activismos en software libre que compartimos con la barca furilofche en el PIP.

    Creemos que el Software Libre y comunitario, es más necesario que nunca en un mundo con políticas radicalizadas hacia la extrema derecha. Desde 2024 nuestro país se está viendo sometido a la destrucción de políticas públicas en relación a ciencia y tecnología, derechos humanos fundamentales, derechos de las mujeres y las disidencias, educación y salud pública. En este contexto además, urge el encuentro personal con otrxs, recuperar el espacio y los proyectos comunes.

    Más información: https://libreplanet.org/wiki/Group:Librelocal/2026

    vagancio.partidopirata.com.ar/

  5. Scriba: a Lisp structured logging framework (Guile Scheme) v0.0.6

    codeberg.org/jjba23/scriba

    Scriba brings modern observability to GNU Guile with zero boilerplate and minimal overhead, amazing configurability and . multiple backends, with support for auto config

    #GuileScheme #Lisp #Scheme #GNU #freesoftware #OpenSource #GNU #Observability #Logging #SoftwareDevelopment #log #framework #macro

  6. Scriba: a Lisp structured logging framework (Guile Scheme) v0.0.6

    codeberg.org/jjba23/scriba

    Scriba brings modern observability to GNU Guile with zero boilerplate and minimal overhead, amazing configurability and . multiple backends, with support for auto config

    #GuileScheme #Lisp #Scheme #GNU #freesoftware #OpenSource #GNU #Observability #Logging #SoftwareDevelopment #log #framework #macro

  7. Scriba: a Lisp structured logging framework (Guile Scheme) v0.0.6

    codeberg.org/jjba23/scriba

    Scriba brings modern observability to GNU Guile with zero boilerplate and minimal overhead, amazing configurability and . multiple backends, with support for auto config

    #GuileScheme #Lisp #Scheme #GNU #freesoftware #OpenSource #GNU #Observability #Logging #SoftwareDevelopment #log #framework #macro

  8. [Q̲̅U̲̅E̲̅S̲̅T̲̅I̲̅O̲̅N̲̅]

    does anyone know a stunning monospace font not found in this list ?

    a font that you can draw ascii-art and display an array of niche characters without glitching the text interface !

    #font #gnu #tech #technology #unixporn

  9. [Q̲̅U̲̅E̲̅S̲̅T̲̅I̲̅O̲̅N̲̅]

    does anyone know a stunning monospace font not found in this list ?

    a font that you can draw ascii-art and display an array of niche characters without glitching the text interface !

    #font #gnu #tech #technology #unixporn

  10. [Q̲̅U̲̅E̲̅S̲̅T̲̅I̲̅O̲̅N̲̅]

    does anyone know a stunning monospace font not found in this list ?

    a font that you can draw ascii-art and display an array of niche characters without glitching the text interface !

    #font #gnu #tech #technology #unixporn

  11. [Q̲̅U̲̅E̲̅S̲̅T̲̅I̲̅O̲̅N̲̅]

    does anyone know a stunning monospace font not found in this list ?

    a font that you can draw ascii-art and display an array of niche characters without glitching the text interface !

    #font #gnu #tech #technology #unixporn

  12. [Q̲̅U̲̅E̲̅S̲̅T̲̅I̲̅O̲̅N̲̅]

    does anyone know a stunning monospace font not found in this list ?

    a font that you can draw ascii-art and display an array of niche characters without glitching the text interface !

    #font #gnu #tech #technology #unixporn

  13. define-typed: efficient typechecks for #Guile Scheme:
    draketo.de/software/guile-defi

    define-typed now supports the -> ret style in addition to the structural style:
    (define-typed (foo a) (real? -> real?) a) ;; checks a and the returned value

    And leaving out the return check is now automatically treated as #f (no check):
    (define-typed (foo a) (real?) #t) ;; only checks a

    - code: hg.sr.ht/~arnebab/guile-define

    #FreeSoftware #lisp #programming #scheme #gnu

  14. define-typed: efficient typechecks for #Guile Scheme:
    draketo.de/software/guile-defi

    define-typed now supports the -> ret style in addition to the structural style:
    (define-typed (foo a) (real? -> real?) a) ;; checks a and the returned value

    And leaving out the return check is now automatically treated as #f (no check):
    (define-typed (foo a) (real?) #t) ;; only checks a

    - code: hg.sr.ht/~arnebab/guile-define

    #FreeSoftware #lisp #programming #scheme #gnu

  15. 🐧 Looking for a community to discuss #GNU or #Linux?

    🤨 Looking for a community #matrix @element instance to use for secure communications?

    Register: element.gnulinux.club

    GNU/Linux Club serves #gnulinux enthusiasts & #copyleft fans.

    Requirements:

    - Official git profile or tech blog
    - Be 18 years of age or older
    - Remain active in the pubglug channel
    - Follow the ToS & CoC

    🫶Donations➡️liberapay.com/oemb1905/

    #gnulinux #sysadmin #selfhosted #debian #opensource #element

  16. 🐧 Looking for a community to discuss #GNU or #Linux?

    🤨 Looking for a community #matrix @element instance to use for secure communications?

    Register: element.gnulinux.club

    GNU/Linux Club serves #gnulinux enthusiasts & #copyleft fans.

    Requirements:

    - Official git profile or tech blog
    - Be 18 years of age or older
    - Remain active in the pubglug channel
    - Follow the ToS & CoC

    🫶Donations➡️liberapay.com/oemb1905/

    #gnulinux #sysadmin #selfhosted #debian #opensource #element

  17. 🐧 Looking for a community to discuss #GNU or #Linux?

    🤨 Looking for a community #matrix @element instance to use for secure communications?

    Register: element.gnulinux.club

    GNU/Linux Club serves #gnulinux enthusiasts & #copyleft fans.

    Requirements:

    - Official git profile or tech blog
    - Be 18 years of age or older
    - Remain active in the pubglug channel
    - Follow the ToS & CoC

    🫶Donations➡️liberapay.com/oemb1905/

    #gnulinux #sysadmin #selfhosted #debian #opensource #element

  18. 🐧 Looking for a community to discuss #GNU or #Linux?

    🤨 Looking for a community #matrix @element instance to use for secure communications?

    Register: element.gnulinux.club

    GNU/Linux Club serves #gnulinux enthusiasts & #copyleft fans.

    Requirements:

    - Official git profile or tech blog
    - Be 18 years of age or older
    - Remain active in the pubglug channel
    - Follow the ToS & CoC

    🫶Donations➡️liberapay.com/oemb1905/

    #gnulinux #sysadmin #selfhosted #debian #opensource #element

  19. 🐧 Looking for a community to discuss #GNU or #Linux?

    🤨 Looking for a community #matrix @element instance to use for secure communications?

    Register: element.gnulinux.club

    GNU/Linux Club serves #gnulinux enthusiasts & #copyleft fans.

    Requirements:

    - Official git profile or tech blog
    - Be 18 years of age or older
    - Remain active in the pubglug channel
    - Follow the ToS & CoC

    🫶Donations➡️liberapay.com/oemb1905/

    #gnulinux #sysadmin #selfhosted #debian #opensource #element

  20. #Gnu #Linux #Curso #Terminal

    Este curso es 90% por terminal
    Vamos a instalar elemetaryOs, actualizar, crear un tunel ssh para manejo a distancia.
    Luego veremos comandos y procesos.

    Comando DU (como funciona, como liberar espacio en disco)
    Crear usuarios (con y sin permisos Root, para tareas especificas)
    Mover usuarios a diferentes grupos
    Permisos todas la variantes.

    Búsqueda de archivos
    Archivos y ficheros comprimidos

    Manejo de firewall
    Se agradece la Difusión📢

  21. Colorado exempted open-source operating systems from 2028 OS-level age-verification rules, shielding Linux installs from mandatory checks. 🔓
    California may add similar language before rollout, while Linux OEMs warn account-age mandates could pressure smaller vendors and user privacy. 🐧

    🔗 fossforce.com/2026/05/the-quie

    #TechNews #Linux #OpenSource #Privacy #AgeVerification #System76 #FOSS #GNU #Security #Surveillance #DigitalRights #Cybersecurity #DataPrivacy #Tech #Colorado #California #USA #Freedom

  22. And now for the much needed good news of the day... the development of #MyGNUHealth 3.0 is going at a good pace 😎
    Some screenshots of the ongoing porting process to Ubuntu touch from @volla tablet.
    #OpenScience #GNU #GNUHealth #UbuntuTouch #bioinformatics #SocialMedicine #FreeSoftware #privacy #Volla

  23. And now for the much needed good news of the day... the development of #MyGNUHealth 3.0 is going at a good pace 😎
    Some screenshots of the ongoing porting process to Ubuntu touch from @volla tablet.
    #OpenScience #GNU #GNUHealth #UbuntuTouch #bioinformatics #SocialMedicine #FreeSoftware #privacy #Volla

  24. And now for the much needed good news of the day... the development of #MyGNUHealth 3.0 is going at a good pace 😎
    Some screenshots of the ongoing porting process to Ubuntu touch from @volla tablet.
    #OpenScience #GNU #GNUHealth #UbuntuTouch #bioinformatics #SocialMedicine #FreeSoftware #privacy #Volla

  25. And now for the much needed good news of the day... the development of #MyGNUHealth 3.0 is going at a good pace 😎
    Some screenshots of the ongoing porting process to Ubuntu touch from @volla tablet.
    #OpenScience #GNU #GNUHealth #UbuntuTouch #bioinformatics #SocialMedicine #FreeSoftware #privacy #Volla

  26. And now for the much needed good news of the day... the development of #MyGNUHealth 3.0 is going at a good pace 😎
    Some screenshots of the ongoing porting process to Ubuntu touch from @volla tablet.
    #OpenScience #GNU #GNUHealth #UbuntuTouch #bioinformatics #SocialMedicine #FreeSoftware #privacy #Volla

  27. @thelinuxcast Stop! You're terrible Muriel. I feel old enough as it is. If we go play with Emacs can we pretend the last six years never happened? I swear there has to be a key combination for that. C-u C-x C-t C-M-x ... it summons the GNU Gods, they ask three FOSS questions, get them right, and time rewinds. Best go study the GPL v3 and AGPL. 🤣

    #emacs #gnu #foss #fsf #C-x-life-is-good-no-wait-C-g

  28. Want to see your name on the #GNU #CopyrightAssignment list? Contribute to #GNU and assign your copyright to the #FSF today: u.fsf.org/xe

  29. Join the Polish and community, including , , and students, for talks, workshops, contests, and networking at @piwo (Poznań Free Software Fest) 2026 on May 30.

    LPI is a Media Partner offering attendees 20% off exams. 🐧 💪

    Register free: lpi.org/8vwi

    @hspoz @hspoz_group

  30. Join the Polish #linux and #freesoftware community, including #programmers, #sysadmins, and students, for talks, workshops, contests, and networking at @piwo (Poznań Free Software Fest) 2026 on May 30.

    LPI is a Media Partner offering attendees 20% off exams. 🐧 💪

    Register free: lpi.org/8vwi

    @hspoz @hspoz_group #piwo2026 #LPI #freesoftware #FOSS #opensource #linux #GNU #piwo #UAM #LAG #LAGPoznań #Poznań

  31. Join the Polish #linux and #freesoftware community, including #programmers, #sysadmins, and students, for talks, workshops, contests, and networking at @piwo (Poznań Free Software Fest) 2026 on May 30.

    LPI is a Media Partner offering attendees 20% off exams. 🐧 💪

    Register free: lpi.org/8vwi

    @hspoz @hspoz_group #piwo2026 #LPI #freesoftware #FOSS #opensource #linux #GNU #piwo #UAM #LAG #LAGPoznań #Poznań

  32. Join the Polish #linux and #freesoftware community, including #programmers, #sysadmins, and students, for talks, workshops, contests, and networking at @piwo (Poznań Free Software Fest) 2026 on May 30.

    LPI is a Media Partner offering attendees 20% off exams. 🐧 💪

    Register free: lpi.org/8vwi

    @hspoz @hspoz_group #piwo2026 #LPI #freesoftware #FOSS #opensource #linux #GNU #piwo #UAM #LAG #LAGPoznań #Poznań

  33. Join the Polish #linux and #freesoftware community, including #programmers, #sysadmins, and students, for talks, workshops, contests, and networking at @piwo (Poznań Free Software Fest) 2026 on May 30.

    LPI is a Media Partner offering attendees 20% off exams. 🐧 💪

    Register free: lpi.org/8vwi

    @hspoz @hspoz_group #piwo2026 #LPI #freesoftware #FOSS #opensource #linux #GNU #piwo #UAM #LAG #LAGPoznań #Poznań

  34. Two free services which I used are #DuckDNS to give me a #URL and #LetsEncrypt to provide #SSLCertificates. I had to open up a #Port on my #Router for #PortForwarding and to make sure that the #HomeAssistantGreen is attached to a fixed IP address locally.

    There are several online tutorials to perform this operation and I would advise anyone wishing to do so to look at them carefully before proceeding as a misstep can lead you to locking yourself out of your own hub.

    #GNU #Linux #HAOS

  35. #Linux Weekly Roundup for May 24th, 2026: #Firefox 151, #Ardour 9.5, #Ubuntu Core 26, #LinuxMint 23's new features, #RHEL 10.2, #Nitrux 6.1, #HP sponsors LVFS, #Thunderbird 151, #HPLIP 3.26.4, #Tails 7.8, #Shelly 2.3.1, #openSUSE's Agama 21 installer, Firefox 152 beta, #DietPi 10.4, #Wireshark 4.6.6, #AlmaLinux Day, and more 9to5linux.com/9to5linux-weekly

    #OpenSource #FOSS #GNU

  36. #Linux Weekly Roundup for May 24th, 2026: #Firefox 151, #Ardour 9.5, #Ubuntu Core 26, #LinuxMint 23's new features, #RHEL 10.2, #Nitrux 6.1, #HP sponsors LVFS, #Thunderbird 151, #HPLIP 3.26.4, #Tails 7.8, #Shelly 2.3.1, #openSUSE's Agama 21 installer, Firefox 152 beta, #DietPi 10.4, #Wireshark 4.6.6, #AlmaLinux Day, and more 9to5linux.com/9to5linux-weekly

    #OpenSource #FOSS #GNU

  37. #Linux Weekly Roundup for May 24th, 2026: #Firefox 151, #Ardour 9.5, #Ubuntu Core 26, #LinuxMint 23's new features, #RHEL 10.2, #Nitrux 6.1, #HP sponsors LVFS, #Thunderbird 151, #HPLIP 3.26.4, #Tails 7.8, #Shelly 2.3.1, #openSUSE's Agama 21 installer, Firefox 152 beta, #DietPi 10.4, #Wireshark 4.6.6, #AlmaLinux Day, and more 9to5linux.com/9to5linux-weekly

    #OpenSource #FOSS #GNU