
Warning: Undefined array key "media" in /volume1/web/wiki/feed.php on line 235

Warning: Undefined array key "media" in /volume1/web/wiki/feed.php on line 274

Warning: Undefined array key "media" in /volume1/web/wiki/feed.php on line 385

Warning: Undefined array key "media" in /volume1/web/wiki/feed.php on line 235

Warning: Undefined array key "media" in /volume1/web/wiki/feed.php on line 274

Warning: Undefined array key "media" in /volume1/web/wiki/feed.php on line 385

Warning: Undefined array key "media" in /volume1/web/wiki/feed.php on line 235

Warning: Undefined array key "media" in /volume1/web/wiki/feed.php on line 274

Warning: Undefined array key "media" in /volume1/web/wiki/feed.php on line 385

Warning: Undefined array key "media" in /volume1/web/wiki/feed.php on line 235

Warning: Undefined array key "media" in /volume1/web/wiki/feed.php on line 274

Warning: Undefined array key "media" in /volume1/web/wiki/feed.php on line 385

Warning: Undefined array key "media" in /volume1/web/wiki/feed.php on line 235

Warning: Undefined array key "media" in /volume1/web/wiki/feed.php on line 274

Warning: Undefined array key "media" in /volume1/web/wiki/feed.php on line 385
<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://live.spdns.org/wiki/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel xmlns:g="http://base.google.com/ns/1.0">
        <title>move IT Home Base</title>
        <description></description>
        <link>http://live.spdns.org/wiki/</link>
        <lastBuildDate>Sat, 04 Apr 2026 10:50:17 +0000</lastBuildDate>
        <generator>FeedCreator 1.8</generator>
        <image>
            <url>http://live.spdns.org/wiki/lib/tpl/peanutbutter2/images/favicon.ico</url>
            <title>move IT Home Base</title>
            <link>http://live.spdns.org/wiki/</link>
        </image>
        <item>
            <title>Searx Fehler</title>
            <link>http://live.spdns.org/wiki/anleitungen/software/searx/searx_fehler?do=revisions&amp;rev=1632858215</link>
            <description>
&lt;h1 class=&quot;sectionedit1&quot; id=&quot;searx_fehler&quot;&gt;Searx Fehler&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;

&lt;p&gt;
Leider muß man sagen sind viele SearX Installationsanleitungen fehlerhaft, weil fast immer benötigte Abhängigkeiten im Betriebssystem oder verwendeten Komponenten, Modulen u.a. fehlen die in den Anleitungen referenziert werden, beispielsweise GIT, VIRTUALENV oder PIP. So kommt es regelmäßig dazu das trotz peinlichst genauen abarbeiten der einzelnen Installationsschritte es zu Fehlern kommt, auch wenn das Betriebssystem gerade erst frisch aufgesetzt wurde. Aus diesem Grund werden auf dieser Seite typische Fehler bei oder nach der Installation aufgelistet und mögliche Lösungen vorgeschlagen.
&lt;/p&gt;

&lt;p&gt;
Klassische Fehler bei der Installation sind fehlenden Berechtigungen oder Abhängigkeiten. Vieles lässt sich dadurch lösen indem man sich angewöhnt vor dem Kommando ein &lt;strong&gt;sudo&lt;/strong&gt; davorzusetzen. Bei vielen Installationsanleitungen fehlt dies und daher kommt es zu Fehlern.
&lt;/p&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Searx Fehler&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;searx_fehler&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:1,&amp;quot;range&amp;quot;:&amp;quot;1-908&amp;quot;} --&gt;
&lt;h2 class=&quot;sectionedit2&quot; id=&quot;ter_start_schlaegt_fehl&quot;&gt;2.ter Start schlägt fehl&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
Beim zweiten Start von Searx kommt ein Syntax-Fehler bei Zeile 31 weil für den Betrieb benötigte Module fehlen.
&lt;/p&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;2.ter Start schl\u00e4gt fehl&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;ter_start_schlaegt_fehl&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:2,&amp;quot;range&amp;quot;:&amp;quot;909-1062&amp;quot;} --&gt;
&lt;h3 class=&quot;sectionedit3&quot; id=&quot;loesung&quot;&gt;Lösung&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;p&gt;
Die benötigten Module können folgendermassen nachinstalliert werden:
&lt;/p&gt;

&lt;p&gt;
&lt;code&gt;sudo apt-get install python-pip&lt;/code&gt;
&lt;code&gt;pip install –upgrade -r requirements.txt&lt;/code&gt;
&lt;/p&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;L\u00f6sung&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;loesung&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:3,&amp;quot;range&amp;quot;:&amp;quot;1063-1236&amp;quot;} --&gt;
&lt;h2 class=&quot;sectionedit4&quot; id=&quot;fehlermeldung_beim_aktualisieren&quot;&gt;Fehlermeldung beim aktualisieren&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
./manage.sh: 19: ./manage.sh: pip: not found
&lt;/p&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Fehlermeldung beim aktualisieren&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;fehlermeldung_beim_aktualisieren&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:4,&amp;quot;range&amp;quot;:&amp;quot;1237-1328&amp;quot;} --&gt;
&lt;h3 class=&quot;sectionedit5&quot; id=&quot;loesung1&quot;&gt;Lösung&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;p&gt;
Auch hier ist der Grund das zum Aktualisieren Software benötigt wird die nicht Teil der Installation ist, also erst nachinstalliert werden muß. In diesem Fall ist es PIP. Dies fehlt quasi in allen gefundenen Installationsanleitungen. Zumindest in Ubuntu 18.04 muss PIP erst manuell nachinstalliert werden:
&lt;/p&gt;

&lt;p&gt;
&lt;code&gt;sudo apt-get install pip&lt;/code&gt;
&lt;/p&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;L\u00f6sung&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;loesung1&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:5,&amp;quot;range&amp;quot;:&amp;quot;1329-1686&amp;quot;} --&gt;
&lt;h2 class=&quot;sectionedit6&quot; id=&quot;fehlermeldung_beim_starten&quot;&gt;Fehlermeldung beim starten&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
Traceback (most recent call last):
File „searx/webapp.py“, line 31, in &amp;lt;module&amp;gt;
import requests
ImportError: No module named requests
&lt;/p&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Fehlermeldung beim starten&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;fehlermeldung_beim_starten&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:6,&amp;quot;range&amp;quot;:&amp;quot;1687-1861&amp;quot;} --&gt;
&lt;h3 class=&quot;sectionedit7&quot; id=&quot;loesung2&quot;&gt;Lösung:&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;p&gt;
Auch hier ist wieder der Grund das Module fehlen die für den Betrieb notwendig sind:
&lt;/p&gt;

&lt;p&gt;
&lt;code&gt;sudo apt-get install pip&lt;/code&gt;
&lt;code&gt;pip install requests&lt;/code&gt;
&lt;code&gt;pip install pyyaml&lt;/code&gt;
&lt;code&gt;pip install pygments&lt;/code&gt;
&lt;/p&gt;

&lt;p&gt;
Das kann hier noch beliebig so weitergehen bis es zu keinen Fehlern mehr kommt. Installieren sie nach dieser Art alle fehlenden Module nach bis sich SearX fehlerfrei starten lässt. Bei SearX in der Version 0.16.0. sind dies
&lt;/p&gt;
&lt;ul&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; certifi==2019.3.9&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; babel==2.7.0&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; flask-babel==1.0.0&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; flask==1.0.2&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; idna==2.8&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; jinja2==2.10.1&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; lxml==4.3.3&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; pygments==2.1.3&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; pyopenssl==19.0.0&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; python-dateutil==2.8.0&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; pyyaml==5.1&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; requests[socks]==2.22.0&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;L\u00f6sung:&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;loesung2&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:7,&amp;quot;range&amp;quot;:&amp;quot;1862-&amp;quot;} --&gt;</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>anleitungen:software:searx</category>
            <pubDate>Tue, 28 Sep 2021 21:43:35 +0000</pubDate>
        </item>
        <item>
            <title>Manage Engine</title>
            <link>http://live.spdns.org/wiki/anleitungen/software/manage_engine?do=revisions&amp;rev=1632751787</link>
            <description>
&lt;h1 class=&quot;sectionedit1&quot; id=&quot;manage_engine&quot;&gt;Manage Engine&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;

&lt;p&gt;
&lt;img src=&quot;http://live.spdns.org/wiki/_media/anleitungen/software/manage-engine.png?w=600&amp;amp;tok=282f26&quot; class=&quot;medialeft&quot; align=&quot;left&quot; loading=&quot;lazy&quot; alt=&quot;&quot; width=&quot;600&quot; /&gt; ManageEngine Desktop Central ist eine umfangreiche Desktop- und Mobile-Device-Management-Software. Die Unified-Endpoint-Management-Lösung ermöglicht die Fernwartung, Konfiguration und Verwaltung aller Arbeitsplatzrechner, Laptops und mobilen Endgeräte im Unternehmen – mit einer einzigen Software.
&lt;/p&gt;

&lt;p&gt;
Mit Desktop Central können Sie wiederkehrende Aufgaben beim Desktop Management wie die Installation von Patches, die Distribution neuer Software oder das Einrichten von Desktop-, Computer-, Benutzer- oder Energieeinstellungen einfach und schnell automatisieren. Die Software unterstützt Sie zudem bei der Verwaltung Ihrer IT-Assets und Software-Lizenzen und gibt Ihnen jederzeit einen Überblick über die aktuelle Software-Nutzung im Unternehmen. Des Weiteren lassen sich Abbilder von Betriebssystemen (Images) mit Desktop Central erstellen und auf weiteren Geräten ausrollen. Die Endpoint-Security-Erweiterung bietet Ihnen darüber hinaus einen ganzheitlichen Ansatz für die Sicherheit und Verwaltung aller verwalteten Endpunkte in Ihrem Netzwerk.
&lt;/p&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Manage Engine&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;manage_engine&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:1,&amp;quot;range&amp;quot;:&amp;quot;1-1145&amp;quot;} --&gt;
&lt;h2 class=&quot;sectionedit2&quot; id=&quot;websites&quot;&gt;Websites&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;
&lt;ul&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;a href=&quot;http://www.manageengine.de&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;http://www.manageengine.de&quot; rel=&quot;ugc nofollow noopener&quot;&gt;www.manageengine.de&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;a href=&quot;http://www.manageengine.com&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;http://www.manageengine.com&quot; rel=&quot;ugc nofollow noopener&quot;&gt;www.manageengine.com&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Websites&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;websites&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:2,&amp;quot;range&amp;quot;:&amp;quot;1146-1217&amp;quot;} --&gt;
&lt;h2 class=&quot;sectionedit3&quot; id=&quot;manage_engine_-_desktop_central&quot;&gt;Manage Engine - Desktop Central&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;
&lt;ul&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;a href=&quot;http://www.manageengine.de/produkte-loesungen/desktop-mobile-devices/desktop-central.html&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;http://www.manageengine.de/produkte-loesungen/desktop-mobile-devices/desktop-central.html&quot; rel=&quot;ugc nofollow noopener&quot;&gt;www.manageengine.de/produkte-loesungen/desktop-mobile-devices/desktop-central.html&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Manage Engine - Desktop Central&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;manage_engine_-_desktop_central&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:3,&amp;quot;range&amp;quot;:&amp;quot;1218-1350&amp;quot;} --&gt;
&lt;h2 class=&quot;sectionedit4&quot; id=&quot;installation_und_deinstallation_auf_android_devices&quot;&gt;Installation und Deinstallation auf Android Devices&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
Die Software läuft als Geräteadministrator (veraltet) und lässt sich daher auf dem Gerät selbst nicht ohne weiteres deinstallieren. Um wieder Zugriff als Geräteadministrator zu bekommen muss das Android Device im abgesicherten Modus gestartet werden. Das ist je nach Gerät unterschiedlich. Im abgesicherten Modus ist es dann möglich einer unerwünschten App die Geräteadministratoren-Rechte zu entziehen.
&lt;/p&gt;

&lt;p&gt;
Ausserdem gibt es speziell für den Android Agent von Desktop Central eine Anleitung wie dieser zu entfernen ist wenn kein Zugang mehr zum Server besteht:
&lt;/p&gt;
&lt;ul&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;a href=&quot;https://www.manageengine.com/mobile-device-management/how-to/mdm-uninstall-android-agent.html&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://www.manageengine.com/mobile-device-management/how-to/mdm-uninstall-android-agent.html&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://www.manageengine.com/mobile-device-management/how-to/mdm-uninstall-android-agent.html&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;a href=&quot;https://www.manageengine.com/mobile-device-management/help/enrollment/customize_me_mdm_app.html#Hiding_ME_MDM_App_on_device&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://www.manageengine.com/mobile-device-management/help/enrollment/customize_me_mdm_app.html#Hiding_ME_MDM_App_on_device&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://www.manageengine.com/mobile-device-management/help/enrollment/customize_me_mdm_app.html#Hiding_ME_MDM_App_on_device&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;a href=&quot;https://www.manageengine.com/mobile-device-management/kb/mdm-unable-to-contact-android-device.html&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://www.manageengine.com/mobile-device-management/kb/mdm-unable-to-contact-android-device.html&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://www.manageengine.com/mobile-device-management/kb/mdm-unable-to-contact-android-device.html&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;a href=&quot;https://www.manageengine.com/mobile-device-management/kb/mdm-android-enrollment-failed.html&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://www.manageengine.com/mobile-device-management/kb/mdm-android-enrollment-failed.html&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://www.manageengine.com/mobile-device-management/kb/mdm-android-enrollment-failed.html&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;a href=&quot;https://www.manageengine.com/mobile-device-management/kb/mdm-gcm-registration-error.html&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://www.manageengine.com/mobile-device-management/kb/mdm-gcm-registration-error.html&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://www.manageengine.com/mobile-device-management/kb/mdm-gcm-registration-error.html&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;a href=&quot;https://www.manageengine.com/mobile-device-management/kb/mdm-android-gcm-service-not-available.html&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://www.manageengine.com/mobile-device-management/kb/mdm-android-gcm-service-not-available.html&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://www.manageengine.com/mobile-device-management/kb/mdm-android-gcm-service-not-available.html&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Installation und Deinstallation auf Android Devices&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;installation_und_deinstallation_auf_android_devices&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:4,&amp;quot;range&amp;quot;:&amp;quot;1351-&amp;quot;} --&gt;</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>anleitungen:software</category>
            <pubDate>Mon, 27 Sep 2021 16:09:47 +0000</pubDate>
        </item>
        <item>
            <title>OpenMediaVault</title>
            <link>http://live.spdns.org/wiki/anleitungen/software/openmediavault?do=revisions&amp;rev=1633508870</link>
            <description>
&lt;h1 class=&quot;sectionedit1&quot; id=&quot;openmediavault&quot;&gt;OpenMediaVault&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;

&lt;p&gt;
&lt;img src=&quot;http://live.spdns.org/wiki/_media/anleitungen/software/omv6.png?w=600&amp;amp;tok=2cbfd3&quot; class=&quot;medialeft&quot; align=&quot;left&quot; loading=&quot;lazy&quot; alt=&quot;&quot; width=&quot;600&quot; /&gt; OpenMediaVault (OMV) ist ein seit 2009 entwickeltes, freies Betriebssystem für Netzwerk-Speicher (NAS), das auf der Linux-Distribution Debian basiert.
&lt;/p&gt;

&lt;p&gt;
Wir verwenden OMV als virtuelle Maschine (VM) je nach Bedarf, da wir auch hardware-basierte NAS im Einsatz haben die zwar nicht so umfangreiche Funktionen haben wie OMV, dafür aber ständig laufen. Aus der Praxis wissen wir das OMV als VM deutlich schneller arbeitet als ein NAS als native Maschine (mit HDD), was für schnell schreibende Systeme, wie z.B. Datenbanken, oder Live-Streams ideal ist. Es kommt also auf den Verwendungszweck an. Da sich mit OMV je nach Bedarf beliebige lokale als auch externe Quellen als Speicher einbinden lassen, ist es für uns ein ideales Netzwerkspeicher-Management-Tool.
&lt;/p&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;OpenMediaVault&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;openmediavault&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:1,&amp;quot;range&amp;quot;:&amp;quot;1-841&amp;quot;} --&gt;
&lt;h2 class=&quot;sectionedit2&quot; id=&quot;links&quot;&gt;Links&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;
&lt;ul&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;a href=&quot;https://www.openmediavault.org&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://www.openmediavault.org&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://www.openmediavault.org&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;
&lt;div class=&quot;plugin_nspages&quot;&gt;&lt;p class=&quot;catpageheadline&quot;&gt;Unternamensraum:&lt;/p&gt;
&lt;p&gt;
Keine Unternamensräume.
&lt;/p&gt;
&lt;p class=&quot;catpageheadline&quot;&gt;Seiten in diesem Namensraum:&lt;/p&gt;
&lt;div class=&quot;catpagecol&quot; style=&quot;width: 33.333333333333%&quot; &gt;&lt;div class=&quot;catpagechars&quot;&gt;O&lt;/div&gt;
&lt;ul class=&quot;nspagesul&quot;&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt;&lt;a href=&quot;http://live.spdns.org/wiki/anleitungen/software/openmediavault/docker&quot; class=&quot;wikilink1&quot; title=&quot;anleitungen:software:openmediavault:docker&quot; data-wiki-id=&quot;anleitungen:software:openmediavault:docker&quot;&gt;OpenMediaVault - Docker-Container aufsetzen und im Netzwerk erreichen&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt;&lt;a href=&quot;http://live.spdns.org/wiki/anleitungen/software/openmediavault/fehler&quot; class=&quot;wikilink1&quot; title=&quot;anleitungen:software:openmediavault:fehler&quot; data-wiki-id=&quot;anleitungen:software:openmediavault:fehler&quot;&gt;OpenMediaVault - Fehler&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;

&lt;div class=&quot;catpagecol&quot; style=&quot;width: 33.333333333333%&quot; &gt;&lt;div class=&quot;catpagechars continued&quot;&gt;O (Fortsetzung)&lt;/div&gt;
&lt;ul class=&quot;nspagesul&quot;&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt;&lt;a href=&quot;http://live.spdns.org/wiki/anleitungen/software/openmediavault/omv-extras&quot; class=&quot;wikilink1&quot; title=&quot;anleitungen:software:openmediavault:omv-extras&quot; data-wiki-id=&quot;anleitungen:software:openmediavault:omv-extras&quot;&gt;OpenMediaVault - OMV-Extras installieren&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;

&lt;div class=&quot;catpagecol&quot; style=&quot;width: 33.333333333333%&quot; &gt;&lt;div class=&quot;catpagechars continued&quot;&gt;O (Fortsetzung)&lt;/div&gt;
&lt;ul class=&quot;nspagesul&quot;&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt;&lt;a href=&quot;http://live.spdns.org/wiki/anleitungen/software/openmediavault/openmediavault_-_portainer&quot; class=&quot;wikilink1&quot; title=&quot;anleitungen:software:openmediavault:openmediavault_-_portainer&quot; data-wiki-id=&quot;anleitungen:software:openmediavault:openmediavault_-_portainer&quot;&gt;OpenMediaVault - Portainer&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;
&lt;div class=&quot;catpageeofidx&quot;&gt;&lt;/div&gt;&lt;/div&gt;
&lt;/p&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Links&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;links&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:2,&amp;quot;range&amp;quot;:&amp;quot;842-&amp;quot;} --&gt;</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>anleitungen:software</category>
            <pubDate>Wed, 06 Oct 2021 10:27:50 +0000</pubDate>
        </item>
        <item>
            <title>Pydio</title>
            <link>http://live.spdns.org/wiki/anleitungen/software/pydio?do=revisions&amp;rev=1633075731</link>
            <description>
&lt;h1 class=&quot;sectionedit1&quot; id=&quot;pydio&quot;&gt;Pydio&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;

&lt;p&gt;
&lt;img src=&quot;http://live.spdns.org/wiki/_media/anleitungen/software/pydio.png?w=600&amp;amp;tok=82c22f&quot; class=&quot;medialeft&quot; align=&quot;left&quot; loading=&quot;lazy&quot; alt=&quot;&quot; width=&quot;600&quot; /&gt; Pydio (bis Ende 2013 unter dem Namen AjaXplorer) ist eine freie Software für die Speicherung von Daten (Filehosting) auf einem eigenen Server. Das Projekt wurde im Jahr 2007 von Charles du Jeu initiiert. Pydio kann auch zur kommerziellen Nutzung ohne Zusatzkosten installiert werden. Somit können auch Unternehmen eine eigene Cloud-Infrastruktur ohne Lizenzgebühren aufbauen. Als Grundlage setzt das Projekt auf PHP auf. Wahlweise können Userverwaltung und alle Einstellungen in eine MySQL-Datenbank ausgelagert werden. Pydio kann über eine Weboberfläche und diverse Apps bedient werden und ist dadurch nicht an ein bestimmtes Betriebssystem gebunden. Durch die integrierte WebDAV-Schnittstelle können auch Software-fremde Anwendungen auf die Inhalte des Online-Dateimanagers zugreifen.
&lt;/p&gt;

&lt;p&gt;
&lt;a href=&quot;https://pydio.com&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://pydio.com&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://pydio.com&lt;/a&gt;
&lt;/p&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Pydio&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;pydio&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:1,&amp;quot;range&amp;quot;:&amp;quot;1-884&amp;quot;} --&gt;
&lt;h2 class=&quot;sectionedit2&quot; id=&quot;bekannte_probleme&quot;&gt;Bekannte Probleme&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
Bei einer Installation von Pydio Cells unter Docker und Portainer war das Problem das ein erstes Admin-Login nicht möglich war, obwohl genau die Zugangsdaten verwendet worden waren die bei der Installation angegeben wurden.
&lt;/p&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Bekannte Probleme&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;bekannte_probleme&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:2,&amp;quot;range&amp;quot;:&amp;quot;885-&amp;quot;} --&gt;</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>anleitungen:software</category>
            <pubDate>Fri, 01 Oct 2021 10:08:51 +0000</pubDate>
        </item>
        <item>
            <title>SCCM</title>
            <link>http://live.spdns.org/wiki/anleitungen/software/sccm?do=revisions&amp;rev=1632381038</link>
            <description>
&lt;h1 class=&quot;sectionedit1&quot; id=&quot;sccm&quot;&gt;SCCM&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;

&lt;p&gt;
Microsoft System Center Configuration Manager (SCCM) (seit Version 1910 Microsoft Endpoint Configuration Manager) ist eine Software-Managementsuite von Microsoft, mit der Benutzer eine große Anzahl an Windows-Computern verwalten können. SCCM bietet Fernverwaltung, Patch-Verwaltung, Installation von Betriebssystemen, Netzwerkschutz und andere Dienste.
&lt;/p&gt;

&lt;p&gt;
&lt;a href=&quot;https://www.microsoft.com/de-at/security/business/microsoft-endpoint-manager&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://www.microsoft.com/de-at/security/business/microsoft-endpoint-manager&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://www.microsoft.com/de-at/security/business/microsoft-endpoint-manager&lt;/a&gt;
&lt;/p&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;SCCM&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;sccm&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:1,&amp;quot;range&amp;quot;:&amp;quot;1-454&amp;quot;} --&gt;
&lt;h2 class=&quot;sectionedit2&quot; id=&quot;websites&quot;&gt;Websites&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;
&lt;ul&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;a href=&quot;https://www.anoopcnair.com/sccm-linux-unix-support-is-dead&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://www.anoopcnair.com/sccm-linux-unix-support-is-dead&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://www.anoopcnair.com/sccm-linux-unix-support-is-dead&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;a href=&quot;https://www.windowspro.de/roland-eich/system-center-configuration-manager-windows-10-ueber-pxe-verteilen&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://www.windowspro.de/roland-eich/system-center-configuration-manager-windows-10-ueber-pxe-verteilen&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://www.windowspro.de/roland-eich/system-center-configuration-manager-windows-10-ueber-pxe-verteilen&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;a href=&quot;http://systemcenter.no/?p=509&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;http://systemcenter.no/?p=509&quot; rel=&quot;ugc nofollow noopener&quot;&gt;http://systemcenter.no/?p=509&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;a href=&quot;http://systemcenter.no/?p=331&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;http://systemcenter.no/?p=331&quot; rel=&quot;ugc nofollow noopener&quot;&gt;http://systemcenter.no/?p=331&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;a href=&quot;https://docs.microsoft.com/de-de/sccm/core/clients/manage/manage-clients-for-linux-and-unix-servers&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://docs.microsoft.com/de-de/sccm/core/clients/manage/manage-clients-for-linux-and-unix-servers&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://docs.microsoft.com/de-de/sccm/core/clients/manage/manage-clients-for-linux-and-unix-servers&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;a href=&quot;https://blogs.technet.microsoft.com/jeffbutte/2016/02/01/deploying-a-script-or-package-to-a-linux-host-with-system-center-configuration-manager-2012-r2&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://blogs.technet.microsoft.com/jeffbutte/2016/02/01/deploying-a-script-or-package-to-a-linux-host-with-system-center-configuration-manager-2012-r2&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://blogs.technet.microsoft.com/jeffbutte/2016/02/01/deploying-a-script-or-package-to-a-linux-host-with-system-center-configuration-manager-2012-r2&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;a href=&quot;https://medium.com/@PiereWoehl/microsoft-dhcp-server-mit-sccm-uefi-boot-server-und-linux-bios-boot-server-mit-dnsmasq-parallel-2586bc9f39d&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://medium.com/@PiereWoehl/microsoft-dhcp-server-mit-sccm-uefi-boot-server-und-linux-bios-boot-server-mit-dnsmasq-parallel-2586bc9f39d&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://medium.com/@PiereWoehl/microsoft-dhcp-server-mit-sccm-uefi-boot-server-und-linux-bios-boot-server-mit-dnsmasq-parallel-2586bc9f39d&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;a href=&quot;https://alternativeto.net/software/system-center-configuration-manager&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://alternativeto.net/software/system-center-configuration-manager&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://alternativeto.net/software/system-center-configuration-manager&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;a href=&quot;https://community.spiceworks.com/topic/1953987-sccm-with-fog-project-on-same-network&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://community.spiceworks.com/topic/1953987-sccm-with-fog-project-on-same-network&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://community.spiceworks.com/topic/1953987-sccm-with-fog-project-on-same-network&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Websites&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;websites&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:2,&amp;quot;range&amp;quot;:&amp;quot;455-&amp;quot;} --&gt;</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>anleitungen:software</category>
            <pubDate>Thu, 23 Sep 2021 09:10:38 +0000</pubDate>
        </item>
    </channel>
</rss>
