==============
== morph.sh ==
==============
Einfach mal was mit Holz machen.

How to change the login screen background in Fedora Sway spin

en linux fedora
When I recently gave the “Sway Spin” of Fedora Workstation (a version of Fedora that comes with the Sway tiling window manager preinstalled) a try, it took me a while to figure out how to change the background of the login screen. After some messing about with configuration of sddm - the login manager - I got it to work for the initial login after booting the computer. However, after a while I noticed that when swaylock gets triggered from a Systemd event, e. Read more...

How to configure a headless Raspberry Pi with SSH before the first boot

en linux raspberry pi tinkering
A quick post so I can find it in the future when I will inevitably have forgotten how to do this :) Say you want to install a Raspberry Pi running Raspberry Pi OS (fka Raspbian), but you don’t want to connect a screen and keyboard to it for the initial configuration steps - here’s how you do it completely over SSH from the first boot. Write the Raspberry Pi OS image to your SD card as normal Mount the newly written /boot partition on the Pi on your computer Create an empty file named ssh, without a file type / ending. Read more...

My workflow for digitizing MiniDV tapes on Linux

en linux media preservation
I was given a pile of old MiniDV tapes full of a relative’s home videos, along with a Sony MiniDV camcorder. I promised to convert the tapes into video files, which wasn’t quite as straightforward as I had hoped, but I got it working. A huge help in this was a blog post from Jonathan at jonsdocs.org.uk which explains the process in detail - I’ll keep it brief and just document the steps I took to get it working. Read more...

How to open the Gnome Menu with the MX Master 3 thumb button

en linux gnome desktop
A super specific howto for a super specific usecase - mine, that is. I’m mostly documenting this so I can find it in the future, but this might be useful if you: Have a Logitech MX Master 3 mouse Use the Gnome desktop on your Linux computer want to use the mouse’s thumb button to open the Gnome ‘Activities’ thing / menu / exposé or however you like to call it. Read more...

Der perfekte Congresslaptop

de linux sysadmin ccc event
tl;dr: - kaufe oder leihe dir einen günstigen gebrauchten Businesslaptop - installiere Linux oder lass dir dabei helfen - sei wählerisch mit der Software, die du installierst - verschlüssele dein System - lass deine Daten zuhause Hin und wieder überzeuge ich Menschen davon, mal die großartigen Veranstaltungen des Chaos Computer Clubs zu besuchen, und diese Menschen fragen mich dann, ob es okay ist, ihren Laptop / ihr iPad / ihren Gamingrechner mitzubringen oder ob sie dann sofort gehackt werden. Read more...

Installing Kazam on Fedora Workstation 38

en linux fedora sysadmin
Do this on a fresh Fedora Workstation 38 to get the Kazam screen recorder running without having to add some sketchy 3rd party repo: # Install pip sudo dnf install python3-pip # Install Kazam pip install kazam # Add a desktop file cat <<EOF > $HOME/.local/share/applications/kazam.desktop [Desktop Entry] Name=Kazam Comment=Record your screen Keywords=screenshot;screencast;screencap;screen capture;screen recorder; Exec=kazam Icon=kazam Terminal=false Type=Application StartupNotify=true Categories=Utilities;Graphics;AudioVideo;Video; EOF And Kazam will be available wherever you usually find your applications. Read more...

Project Log: verschlüsseltes Datenarchiv in der "Cloud"

de sysadmin
Wie viele Menschen habe ich eine externe Festplatte zuhause, die mein “digitaler Keller” ist - sie ist voll mit alten Daten, die ich selten bis nie brauche, aber langfristig aufheben will. Alte Fotos, Musik, Dateien aus der Schulzeit - Dinge, bei denen ich mich in 20 Jahren sehr darüber freuen werde, sie aufgehoben zu haben :) Eine einzelne Festplatte ist aber natürlich kein sicherer Ort für solche wichtigen Daten. Festplatten gehen gerne einfach mal so kaputt - genauso gut kann aber das Haus abbrennen, jemand sie klauen, oder oder oder - daher wollte ich ein besseres Datenarchiv an einem anderen Ort schaffen. Read more...

Project Log: der Müllreminder

de tinkering
Hallo 2023! Ja, auf diesem Blog war in letzter Zeit wenig los - nicht, dass es irgendjemanden interessiert, aber ich dachte mir, ich dokumentiere hier mal ein paar kleinere Bastelprojekte, damit es nicht so tot aussieht. Den Anfang macht der Müllreminder! Inspiration war ein Post auf Mastodon, wo jemand aus einem Arduino und einem Display eine kleine Box gebastelt hat, die einen dran erinnert, die Mülltonne rauszustellen. Das wollte ich auch haben, habe es aber der Einfachheit halber “in Software” gebaut und auf einem alten Smartphone deployt, das ich noch rumliegen hatte. Read more...

Downloading all your YouTube playlists using youtube-dl - thanks to GDPR

en
Recently I had the idea of downloading all of my liked videos from YouTube so that I would have an archive of sorts - videos get deleted constantly, so I’d rather have them all on my own hard drive. My assumption was that I could simply do that by supplying youtube-dl with the URL of my “Liked Videos” playlist and my user credentials - and it was possible to do it that way at some point, but the good folks at Google decided to shut that down according to the internet. Read more...

Distrowars 2020: We have a winner! - Fedora Workstation

de linux distrowars-2020
Mit reichlich Verspätung haben die diesjährigen Distrowars endlich ihr vorläufiges Ende gefunden, und wie schon im Titel angedeutet bin ich bei dem blauen Verein auf der anderen Seite gelandet… wer hätte das gedacht? Quo Vadis, Debian? Ganz ehrlich: ich war so kurz davor, einfach wieder Debian zu installieren und glücklich zu sein. Ich habe mir ein fancy Ansible-Playbook geschrieben, das mir die komplette Einrichtung abnimmt (samt Windowmanager und all meiner üblicherweise verwendeten Software), bin dann aber in ein paar seltsame Probleme gelaufen, die ich mir immer noch nicht erklären kann. Read more...
1 of 3 Next Page