<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>s10r.de</title><description>All about IT; Linux, DevOps, PHP and Python, Software-Architecture</description><link>https://s10r.de/</link><item><title>Reinstall ThinkPad with Omarchy Quattro</title><link>https://s10r.de/blog/reinstall-thinkpad-with-omarchy-quattro/</link><guid isPermaLink="true">https://s10r.de/blog/reinstall-thinkpad-with-omarchy-quattro/</guid><description>I reinstalled my ThinkPad L13 with Omarchy Quattro</description><pubDate>Tue, 18 Aug 2026 00:00:00 GMT</pubDate></item><item><title>DiD: GrapheneOS auf Pixel 9a</title><link>https://s10r.de/blog/did-grapheneos-auf-pixel-9a/</link><guid isPermaLink="true">https://s10r.de/blog/did-grapheneos-auf-pixel-9a/</guid><description>Erster Eindruck von GrapheneOS auf Pixel 9a von einem iPhone User</description><pubDate>Fri, 20 Mar 2026 00:00:00 GMT</pubDate></item><item><title>DID from Feedly to FreshRSS</title><link>https://s10r.de/blog/did-from-feedly-to-freshrss/</link><guid isPermaLink="true">https://s10r.de/blog/did-from-feedly-to-freshrss/</guid><description>To get some more digital independence I setup a self-hosted FreshRSS Instance.This has a nice Webinterface to read Newsfeeds and it also supports some Clients by providing an API. On my Mobile Devices, yet not migrated away from iOS, I am using the Reeder App. On my Thinkpad Laptop</description><pubDate>Sun, 08 Feb 2026 00:00:00 GMT</pubDate></item><item><title>DID: Clickshare mit Linux Laptop - geht nicht</title><link>https://s10r.de/blog/digitale-unabhangigkeit-clickshare-mit-linux-laptop-geht-nicht/</link><guid isPermaLink="true">https://s10r.de/blog/digitale-unabhangigkeit-clickshare-mit-linux-laptop-geht-nicht/</guid><description>Heute ausprobiert: das Clickshare System für Konferenzräume funktioniert leider überhaupt nicht mit Linux. Mit Windows und Mac geht es. Auf ihrer Webseite schreiben sie zwar, das keine Software installiert werden muss, aber auf dem Device befindet sich ein USB-Laufwerk mit je einer App fü</description><pubDate>Thu, 05 Feb 2026 00:00:00 GMT</pubDate></item><item><title>Login to Proxmox VM without SSH</title><link>https://s10r.de/blog/login-to-proxmox-vm-without-ssh/</link><guid isPermaLink="true">https://s10r.de/blog/login-to-proxmox-vm-without-ssh/</guid><description>There may be a situation, when you can not login with SSH to your VM hosted on Proxmox. For example the VM may hang in the boot process because of a damaged filesystem, or requests a password for an encrypted volume.As long as you can login to your Proxmox</description><pubDate>Wed, 04 Feb 2026 00:00:00 GMT</pubDate></item><item><title>DID: Thinkpad ist angekommen</title><link>https://s10r.de/blog/did-thinkpad-ist-angekommen/</link><guid isPermaLink="true">https://s10r.de/blog/did-thinkpad-ist-angekommen/</guid><description>Heute ist der Thinkpad L13, wie im Beitrag erwähnt angekommen. Der erste Einruck ist sehr positiv. Abmessungen, Gewicht ist genauso wie ich es mir vorgestellt habe. Heute abend wird mit der Installation von OpenSuSE Linux gestartet.</description><pubDate>Mon, 26 Jan 2026 00:00:00 GMT</pubDate></item><item><title>DID - Digital Independence Day</title><link>https://s10r.de/blog/did-digital-independence-day/</link><guid isPermaLink="true">https://s10r.de/blog/did-digital-independence-day/</guid><description>Zuletzt getriggert vom Beitrag von Mark Uwe Kling auf dem 39C3 (Video) habe ich mir vorgenommen meinen &quot;Goldenen Apple Käfig&quot; zu verlassen und wieder zurück zu Open-Source zu wechseln. Ich habe Linux auf dem PC seit 1992 verwendet, aber mit OS-X 10.2 bin</description><pubDate>Wed, 14 Jan 2026 00:00:00 GMT</pubDate></item><item><title>Cleanup GIT content</title><link>https://s10r.de/blog/cleanup-git-content/</link><guid isPermaLink="true">https://s10r.de/blog/cleanup-git-content/</guid><description>Change commit contens</description><pubDate>Wed, 27 Aug 2025 00:00:00 GMT</pubDate></item><item><title>Cleanup GIT repository author Name and Email</title><link>https://s10r.de/blog/cleanup-git-repository-author-name-and-email/</link><guid isPermaLink="true">https://s10r.de/blog/cleanup-git-repository-author-name-and-email/</guid><description>Fix author name and email for many commits</description><pubDate>Wed, 27 Aug 2025 00:00:00 GMT</pubDate></item><item><title>My services</title><link>https://s10r.de/blog/my-services-2/</link><guid isPermaLink="true">https://s10r.de/blog/my-services-2/</guid><description>I can help you with serval Linux/DevOPS related problems.Just provide me the informations about the job to do, give me access to it and book some hours of consulting.No long term contract, no unpredicted costs.For more information please check the page „My Services“.</description><pubDate>Sat, 05 Jul 2025 00:00:00 GMT</pubDate></item><item><title>How to hide the title of embedded note in Obsidian</title><link>https://s10r.de/blog/how-to-hide-the-title-of-embedded-note-in-obsidian/</link><guid isPermaLink="true">https://s10r.de/blog/how-to-hide-the-title-of-embedded-note-in-obsidian/</guid><description>In Obsidian, embedding notes into a document can be a valuable way to organise and relate information. The only issue is when you wish to add a different title or level of header to the emdbded note to make the master note appear to be cohesive. To the best of</description><pubDate>Thu, 06 Mar 2025 00:00:00 GMT</pubDate></item><item><title>Quick and dirty: Backup MySQL from Docker Container to local filesystem</title><link>https://s10r.de/blog/quick-and-dirty-backup-mysql-from-docker-container-to-local-filesystem/</link><guid isPermaLink="true">https://s10r.de/blog/quick-and-dirty-backup-mysql-from-docker-container-to-local-filesystem/</guid><description>I have a little shell script to backup some of my MySQL Databases running in a docker container.It first finds the ID for the container and then exec the mysqldump command inside the container and save it outside:#!/bin/bash # config section SERVICE_NAME=&quot;service&quot; DB_NAME=</description><pubDate>Tue, 04 Mar 2025 00:00:00 GMT</pubDate></item><item><title>Setup FreshRSS</title><link>https://s10r.de/blog/setup-freshrss/</link><guid isPermaLink="true">https://s10r.de/blog/setup-freshrss/</guid><description>In my Homelab I am running an instance of FreshRSS.„It’s a free self-hostable feed aggregator.“The Client App I am using is the wonderful Reeder-App.Docker setupI run it in Docker Containers, with a PostgreSQL Database coordinated by docker compose. It does not</description><pubDate>Sat, 01 Mar 2025 00:00:00 GMT</pubDate></item></channel></rss>