close
  • person rss_feed

    debacle’s feed

    Blog

    • chevron_right

      Latest Dino on Debian stable

      debacle · Friday, 3 March, 2023 - 19:13 edit

    Latest Dino on Debian stable

    Problem: Because of complex dependencies, #Dino 0.4.x cannot be backported to #Debian stable easily. How to run it anyway without having to resort to oddities like flatpack or snap?

    Solution:

    sudo apt install debootstrap schroot

    ② Add to /etc/schroot/schroot.conf:

    [bookworm]
    description=Debian bookworm (testing)
    type=directory
    directory=/var/lib/machines/bookworm
    users=you
    groups=you
    root-users=you
    root-groups=root
    personality=linux
    preserve-environment=true
    

    ③ Maybe uncomment some lines in /etc/schroot/default/fstab, if desired. Esp. you want to bind mount /run/user/1000 (or whatever your uid is)!

    sudo debootstrap --variant=minbase --include=sudo bookworm /var/lib/machines/bookworm https://deb.debian.org/debian

    schroot -c bookworm

    sudo apt install dino-im (this is inside the schroot)

    ctrl-d (to leave the schroot)

    schroot -c bookworm dino-im and enjoy

    #Jabber #XMPP #schroot

    • chevron_right

      Latest Gajim on Debian stable

      debacle · Monday, 31 October, 2022 - 12:00 edit

    Latest Gajim on Debian stable

    Problem: Because of complex dependencies, #Gajim 1.5.2 cannot be backported to #Debian stable easily. How to run it anyway without having to resort to oddities like flatpack or snap?

    Solution:

    sudo apt install debootstrap schroot

    ② Add to /etc/schroot/schroot.conf:

    [bookworm]
    description=Debian bookworm (testing)
    type=directory
    directory=/var/lib/machines/bookworm
    users=you
    groups=you
    root-users=you
    root-groups=root
    personality=linux
    preserve-environment=true
    

    ③ Maybe uncomment some lines in /etc/schroot/default/fstab, if desired

    sudo debootstrap --variant=minbase --include=sudo bookworm /var/lib/machines/bookworm https://deb.debian.org/debian

    schroot -c bookworm

    sudo apt install gajim (this is inside the schroot)

    ctrl-d (to leave the schroot)

    schroot -c bookworm gajim and enjoy

    #Jabber #XMPP #schroot

    • chevron_right

      luca App: So geht's!

      debacle · Sunday, 21 November, 2021 - 11:00 edit

    luca App: So geht's!

    Einfach diesen QR-Code ausdrucken und an die Tür kleben! Für Euren Laden, Club, Bar, Hackerspace, Makerspace, Tempel...

    luca

    DIY:

    sudo apt install wget imagemagick qrencode
    wget https://upload.wikimedia.org/wikipedia/commons/thumb/9/9c/Logo_luca_app.svg/500px-Logo_luca_app.svg.png -O - \
    | convert - -threshold 50% -crop 400x300+50+100 +repage tmp-logo.png
    echo -n 'https://de.wikipedia.org/wiki/Luca_(App)#Kritik' | qrencode -t png -l H -o tmp-qr.png -s 20
    convert tmp-qr.png tmp-logo.png -gravity center -compose over -composite qrcode.png
    rm tmp-*.png
    

    #luca #lucaapp #qrcode #hackerspace #makerspace #covid19 #corona #datenschutz #politik

    • chevron_right

      Die SPD, die Kirchensteuer und der Datenschutz

      debacle · Friday, 10 September, 2021 - 12:07

    Gegen den staatlichen Kirchensteuereinzug spricht der Datenschutz. Niemand darf gezwungen sein, über seine Religionszugehörigkeit Auskunft zu geben. Genau das ist aber der Fall, wenn der Staat die Kirchensteuer einzieht.

    Die SPD hat das offenbar nicht verstanden:

    Die Religionszugehörigkeit ist eine sensible Information, die vor dem Zugriff Unberechtigter geschützt sein muss. Den Anforderungen des Datenschutzes wird durch Beschränkungen des Datenzugriffs entsprochen. Die Religionszugehörigkeit ist deshalb beim Arbeitgeber und bei den Banken nur für Berechtigte einsehbar. Bei der Erhebung der Abgeltungssteuer erfolgt zwar ein automatischer Datenabruf der Religionszugehörigkeit der Banken beim BZSt. Diesem Datenabruf kann der Steuerpflichtige aber mittels eines Sperrvermerks widersprechen.

    Das ist keine Satire, sondern die Antwort der SPD auf eine Anfrage des KORSO. Gerade Arbeitgeber, Banken und Finanzamt geht die Religonszugehörigkeit nichts an!

    Übrigens: Auch CDU/CSU und F.D.P. scheinen kein Problem mit der Kirchensteuer zu haben und die Grünen nur so ein bisschen. Nur deren Antworten waren nicht so unfreiwillig komisch wie die der SPD.

    #spd #datenschutz #kirchensteuer #korso #religionsfreiheit

    • chevron_right

      Dino package updates in Debian

      debacle · Friday, 10 September, 2021 - 02:00 edit

    Warning: Upstream warned against using this version! If in doubt, and you don't want to lose your local database, stay with the official releaase, e.g. 0.2.0-3 in Debian stable!

    Note, that the latest git master of #Dino (dino-im), featuring audio/video calls, is now in #Debian unstable, testing, and stable-backports. Also, the same version with enhancements for small touchscreens patched in is available in Debian experimental, mainly for use on #Mobian. Happy chatting! #Jabber #XMPP

    • chevron_right

      Reminder: Leaving Diaspora

      debacle · Saturday, 31 July, 2021 - 08:58 edit

    Reminder to my dear followers on Diaspora: I'm leaving Diaspora soon!

    Reason: My Diaspora service will close. Thanks to the Framasphere people for providing this great service over so many years! Merci infiniment !

    Feel free to follow me on Movim with your Jabber/XMPP account.

    I'm also on Mastodon, at least until an XMPP-ActivityPub gateway exists.

    #diaspora #framasphere #jabber #movim #xmpp #mastodon #libervia

    • chevron_right

      Debian bullseye fully frozen

      debacle · Saturday, 17 July, 2021 - 21:43

    #Debian #bullseye fully frozen

    https://lists.debian.org/debian-devel-announce/2021/07/msg00002.html

    We have just reached the next milestone in the bullseye release: full freeze.

    Time to check what is #newinbullseye

    E.g. https://xmpp-team.pages.debian.net/blog/2021/07/xmpp-novelties-in-debian-11-bullseye.html