<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.wudernitz.at/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wiki.wudernitz.at/feed.php">
        <title>Anleitungen - raspberry_pi</title>
        <description></description>
        <link>https://wiki.wudernitz.at/</link>
        <image rdf:resource="https://wiki.wudernitz.at/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-05-03T16:39:32+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.wudernitz.at/doku.php?id=raspberry_pi:backup_sd_karte_unter_macos&amp;rev=1769332901&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.wudernitz.at/doku.php?id=raspberry_pi:homebridge_mit_knx_auf_raspberry_pi&amp;rev=1596832690&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.wudernitz.at/doku.php?id=raspberry_pi:spezielle_einstellungen_und_befehle&amp;rev=1777534865&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.wudernitz.at/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>Anleitungen</title>
        <link>https://wiki.wudernitz.at/</link>
        <url>https://wiki.wudernitz.at/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://wiki.wudernitz.at/doku.php?id=raspberry_pi:backup_sd_karte_unter_macos&amp;rev=1769332901&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-01-25T09:21:41+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>backup_sd_karte_unter_macos</title>
        <link>https://wiki.wudernitz.at/doku.php?id=raspberry_pi:backup_sd_karte_unter_macos&amp;rev=1769332901&amp;do=diff</link>
        <description>Backup SD Karte unter macOS

Es gibt kein funktionierendes kostenloses Tool mehr für macOS mit dem man ein Image von einer SD Karte ziehen kann.

Daher muss das manuell in macOS gemacht werden.

	*  Laufwerksnamen unter /dev/disk{Nummer} ermitteln 
diskutil list</description>
    </item>
    <item rdf:about="https://wiki.wudernitz.at/doku.php?id=raspberry_pi:homebridge_mit_knx_auf_raspberry_pi&amp;rev=1596832690&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-08-07T20:38:10+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>homebridge_mit_knx_auf_raspberry_pi</title>
        <link>https://wiki.wudernitz.at/doku.php?id=raspberry_pi:homebridge_mit_knx_auf_raspberry_pi&amp;rev=1596832690&amp;do=diff</link>
        <description>Installation von Homebridge mit KNX Anbindung auf einem Raspberry Pi

Einleitung

Diese Anleitung ist eine Zusammenfassung von anderen Anleitungen, die teilweise nicht funktioniert haben.
Es geht hier um die Installation von Homebridge auf einem Raspberry Pi.</description>
    </item>
    <item rdf:about="https://wiki.wudernitz.at/doku.php?id=raspberry_pi:spezielle_einstellungen_und_befehle&amp;rev=1777534865&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-30T07:41:05+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>spezielle_einstellungen_und_befehle</title>
        <link>https://wiki.wudernitz.at/doku.php?id=raspberry_pi:spezielle_einstellungen_und_befehle&amp;rev=1777534865&amp;do=diff</link>
        <description>Spezielle Einstellungen und Befehle

Update.sh Script

Text Datei erstellen:

nano update.sh

Inhalt kopieren:

#!/bin/bash

if [ $(id -u) -ne 0 ]; then
	echo &quot;Usage: sudo ./update.sh&quot;
	exit 0
fi

echo Update
apt-get update
echo Upgrade
apt-get upgrade
echo dist-upgrade
apt-get dist-upgrade
uname -a
#echo rpi-update
#rpi-update
#uname -a</description>
    </item>
</rdf:RDF>
