<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://school.bladiostudio.com/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="http://school.bladiostudio.com/feed.php">
        <title>Remote Desktop – COSER 3TPIF - remote_desktop</title>
        <description></description>
        <link>http://school.bladiostudio.com/</link>
        <image rdf:resource="http://school.bladiostudio.com/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-06-05T23:48:07+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://school.bladiostudio.com/doku.php?id=remote_desktop:cli_befehle&amp;rev=1780048010&amp;do=diff"/>
                <rdf:li rdf:resource="http://school.bladiostudio.com/doku.php?id=remote_desktop:einleitung&amp;rev=1780058116&amp;do=diff"/>
                <rdf:li rdf:resource="http://school.bladiostudio.com/doku.php?id=remote_desktop:fehlerbehebung&amp;rev=1780048037&amp;do=diff"/>
                <rdf:li rdf:resource="http://school.bladiostudio.com/doku.php?id=remote_desktop:installation&amp;rev=1780057951&amp;do=diff"/>
                <rdf:li rdf:resource="http://school.bladiostudio.com/doku.php?id=remote_desktop:konfiguration&amp;rev=1780063878&amp;do=diff"/>
                <rdf:li rdf:resource="http://school.bladiostudio.com/doku.php?id=remote_desktop:quellen&amp;rev=1780059204&amp;do=diff"/>
                <rdf:li rdf:resource="http://school.bladiostudio.com/doku.php?id=remote_desktop:reflexion&amp;rev=1780058059&amp;do=diff"/>
                <rdf:li rdf:resource="http://school.bladiostudio.com/doku.php?id=remote_desktop:sicherheit&amp;rev=1780048022&amp;do=diff"/>
                <rdf:li rdf:resource="http://school.bladiostudio.com/doku.php?id=remote_desktop:technik&amp;rev=1780047937&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://school.bladiostudio.com/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>Remote Desktop – COSER 3TPIF</title>
        <link>http://school.bladiostudio.com/</link>
        <url>http://school.bladiostudio.com/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="http://school.bladiostudio.com/doku.php?id=remote_desktop:cli_befehle&amp;rev=1780048010&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-05-29T09:46:50+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>cli_befehle</title>
        <link>http://school.bladiostudio.com/doku.php?id=remote_desktop:cli_befehle&amp;rev=1780048010&amp;do=diff</link>
        <description>CLI-Befehle

Für die Einrichtung und Kontrolle des Systems wurden folgende Befehle verwendet.

ip addr

Zeigt die IP-Adresse der VM an.


ip addr


ping

Prüft die Verbindung zu einem anderen Gerät.


ping 192.168.1.10


hostnamectl

Zeigt Informationen über das System an.</description>
    </item>
    <item rdf:about="http://school.bladiostudio.com/doku.php?id=remote_desktop:einleitung&amp;rev=1780058116&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-05-29T12:35:16+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>einleitung</title>
        <link>http://school.bladiostudio.com/doku.php?id=remote_desktop:einleitung&amp;rev=1780058116&amp;do=diff</link>
        <description>Einleitung

Remote Desktop ermöglicht es, einen Computer über das Netzwerk aus der Ferne zu steuern. Dabei wird der Bildschirm des entfernten Computers auf dem eigenen Gerät angezeigt. Maus und Tastatur können dabei ganz normal verwendet werden.</description>
    </item>
    <item rdf:about="http://school.bladiostudio.com/doku.php?id=remote_desktop:fehlerbehebung&amp;rev=1780048037&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-05-29T09:47:17+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>fehlerbehebung</title>
        <link>http://school.bladiostudio.com/doku.php?id=remote_desktop:fehlerbehebung&amp;rev=1780048037&amp;do=diff</link>
        <description>Fehlerbehebung

Verbindung funktioniert nicht

Wenn keine Verbindung aufgebaut werden kann, sollte zuerst die IP-Adresse überprüft werden.


ip addr
ping 192.168.1.10


XRDP läuft nicht

Status überprüfen:


systemctl status xrdp


Dienst starten:</description>
    </item>
    <item rdf:about="http://school.bladiostudio.com/doku.php?id=remote_desktop:installation&amp;rev=1780057951&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-05-29T12:32:31+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>installation</title>
        <link>http://school.bladiostudio.com/doku.php?id=remote_desktop:installation&amp;rev=1780057951&amp;do=diff</link>
        <description>Installation

System aktualisieren

Zuerst wurde das System aktualisiert.


sudo apt update
sudo apt upgrade -y





XRDP installieren

Danach wurde XRDP installiert.


sudo apt install xrdp -y




XRDP starten

Danach wurde XRDP gestartet.


sudo systemctl start xrdp</description>
    </item>
    <item rdf:about="http://school.bladiostudio.com/doku.php?id=remote_desktop:konfiguration&amp;rev=1780063878&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-05-29T14:11:18+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>konfiguration</title>
        <link>http://school.bladiostudio.com/doku.php?id=remote_desktop:konfiguration&amp;rev=1780063878&amp;do=diff</link>
        <description>Konfiguration

Nach der Installation mussten noch einige Einstellungen angepasst werden.
Diese findet man auf Windows in der „Remotedesktopverbindung“ Anwendung unter „Optionen einblenden“.

Auflösung

Die Auflösung sollte an den Bildschirm angepasst werden, damit alles richtig angezeigt wird.</description>
    </item>
    <item rdf:about="http://school.bladiostudio.com/doku.php?id=remote_desktop:quellen&amp;rev=1780059204&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-05-29T12:53:24+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>quellen</title>
        <link>http://school.bladiostudio.com/doku.php?id=remote_desktop:quellen&amp;rev=1780059204&amp;do=diff</link>
        <description>Quellen

* Ubuntu Community Help Wiki – XRDP:
https://help.ubuntu.com/community/xrdp
* XRDP Official Website:
https://www.xrdp.org/
* Oracle VirtualBox Dokumentation:
https://www.virtualbox.org/manual/
* DigitalOcean XRDP Guide:
https://www.digitalocean.com/community/tutorials/how-to-enable-remote-desktop-protocol-using-xrdp-on-ubuntu-22-04</description>
    </item>
    <item rdf:about="http://school.bladiostudio.com/doku.php?id=remote_desktop:reflexion&amp;rev=1780058059&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-05-29T12:34:19+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>reflexion</title>
        <link>http://school.bladiostudio.com/doku.php?id=remote_desktop:reflexion&amp;rev=1780058059&amp;do=diff</link>
        <description>Reflexion

In diesem Projekt haben wir gelernt, wie man einen Remote-Desktop-Dienst mit XRDP auf einer Linux-VM installiert und einrichtet.

Am Anfang gab es einige Probleme mit der Verbindung und den Netzwerkeinstellungen. Diese konnten jedoch durch das Überprüfen der IP-Adresse und der XRDP-Dienste behoben werden.</description>
    </item>
    <item rdf:about="http://school.bladiostudio.com/doku.php?id=remote_desktop:sicherheit&amp;rev=1780048022&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-05-29T09:47:02+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>sicherheit</title>
        <link>http://school.bladiostudio.com/doku.php?id=remote_desktop:sicherheit&amp;rev=1780048022&amp;do=diff</link>
        <description>Sicherheit

Da man über Remote Desktop auf einen anderen Computer zugreifen kann, sollte man einige Sicherheitsregeln beachten.

	*  Sichere Passwörter verwenden
	*  Regelmäßig Updates installieren
	*  Firewall aktivieren
	*  Nur berechtigten Benutzern Zugriff geben</description>
    </item>
    <item rdf:about="http://school.bladiostudio.com/doku.php?id=remote_desktop:technik&amp;rev=1780047937&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-05-29T09:45:37+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>technik</title>
        <link>http://school.bladiostudio.com/doku.php?id=remote_desktop:technik&amp;rev=1780047937&amp;do=diff</link>
        <description>Technik

Bei Remote Desktop verbindet sich ein Client mit einem Server über das Netzwerk.

Der Benutzer gibt die IP-Adresse des Servers ein und meldet sich mit Benutzername und Passwort an. Danach wird der Desktop des Servers angezeigt.



Wichtige Bestandteile:</description>
    </item>
</rdf:RDF>
