<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://wiki.foxtom.de/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Admin</id>
	<title>Foxwiki - Benutzerbeiträge [de]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.foxtom.de/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Admin"/>
	<link rel="alternate" type="text/html" href="https://wiki.foxtom.de/index.php/Spezial:Beitr%C3%A4ge/Admin"/>
	<updated>2026-07-29T01:47:29Z</updated>
	<subtitle>Benutzerbeiträge</subtitle>
	<generator>MediaWiki 1.46.0</generator>
	<entry>
		<id>https://wiki.foxtom.de/index.php?title=Datei:300px-Authentisieren-authentifizieren.png&amp;diff=2200</id>
		<title>Datei:300px-Authentisieren-authentifizieren.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.foxtom.de/index.php?title=Datei:300px-Authentisieren-authentifizieren.png&amp;diff=2200"/>
		<updated>2019-04-25T06:39:04Z</updated>

		<summary type="html">&lt;p&gt;Admin: Admin verschob die Seite Datei:Authentisieren-authentifizieren.png nach Datei:300px-Authentisieren-authentifizieren.png, ohne dabei eine Weiterleitung anzulegen&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Beschreibung ==&lt;br /&gt;
Importing file&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.foxtom.de/index.php?title=WebDAV/Client&amp;diff=2170</id>
		<title>WebDAV/Client</title>
		<link rel="alternate" type="text/html" href="https://wiki.foxtom.de/index.php?title=WebDAV/Client&amp;diff=2170"/>
		<updated>2019-04-11T10:17:08Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Wozu dient davfs2==&lt;br /&gt;
&lt;br /&gt;
davfs2, das WebDAV Linux File System, ist ein Dateisystemtreiber, der es erlaubt, WebDAV-Internet-Ressourcen als lokales Dateisystem zu mounten. Dadurch kann man WebDAV wie einen normalen Datenträger benutzen und mit jeder Anwendung Daten auf dem WebDAV-Laufwerk ablegen.&lt;br /&gt;
&lt;br /&gt;
Dazu muss das Paket&lt;br /&gt;
&lt;br /&gt;
 apt-get install davfs2&lt;br /&gt;
&lt;br /&gt;
installiert sein. &lt;br /&gt;
&lt;br /&gt;
Anschließend kann man das Verzeichnis mit Root-Rechten an einem beliebigen Mountpunkt einhängen, wobei man selbstverständlich nach dem Benutzernamen und Passwort der WebDAV-Freigabe gefragt wird.&lt;br /&gt;
&lt;br /&gt;
==Einbinden mit Benutzerrechten==&lt;br /&gt;
&lt;br /&gt;
Falls ein normaler Benutzer die Freigabe einhängen soll, muss das über die Datei /etc/fstab erlaubt werden. Dazu wird diese in einem Editor mit Root-Rechten geöffnet und folgende Zeile eingetragen:&lt;br /&gt;
&lt;br /&gt;
 https://nx2437.your-next.cloud/remote.php/webdav/ /home/user/nextcloud davfs noauto,user,rw 0 0&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Hinweis:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Hier sollte unbedingt darauf geachtet werden, dass man die Option &amp;quot;noauto&amp;quot; in Verbindung mit &amp;quot;user&amp;quot; nimmt. Ansonsten wird beim Systemstart versucht das Verzeichnis einzuhängen, was nicht gelingen wird. Im schlimmsten Fall hat dies zur Folge, dass sich das Betriebssystem gar nicht mehr startet.&lt;br /&gt;
&lt;br /&gt;
==Automatisches Login==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Will man nicht jedes mal beim mounten die Login-Daten neu eingeben, können diese mit beschränkten Leserechten im System hinterlegt werden.&lt;br /&gt;
&lt;br /&gt;
Die Login-Daten werden lokal im Homeverzeichnis des Benutzer in folgender Datei hinterlegt: ~/.davfs2/secrets&lt;br /&gt;
&lt;br /&gt;
Diese muss zuvor erstellt&lt;br /&gt;
&lt;br /&gt;
 mkdir ~/.davfs2/ (Ordner davfs2 erstellen)&lt;br /&gt;
&lt;br /&gt;
und anschließend mittels vi&lt;br /&gt;
&lt;br /&gt;
 vi ~/.davfs2/secrets&lt;br /&gt;
&lt;br /&gt;
wie folgt editiert werden&lt;br /&gt;
&lt;br /&gt;
 /home/user/nextcloud Mustermann &amp;quot;Muster-Passwort&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Sind die Login-Daten eingetragen, müssen nun noch die Leserechte der Datei eingeschränkt werden&lt;br /&gt;
&lt;br /&gt;
 chmod 600 ~/.davfs2/secrets&lt;br /&gt;
&lt;br /&gt;
um sicher zu gehen, dass die Rechte erfolgreich geändert wurden, kann man mit&lt;br /&gt;
&lt;br /&gt;
 ls -l ~/.davfs2/secrets&lt;br /&gt;
&lt;br /&gt;
das ganze nochmal überprüfen&lt;br /&gt;
 &lt;br /&gt;
Außerdem muss der Benutzer Mitglied der Gruppe davfs2 sein.&lt;br /&gt;
 &lt;br /&gt;
das gelingt mit&lt;br /&gt;
&lt;br /&gt;
 addgroup davfs2&lt;br /&gt;
&lt;br /&gt;
==Verbindung über Dateimanager==&lt;br /&gt;
&lt;br /&gt;
Mit dem Dateimanager Dolphin respektive Konquerer können wir direkt auf WebDAV-Ressourcen zugreifen. Dazu müssen im Regelfall keine weiteren Pakete installiert werden.&lt;br /&gt;
&lt;br /&gt;
Um mittels WebDAV auf beispielsweise die Nextcloud-Dateien Zugriff zu erhalten, muss man folgendes in die Adressleiste des Dateimanagers eingeben.&lt;br /&gt;
&lt;br /&gt;
 webdavs://Adresse_noch_einfügen/&lt;br /&gt;
&lt;br /&gt;
Anschließend öffnet sich ein Login-Fenster, in das noch die E-Mail-Adresse und das eigene Passwort eingegeben werden müssen. Daraufhin hat man sofort Zugriff auf die dort abgelegten Daten.&lt;br /&gt;
&lt;br /&gt;
In Dolphin kann man dann die aufgerufene Adresse aus der auf editierbar geschalteten Adresszeile auch in die Orte-Seitenleiste ziehen und dort quasi als &amp;quot;Lesezeichen&amp;quot; ablegen.&lt;br /&gt;
&lt;br /&gt;
Quelle: https://wiki.ubuntuusers.de/WebDAV/&lt;br /&gt;
&lt;br /&gt;
[[Category:Nextcloud]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.foxtom.de/index.php?title=Datei:S11.png&amp;diff=2169</id>
		<title>Datei:S11.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.foxtom.de/index.php?title=Datei:S11.png&amp;diff=2169"/>
		<updated>2019-04-11T10:12:34Z</updated>

		<summary type="html">&lt;p&gt;Admin: Alex verschob die Seite Datei:745px-S11.png nach Datei:S11.png, ohne dabei eine Weiterleitung anzulegen&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Beschreibung ==&lt;br /&gt;
Importing file&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.foxtom.de/index.php?title=Datei:Wversion.jpg&amp;diff=2167</id>
		<title>Datei:Wversion.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.foxtom.de/index.php?title=Datei:Wversion.jpg&amp;diff=2167"/>
		<updated>2019-04-11T10:10:47Z</updated>

		<summary type="html">&lt;p&gt;Admin: Alex verschob die Seite Datei:400px-Wversion.jpg nach Datei:Wversion.jpg, ohne dabei eine Weiterleitung anzulegen&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Beschreibung ==&lt;br /&gt;
Importing file&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.foxtom.de/index.php?title=Datei:Windows_Update.png&amp;diff=2166</id>
		<title>Datei:Windows Update.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.foxtom.de/index.php?title=Datei:Windows_Update.png&amp;diff=2166"/>
		<updated>2019-04-11T10:10:25Z</updated>

		<summary type="html">&lt;p&gt;Admin: Alex verschob die Seite Datei:800px-Windows Update.png nach Datei:Windows Update.png, ohne dabei eine Weiterleitung anzulegen&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Beschreibung ==&lt;br /&gt;
Importing file&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.foxtom.de/index.php?title=Datei:S10.png&amp;diff=2165</id>
		<title>Datei:S10.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.foxtom.de/index.php?title=Datei:S10.png&amp;diff=2165"/>
		<updated>2019-04-11T10:10:05Z</updated>

		<summary type="html">&lt;p&gt;Admin: Alex verschob die Seite Datei:300px-S10.png nach Datei:S10.png, ohne dabei eine Weiterleitung anzulegen&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Beschreibung ==&lt;br /&gt;
Importing file&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.foxtom.de/index.php?title=Datei:Linitialisieren.png&amp;diff=2164</id>
		<title>Datei:Linitialisieren.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.foxtom.de/index.php?title=Datei:Linitialisieren.png&amp;diff=2164"/>
		<updated>2019-04-11T10:09:43Z</updated>

		<summary type="html">&lt;p&gt;Admin: Alex verschob die Seite Datei:755px-Linitialisieren.png nach Datei:Linitialisieren.png, ohne dabei eine Weiterleitung anzulegen&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Beschreibung ==&lt;br /&gt;
Importing file&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.foxtom.de/index.php?title=Datei:Beispielbild_PuTTY.png&amp;diff=2163</id>
		<title>Datei:Beispielbild PuTTY.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.foxtom.de/index.php?title=Datei:Beispielbild_PuTTY.png&amp;diff=2163"/>
		<updated>2019-04-11T08:41:28Z</updated>

		<summary type="html">&lt;p&gt;Admin: Alex verschob die Seite Datei:600px-Beispielbild PuTTY.png nach Datei:Beispielbild PuTTY.png, ohne dabei eine Weiterleitung anzulegen&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Beschreibung ==&lt;br /&gt;
Importing file&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.foxtom.de/index.php?title=Datei:Nvolume.jpg&amp;diff=2161</id>
		<title>Datei:Nvolume.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.foxtom.de/index.php?title=Datei:Nvolume.jpg&amp;diff=2161"/>
		<updated>2019-04-11T08:40:45Z</updated>

		<summary type="html">&lt;p&gt;Admin: Alex verschob die Seite Datei:1125px-Nvolume.jpg nach Datei:Nvolume.jpg, ohne dabei eine Weiterleitung anzulegen&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Beschreibung ==&lt;br /&gt;
Importing file&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.foxtom.de/index.php?title=Datei:S2.png&amp;diff=2160</id>
		<title>Datei:S2.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.foxtom.de/index.php?title=Datei:S2.png&amp;diff=2160"/>
		<updated>2019-04-11T08:38:53Z</updated>

		<summary type="html">&lt;p&gt;Admin: Alex verschob die Seite Datei:232px-S2.png nach Datei:S2.png, ohne dabei eine Weiterleitung anzulegen&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Beschreibung ==&lt;br /&gt;
Importing file&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.foxtom.de/index.php?title=Datei:S13.png&amp;diff=2159</id>
		<title>Datei:S13.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.foxtom.de/index.php?title=Datei:S13.png&amp;diff=2159"/>
		<updated>2019-04-11T08:38:30Z</updated>

		<summary type="html">&lt;p&gt;Admin: Alex verschob die Seite Datei:743px-S13.png nach Datei:S13.png, ohne dabei eine Weiterleitung anzulegen&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Beschreibung ==&lt;br /&gt;
Importing file&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.foxtom.de/index.php?title=Datei:Wregion.jpg&amp;diff=2158</id>
		<title>Datei:Wregion.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.foxtom.de/index.php?title=Datei:Wregion.jpg&amp;diff=2158"/>
		<updated>2019-04-11T08:38:04Z</updated>

		<summary type="html">&lt;p&gt;Admin: Alex verschob die Seite Datei:400px-Wregion.jpg nach Datei:Wregion.jpg, ohne dabei eine Weiterleitung anzulegen&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Beschreibung ==&lt;br /&gt;
Importing file&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.foxtom.de/index.php?title=Datei:S16.png&amp;diff=2157</id>
		<title>Datei:S16.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.foxtom.de/index.php?title=Datei:S16.png&amp;diff=2157"/>
		<updated>2019-04-11T08:37:43Z</updated>

		<summary type="html">&lt;p&gt;Admin: Alex verschob die Seite Datei:400px-S16.png nach Datei:S16.png, ohne dabei eine Weiterleitung anzulegen&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Beschreibung ==&lt;br /&gt;
Importing file&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.foxtom.de/index.php?title=Datei:Verweitern.JPG&amp;diff=2156</id>
		<title>Datei:Verweitern.JPG</title>
		<link rel="alternate" type="text/html" href="https://wiki.foxtom.de/index.php?title=Datei:Verweitern.JPG&amp;diff=2156"/>
		<updated>2019-04-11T08:37:28Z</updated>

		<summary type="html">&lt;p&gt;Admin: Alex verschob die Seite Datei:400px-Verweitern.JPG nach Datei:Verweitern.JPG, ohne dabei eine Weiterleitung anzulegen&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Beschreibung ==&lt;br /&gt;
Importing file&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.foxtom.de/index.php?title=Datei:S7.png&amp;diff=2154</id>
		<title>Datei:S7.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.foxtom.de/index.php?title=Datei:S7.png&amp;diff=2154"/>
		<updated>2019-04-11T08:36:42Z</updated>

		<summary type="html">&lt;p&gt;Admin: Alex verschob die Seite Datei:800px-S7.png nach Datei:S7.png, ohne dabei eine Weiterleitung anzulegen&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Beschreibung ==&lt;br /&gt;
Importing file&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.foxtom.de/index.php?title=Datei:S3.png&amp;diff=2153</id>
		<title>Datei:S3.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.foxtom.de/index.php?title=Datei:S3.png&amp;diff=2153"/>
		<updated>2019-04-11T08:36:15Z</updated>

		<summary type="html">&lt;p&gt;Admin: Alex verschob die Seite Datei:400px-S3.png nach Datei:S3.png, ohne dabei eine Weiterleitung anzulegen&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Beschreibung ==&lt;br /&gt;
Importing file&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.foxtom.de/index.php?title=Datei:S0.png&amp;diff=2152</id>
		<title>Datei:S0.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.foxtom.de/index.php?title=Datei:S0.png&amp;diff=2152"/>
		<updated>2019-04-11T08:35:53Z</updated>

		<summary type="html">&lt;p&gt;Admin: Alex verschob die Seite Datei:120px-S0.png nach Datei:S0.png, ohne dabei eine Weiterleitung anzulegen&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Beschreibung ==&lt;br /&gt;
Importing file&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.foxtom.de/index.php?title=Datei:S14.png&amp;diff=2151</id>
		<title>Datei:S14.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.foxtom.de/index.php?title=Datei:S14.png&amp;diff=2151"/>
		<updated>2019-04-11T08:35:34Z</updated>

		<summary type="html">&lt;p&gt;Admin: Alex verschob die Seite Datei:1158px-S14.png nach Datei:S14.png, ohne dabei eine Weiterleitung anzulegen&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Beschreibung ==&lt;br /&gt;
Importing file&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.foxtom.de/index.php?title=Datei:Ger%C3%A4temanager_-_Treiber_aktualisieren.png&amp;diff=2150</id>
		<title>Datei:Gerätemanager - Treiber aktualisieren.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.foxtom.de/index.php?title=Datei:Ger%C3%A4temanager_-_Treiber_aktualisieren.png&amp;diff=2150"/>
		<updated>2019-04-11T08:35:05Z</updated>

		<summary type="html">&lt;p&gt;Admin: Alex verschob die Seite Datei:400px-Gerätemanager - Treiber aktualisieren.png nach Datei:Gerätemanager - Treiber aktualisieren.png, ohne dabei eine Weiterleitung anzulegen&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Beschreibung ==&lt;br /&gt;
Importing file&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.foxtom.de/index.php?title=Datei:Bitlocker.JPG&amp;diff=2149</id>
		<title>Datei:Bitlocker.JPG</title>
		<link rel="alternate" type="text/html" href="https://wiki.foxtom.de/index.php?title=Datei:Bitlocker.JPG&amp;diff=2149"/>
		<updated>2019-04-11T08:33:14Z</updated>

		<summary type="html">&lt;p&gt;Admin: Alex verschob die Seite Datei:545px-Bitlocker.JPG nach Datei:Bitlocker.JPG, ohne dabei eine Weiterleitung anzulegen&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Beschreibung ==&lt;br /&gt;
Importing file&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.foxtom.de/index.php?title=Datei:Ger%C3%A4temanager_-_Legacyhardware_hinzuf%C3%BCgen.png&amp;diff=2147</id>
		<title>Datei:Gerätemanager - Legacyhardware hinzufügen.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.foxtom.de/index.php?title=Datei:Ger%C3%A4temanager_-_Legacyhardware_hinzuf%C3%BCgen.png&amp;diff=2147"/>
		<updated>2019-04-11T08:32:11Z</updated>

		<summary type="html">&lt;p&gt;Admin: Alex verschob die Seite Datei:300px-Gerätemanager - Legacyhardware hinzufügen.png nach Datei:Gerätemanager - Legacyhardware hinzufügen.png, ohne dabei eine Weiterleitung anzulegen&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Beschreibung ==&lt;br /&gt;
Importing file&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.foxtom.de/index.php?title=Datei:Ger%C3%A4temanager.png&amp;diff=2146</id>
		<title>Datei:Gerätemanager.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.foxtom.de/index.php?title=Datei:Ger%C3%A4temanager.png&amp;diff=2146"/>
		<updated>2019-04-11T08:31:51Z</updated>

		<summary type="html">&lt;p&gt;Admin: Alex verschob die Seite Datei:400px-Gerätemanager.png nach Datei:Gerätemanager.png, ohne dabei eine Weiterleitung anzulegen&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Beschreibung ==&lt;br /&gt;
Importing file&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.foxtom.de/index.php?title=Datei:S4.png&amp;diff=2145</id>
		<title>Datei:S4.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.foxtom.de/index.php?title=Datei:S4.png&amp;diff=2145"/>
		<updated>2019-04-11T08:31:03Z</updated>

		<summary type="html">&lt;p&gt;Admin: Alex verschob die Seite Datei:205px-S4.png nach Datei:S4.png, ohne dabei eine Weiterleitung anzulegen&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Beschreibung ==&lt;br /&gt;
Importing file&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.foxtom.de/index.php?title=Datei:S15.png&amp;diff=2144</id>
		<title>Datei:S15.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.foxtom.de/index.php?title=Datei:S15.png&amp;diff=2144"/>
		<updated>2019-04-11T08:30:43Z</updated>

		<summary type="html">&lt;p&gt;Admin: Alex verschob die Seite Datei:400px-S15.png nach Datei:S15.png, ohne dabei eine Weiterleitung anzulegen&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Beschreibung ==&lt;br /&gt;
Importing file&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.foxtom.de/index.php?title=Datei:Systemeigenschaften.png&amp;diff=2143</id>
		<title>Datei:Systemeigenschaften.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.foxtom.de/index.php?title=Datei:Systemeigenschaften.png&amp;diff=2143"/>
		<updated>2019-04-11T08:30:08Z</updated>

		<summary type="html">&lt;p&gt;Admin: Alex verschob die Seite Datei:400px-Systemeigenschaften.png nach Datei:Systemeigenschaften.png, ohne dabei eine Weiterleitung anzulegen&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Beschreibung ==&lt;br /&gt;
Importing file&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.foxtom.de/index.php?title=Datei:Vverklein.JPG&amp;diff=2142</id>
		<title>Datei:Vverklein.JPG</title>
		<link rel="alternate" type="text/html" href="https://wiki.foxtom.de/index.php?title=Datei:Vverklein.JPG&amp;diff=2142"/>
		<updated>2019-04-11T08:29:49Z</updated>

		<summary type="html">&lt;p&gt;Admin: Alex verschob die Seite Datei:400px-Vverklein.JPG nach Datei:Vverklein.JPG, ohne dabei eine Weiterleitung anzulegen&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Beschreibung ==&lt;br /&gt;
Importing file&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.foxtom.de/index.php?title=Datei:S6.png&amp;diff=2141</id>
		<title>Datei:S6.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.foxtom.de/index.php?title=Datei:S6.png&amp;diff=2141"/>
		<updated>2019-04-11T08:29:30Z</updated>

		<summary type="html">&lt;p&gt;Admin: Alex verschob die Seite Datei:400px-S6.png nach Datei:S6.png, ohne dabei eine Weiterleitung anzulegen&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Beschreibung ==&lt;br /&gt;
Importing file&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.foxtom.de/index.php?title=Datei:Wuob.png&amp;diff=2140</id>
		<title>Datei:Wuob.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.foxtom.de/index.php?title=Datei:Wuob.png&amp;diff=2140"/>
		<updated>2019-04-11T08:29:07Z</updated>

		<summary type="html">&lt;p&gt;Admin: Alex verschob die Seite Datei:800px-Wuob.png nach Datei:Wuob.png, ohne dabei eine Weiterleitung anzulegen&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Beschreibung ==&lt;br /&gt;
Importing file&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.foxtom.de/index.php?title=Datei:Screenshot_20190315_130916.png&amp;diff=2139</id>
		<title>Datei:Screenshot 20190315 130916.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.foxtom.de/index.php?title=Datei:Screenshot_20190315_130916.png&amp;diff=2139"/>
		<updated>2019-04-11T08:28:47Z</updated>

		<summary type="html">&lt;p&gt;Admin: Alex verschob die Seite Datei:1000px-Screenshot 20190315 130916.png nach Datei:Screenshot 20190315 130916.png, ohne dabei eine Weiterleitung anzulegen&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Beschreibung ==&lt;br /&gt;
Importing file&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.foxtom.de/index.php?title=Datei:Screenshot_clamtk.png&amp;diff=2138</id>
		<title>Datei:Screenshot clamtk.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.foxtom.de/index.php?title=Datei:Screenshot_clamtk.png&amp;diff=2138"/>
		<updated>2019-04-11T08:28:29Z</updated>

		<summary type="html">&lt;p&gt;Admin: Alex verschob die Seite Datei:564px-Screenshot clamtk.png nach Datei:Screenshot clamtk.png, ohne dabei eine Weiterleitung anzulegen&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Beschreibung ==&lt;br /&gt;
Importing file&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.foxtom.de/index.php?title=Datei:S8.png&amp;diff=2137</id>
		<title>Datei:S8.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.foxtom.de/index.php?title=Datei:S8.png&amp;diff=2137"/>
		<updated>2019-04-11T08:27:59Z</updated>

		<summary type="html">&lt;p&gt;Admin: Alex verschob die Seite Datei:600px-S8.png nach Datei:S8.png, ohne dabei eine Weiterleitung anzulegen&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Beschreibung ==&lt;br /&gt;
Importing file&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.foxtom.de/index.php?title=Datei:S9.png&amp;diff=2136</id>
		<title>Datei:S9.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.foxtom.de/index.php?title=Datei:S9.png&amp;diff=2136"/>
		<updated>2019-04-11T08:27:34Z</updated>

		<summary type="html">&lt;p&gt;Admin: Alex verschob die Seite Datei:400px-S9.png nach Datei:S9.png, ohne dabei eine Weiterleitung anzulegen&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Beschreibung ==&lt;br /&gt;
Importing file&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.foxtom.de/index.php?title=Datei:S5.png&amp;diff=2135</id>
		<title>Datei:S5.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.foxtom.de/index.php?title=Datei:S5.png&amp;diff=2135"/>
		<updated>2019-04-11T08:27:16Z</updated>

		<summary type="html">&lt;p&gt;Admin: Alex verschob die Seite Datei:400px-S5.png nach Datei:S5.png, ohne dabei eine Weiterleitung anzulegen&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Beschreibung ==&lt;br /&gt;
Importing file&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.foxtom.de/index.php?title=Datei:S1.png&amp;diff=2134</id>
		<title>Datei:S1.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.foxtom.de/index.php?title=Datei:S1.png&amp;diff=2134"/>
		<updated>2019-04-11T08:26:58Z</updated>

		<summary type="html">&lt;p&gt;Admin: Alex verschob die Seite Datei:300px-S1.png nach Datei:S1.png, ohne dabei eine Weiterleitung anzulegen&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Beschreibung ==&lt;br /&gt;
Importing file&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.foxtom.de/index.php?title=Datei:Wformat.png&amp;diff=2133</id>
		<title>Datei:Wformat.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.foxtom.de/index.php?title=Datei:Wformat.png&amp;diff=2133"/>
		<updated>2019-04-11T08:26:37Z</updated>

		<summary type="html">&lt;p&gt;Admin: Alex verschob die Seite Datei:800px-Wformat.png nach Datei:Wformat.png, ohne dabei eine Weiterleitung anzulegen&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Beschreibung ==&lt;br /&gt;
Importing file&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.foxtom.de/index.php?title=Datei:Vdialog.JPG&amp;diff=2132</id>
		<title>Datei:Vdialog.JPG</title>
		<link rel="alternate" type="text/html" href="https://wiki.foxtom.de/index.php?title=Datei:Vdialog.JPG&amp;diff=2132"/>
		<updated>2019-04-11T08:26:17Z</updated>

		<summary type="html">&lt;p&gt;Admin: Alex verschob die Seite Datei:300px-Vdialog.JPG nach Datei:Vdialog.JPG, ohne dabei eine Weiterleitung anzulegen&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Beschreibung ==&lt;br /&gt;
Importing file&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.foxtom.de/index.php?title=Datei:Windows.jpg&amp;diff=2131</id>
		<title>Datei:Windows.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.foxtom.de/index.php?title=Datei:Windows.jpg&amp;diff=2131"/>
		<updated>2019-04-11T08:25:50Z</updated>

		<summary type="html">&lt;p&gt;Admin: Alex verschob die Seite Datei:400px-Windows.jpg nach Datei:Windows.jpg, ohne dabei eine Weiterleitung anzulegen&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Beschreibung ==&lt;br /&gt;
Importing file&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.foxtom.de/index.php?title=Datei:Gar%C3%A4temanager_-_Legacyhardware_hinzuf%C3%BCgen.png&amp;diff=2130</id>
		<title>Datei:Garätemanager - Legacyhardware hinzufügen.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.foxtom.de/index.php?title=Datei:Gar%C3%A4temanager_-_Legacyhardware_hinzuf%C3%BCgen.png&amp;diff=2130"/>
		<updated>2019-04-11T08:25:27Z</updated>

		<summary type="html">&lt;p&gt;Admin: Alex verschob die Seite Datei:240px-Garätemanager - Legacyhardware hinzufügen.png nach Datei:Garätemanager - Legacyhardware hinzufügen.png, ohne dabei eine Weiterleitung anzulegen&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Beschreibung ==&lt;br /&gt;
Importing file&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.foxtom.de/index.php?title=Datei:Mediact.png&amp;diff=2129</id>
		<title>Datei:Mediact.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.foxtom.de/index.php?title=Datei:Mediact.png&amp;diff=2129"/>
		<updated>2019-04-11T08:25:04Z</updated>

		<summary type="html">&lt;p&gt;Admin: Alex verschob die Seite Datei:600px-Mediact.png nach Datei:Mediact.png, ohne dabei eine Weiterleitung anzulegen&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Beschreibung ==&lt;br /&gt;
Importing file&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.foxtom.de/index.php?title=Datei:S12.png&amp;diff=2128</id>
		<title>Datei:S12.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.foxtom.de/index.php?title=Datei:S12.png&amp;diff=2128"/>
		<updated>2019-04-11T08:24:42Z</updated>

		<summary type="html">&lt;p&gt;Admin: Alex verschob die Seite Datei:746px-S12.png nach Datei:S12.png, ohne dabei eine Weiterleitung anzulegen&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Beschreibung ==&lt;br /&gt;
Importing file&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.foxtom.de/index.php?title=Datei:Ger%C3%A4teinstallationseinstellungen.png&amp;diff=2127</id>
		<title>Datei:Geräteinstallationseinstellungen.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.foxtom.de/index.php?title=Datei:Ger%C3%A4teinstallationseinstellungen.png&amp;diff=2127"/>
		<updated>2019-04-11T08:24:11Z</updated>

		<summary type="html">&lt;p&gt;Admin: Alex verschob die Seite Datei:240px-Geräteinstallationseinstellungen.png nach Datei:Geräteinstallationseinstellungen.png, ohne dabei eine Weiterleitung anzulegen&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Beschreibung ==&lt;br /&gt;
Importing file&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.foxtom.de/index.php?title=Datei:Gar%C3%A4temanager.png&amp;diff=2126</id>
		<title>Datei:Garätemanager.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.foxtom.de/index.php?title=Datei:Gar%C3%A4temanager.png&amp;diff=2126"/>
		<updated>2019-04-11T08:23:40Z</updated>

		<summary type="html">&lt;p&gt;Admin: Alex verschob die Seite Datei:600px-Garätemanager.png nach Datei:Garätemanager.png, ohne dabei eine Weiterleitung anzulegen&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Beschreibung ==&lt;br /&gt;
Importing file&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.foxtom.de/index.php?title=Datei:300px-Authentisieren-authentifizieren.png&amp;diff=2125</id>
		<title>Datei:300px-Authentisieren-authentifizieren.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.foxtom.de/index.php?title=Datei:300px-Authentisieren-authentifizieren.png&amp;diff=2125"/>
		<updated>2019-04-11T08:22:33Z</updated>

		<summary type="html">&lt;p&gt;Admin: Alex verschob die Seite Datei:300px-Authentisieren-authentifizieren.png nach Datei:Authentisieren-authentifizieren.png, ohne dabei eine Weiterleitung anzulegen&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Beschreibung ==&lt;br /&gt;
Importing file&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.foxtom.de/index.php?title=Datei:Waktivieren.jpg&amp;diff=2124</id>
		<title>Datei:Waktivieren.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.foxtom.de/index.php?title=Datei:Waktivieren.jpg&amp;diff=2124"/>
		<updated>2019-04-11T08:21:36Z</updated>

		<summary type="html">&lt;p&gt;Admin: Alex verschob die Seite Datei:800px-Waktivieren.jpg nach Datei:Waktivieren.jpg, ohne dabei eine Weiterleitung anzulegen&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Beschreibung ==&lt;br /&gt;
Importing file&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.foxtom.de/index.php?title=Datei:Update.jpg&amp;diff=2123</id>
		<title>Datei:Update.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.foxtom.de/index.php?title=Datei:Update.jpg&amp;diff=2123"/>
		<updated>2019-04-11T08:21:10Z</updated>

		<summary type="html">&lt;p&gt;Admin: Alex verschob die Seite Datei:1161px-Update.jpg nach Datei:Update.jpg, ohne dabei eine Weiterleitung anzulegen&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Beschreibung ==&lt;br /&gt;
Importing file&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.foxtom.de/index.php?title=Datei:Routing-Beispiel-Topologie.png&amp;diff=2122</id>
		<title>Datei:Routing-Beispiel-Topologie.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.foxtom.de/index.php?title=Datei:Routing-Beispiel-Topologie.png&amp;diff=2122"/>
		<updated>2019-04-11T07:56:01Z</updated>

		<summary type="html">&lt;p&gt;Admin: Alex verschob die Seite Datei:960px-Routing-Beispiel-Topologie.png nach Datei:Routing-Beispiel-Topologie.png, ohne dabei eine Weiterleitung anzulegen&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Beschreibung ==&lt;br /&gt;
Importing file&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.foxtom.de/index.php?title=Datei:Beispielbild_PuTTY.jpg&amp;diff=2121</id>
		<title>Datei:Beispielbild PuTTY.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.foxtom.de/index.php?title=Datei:Beispielbild_PuTTY.jpg&amp;diff=2121"/>
		<updated>2019-04-11T07:38:33Z</updated>

		<summary type="html">&lt;p&gt;Admin: Alex verschob die Seite Datei:1200px-Beispielbild PuTTY.jpg nach Datei:Beispielbild PuTTY.jpg, ohne dabei eine Weiterleitung anzulegen&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Beschreibung ==&lt;br /&gt;
Importing file&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.foxtom.de/index.php?title=Datei:300px-Authentisieren-authentifizieren.png&amp;diff=2120</id>
		<title>Datei:300px-Authentisieren-authentifizieren.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.foxtom.de/index.php?title=Datei:300px-Authentisieren-authentifizieren.png&amp;diff=2120"/>
		<updated>2019-04-11T07:33:39Z</updated>

		<summary type="html">&lt;p&gt;Admin: Alex verschob die Seite Datei:200px-300px-Authentisieren-authentifizieren.png nach Datei:300px-Authentisieren-authentifizieren.png, ohne dabei eine Weiterleitung anzulegen&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Beschreibung ==&lt;br /&gt;
Importing file&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.foxtom.de/index.php?title=Datei:440px-Gateway_firewall.svg.png&amp;diff=2117</id>
		<title>Datei:440px-Gateway firewall.svg.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.foxtom.de/index.php?title=Datei:440px-Gateway_firewall.svg.png&amp;diff=2117"/>
		<updated>2019-04-11T07:08:58Z</updated>

		<summary type="html">&lt;p&gt;Admin: Alex verschob die Seite Datei:180px-440px-Gateway firewall.svg.png nach Datei:440px-Gateway firewall.svg.png, ohne dabei eine Weiterleitung anzulegen&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Beschreibung ==&lt;br /&gt;
Importing file&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.foxtom.de/index.php?title=Datei:440px-Anschluss_einer_Personal_Firewall.png&amp;diff=2115</id>
		<title>Datei:440px-Anschluss einer Personal Firewall.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.foxtom.de/index.php?title=Datei:440px-Anschluss_einer_Personal_Firewall.png&amp;diff=2115"/>
		<updated>2019-04-11T07:05:35Z</updated>

		<summary type="html">&lt;p&gt;Admin: Alex verschob die Seite Datei:180px-440px-Anschluss einer Personal Firewall.png nach Datei:440px-Anschluss einer Personal Firewall.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Beschreibung ==&lt;br /&gt;
Importing file&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>