
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

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://itclive.spdns.de/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://itclive.spdns.de/wiki/</link>
        <lastBuildDate>Sun, 05 Apr 2026 21:57:53 +0000</lastBuildDate>
        <generator>FeedCreator 1.8</generator>
        <image>
            <url>http://itclive.spdns.de/wiki/lib/tpl/peanutbutter2/images/favicon.ico</url>
            <title>move IT Home Base</title>
            <link>http://itclive.spdns.de/wiki/</link>
        </image>
        <item>
            <title>Searx Fehler</title>
            <link>http://itclive.spdns.de/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>Searx konfigurieren</title>
            <link>http://itclive.spdns.de/wiki/anleitungen/software/searx/searx_konfigurieren?do=revisions&amp;rev=1617806960</link>
            <description>
&lt;h1 class=&quot;sectionedit1&quot; id=&quot;searx_konfigurieren&quot;&gt;Searx konfigurieren&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Searx konfigurieren&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;searx_konfigurieren&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:1,&amp;quot;range&amp;quot;:&amp;quot;1-35&amp;quot;} --&gt;
&lt;h2 class=&quot;sectionedit2&quot; id=&quot;die_konfiguration_wird_in_folgender_textdatei_vorgenommen&quot;&gt;Die Konfiguration wird in folgender Textdatei vorgenommen&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;code&gt;/usr/local/searx/searx/settings.yml&lt;/code&gt; oder&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;code&gt;/etc/searx/settings.yml&lt;/code&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;Die Konfiguration wird in folgender Textdatei vorgenommen&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;die_konfiguration_wird_in_folgender_textdatei_vorgenommen&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:2,&amp;quot;range&amp;quot;:&amp;quot;36-188&amp;quot;} --&gt;
&lt;h2 class=&quot;sectionedit3&quot; id=&quot;konfigurations-parameter&quot;&gt;Konfigurations-Parameter&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;
&lt;div class=&quot;table sectionedit4&quot;&gt;&lt;table class=&quot;inline&quot;&gt;
	&lt;thead&gt;
	&lt;tr class=&quot;row0&quot;&gt;
		&lt;th class=&quot;col0 leftalign&quot;&gt; Parameter         &lt;/th&gt;&lt;th class=&quot;col1 leftalign&quot;&gt; Beschreibung                                                                                                                                                                        &lt;/th&gt;
	&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tr class=&quot;row1&quot;&gt;
		&lt;td class=&quot;col0 leftalign&quot;&gt; port              &lt;/td&gt;&lt;td class=&quot;col1 leftalign&quot;&gt; port number of the searx web application if you run it directly using python searx/webapp.py. Doesn&amp;#039;t apply to searx running on Apache or Nginx.                                    &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row2&quot;&gt;
		&lt;td class=&quot;col0 leftalign&quot;&gt; secret_key        &lt;/td&gt;&lt;td class=&quot;col1 leftalign&quot;&gt; used for cryptography purpose.                                                                                                                                                      &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row3&quot;&gt;
		&lt;td class=&quot;col0 leftalign&quot;&gt; debug             &lt;/td&gt;&lt;td class=&quot;col1 leftalign&quot;&gt; allow a more detailed log if you run searx directly. Display detailed error messages in the browser too, so this must be deactivated in production.                                 &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row4&quot;&gt;
		&lt;td class=&quot;col0 leftalign&quot;&gt; request_timeout   &lt;/td&gt;&lt;td class=&quot;col1 leftalign&quot;&gt; global timeout of the requests made to others engines in seconds. A bigger timeout will allow to wait for answers from slow engines, but in consequence will slow searx reactivity  &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row5&quot;&gt;
		&lt;td class=&quot;col0 leftalign&quot;&gt;                   &lt;/td&gt;&lt;td class=&quot;col1 leftalign&quot;&gt; (the result page may take the time specified in the timeout to load)                                                                                                                &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row6&quot;&gt;
		&lt;td class=&quot;col0 leftalign&quot;&gt; base_url          &lt;/td&gt;&lt;td class=&quot;col1 leftalign&quot;&gt; the base &lt;abbr title=&quot;Uniform Resource Locator&quot;&gt;URL&lt;/abbr&gt; where searx is deployed. Used to create correct inbound links.                                                                                                         &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row7&quot;&gt;
		&lt;td class=&quot;col0 leftalign&quot;&gt; themes_path       &lt;/td&gt;&lt;td class=&quot;col1 leftalign&quot;&gt; path to where the themes are located. If you didn&amp;#039;t develop anything, leave it blank.                                                                                               &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row8&quot;&gt;
		&lt;td class=&quot;col0 leftalign&quot;&gt; default_theme     &lt;/td&gt;&lt;td class=&quot;col1 leftalign&quot;&gt; name of the theme you want to use by default on you searx instance.                                                                                                                 &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row9&quot;&gt;
		&lt;td class=&quot;col0 leftalign&quot;&gt; useragent_suffix  &lt;/td&gt;&lt;td class=&quot;col1 leftalign&quot;&gt; suffix to the user-agent searx uses to send requests to others engines. If an engine wish to block you, a contact info here may be useful to avoid that.                            &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row10&quot;&gt;
		&lt;td class=&quot;col0 leftalign&quot;&gt; image_proxy       &lt;/td&gt;&lt;td class=&quot;col1 leftalign&quot;&gt; allow your instance of searx of being able to proxy images. Uses memory space.                                                                                                      &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row11&quot;&gt;
		&lt;td class=&quot;col0 leftalign&quot;&gt; default_locale    &lt;/td&gt;&lt;td class=&quot;col1 leftalign&quot;&gt; interface language. If blank, the locale is detected by using the browser language. If it doesn&amp;#039;t work, or you are deploying a language specific instance of searx,                 &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row12&quot;&gt;
		&lt;td class=&quot;col0 leftalign&quot;&gt;                   &lt;/td&gt;&lt;td class=&quot;col1 leftalign&quot;&gt; a locale can be defined using an ISO language code, like fr, en, de.                                                                                                                &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row13&quot;&gt;
		&lt;td class=&quot;col0 leftalign&quot;&gt; outgoing_proxies  &lt;/td&gt;&lt;td class=&quot;col1 leftalign&quot;&gt; define a proxy you wish to use.                                                                                                                                                     &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row14&quot;&gt;
		&lt;td class=&quot;col0 leftalign&quot;&gt; source_ips        &lt;/td&gt;&lt;td class=&quot;col1 leftalign&quot;&gt; if you use multiple nework interfaces, define from which IP the requests must be made.                                                                                              &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row15&quot;&gt;
		&lt;td class=&quot;col0 leftalign&quot;&gt; locales           &lt;/td&gt;&lt;td class=&quot;col1 leftalign&quot;&gt; locales codes and their names. Available translations of searx interface.                                                                                                           &lt;/td&gt;
	&lt;/tr&gt;
&lt;/table&gt;&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;table&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;table&amp;quot;,&amp;quot;secid&amp;quot;:4,&amp;quot;range&amp;quot;:&amp;quot;227-3490&amp;quot;} --&gt;
&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Konfigurations-Parameter&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;konfigurations-parameter&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:3,&amp;quot;range&amp;quot;:&amp;quot;189-&amp;quot;} --&gt;</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>anleitungen:software:searx</category>
            <pubDate>Wed, 07 Apr 2021 16:49:20 +0000</pubDate>
        </item>
        <item>
            <title>Jitsi</title>
            <link>http://itclive.spdns.de/wiki/anleitungen/software/jitsi?do=revisions&amp;rev=1632380719</link>
            <description>
&lt;h1 class=&quot;sectionedit1&quot; id=&quot;jitsi&quot;&gt;Jitsi&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;

&lt;p&gt;
Jitsi ist eine Sammlung freier Software für IP-Telefonie, Videokonferenzen und Instant Messaging. Der Ursprung war ein Java-basierter Messenger-Client für XMPP und weitere Protokolle, jetzt Jitsi Desktop genannt.
&lt;/p&gt;

&lt;p&gt;
&lt;a href=&quot;https://meet.jit.si&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://meet.jit.si&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://meet.jit.si&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;Jitsi&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;jitsi&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:1,&amp;quot;range&amp;quot;:&amp;quot;1-258&amp;quot;} --&gt;
&lt;h2 class=&quot;sectionedit2&quot; id=&quot;jitsi_meet-server_unter_linux_ubuntu_2004_installieren&quot;&gt;Jitsi Meet-Server unter Linux Ubuntu 20.04 installieren&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
Keep it simple Installation
&lt;/p&gt;
&lt;ul&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;code&gt;sudo su&lt;/code&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;code&gt;apt update &amp;amp;&amp;amp; apt upgrade&lt;/code&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;code&gt;hostnamectl set-hostname meet.deinserver.xyz&lt;/code&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;code&gt;apt install software-properties-common&lt;/code&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;code&gt;apt-add-repository universe&lt;/code&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;code&gt;apt install apt-transport-https&lt;/code&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;code&gt;curl &lt;a href=&quot;https://download.jitsi.org/jitsi-key.gpg.key&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://download.jitsi.org/jitsi-key.gpg.key&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://download.jitsi.org/jitsi-key.gpg.key&lt;/a&gt; | sh -c &amp;#039;gpg –dearmor &amp;gt; /usr/share/keyrings/jitsi-keyring.gpg&lt;/code&gt;&amp;#039;&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;code&gt;echo &amp;#039;deb [signed-by=/usr/share/keyrings/jitsi-keyring.gpg] &lt;a href=&quot;https://download.jitsi.org&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://download.jitsi.org&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://download.jitsi.org&lt;/a&gt; stable/&amp;#039; | tee /etc/apt/sources.list.d/jitsi-stable.list &amp;gt; /dev/null&lt;/code&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;code&gt;apt update&lt;/code&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;code&gt;apt -y install jitsi-meet&lt;/code&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;code&gt;/usr/share/jitsi-meet/scripts/install-letsencrypt-cert.sh&lt;/code&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;Jitsi Meet-Server unter Linux Ubuntu 20.04 installieren&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;jitsi_meet-server_unter_linux_ubuntu_2004_installieren&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:2,&amp;quot;range&amp;quot;:&amp;quot;259-988&amp;quot;} --&gt;
&lt;h2 class=&quot;sectionedit3&quot; id=&quot;offene_fragen&quot;&gt;Offene Fragen&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; muss der lokale Hostname zwingend gesetzt werden?&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;Offene Fragen&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;offene_fragen&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:3,&amp;quot;range&amp;quot;:&amp;quot;989-1070&amp;quot;} --&gt;
&lt;h2 class=&quot;sectionedit4&quot; id=&quot;ports&quot;&gt;Ports&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; 80 TCP (nur für die Aushandlung des Let´s Encrypt Zertifikats)&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; 443 TCP&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; 10000 UDP (Video)&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;Ports&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;ports&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:4,&amp;quot;range&amp;quot;:&amp;quot;1071-&amp;quot;} --&gt;</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>anleitungen:software</category>
            <pubDate>Thu, 23 Sep 2021 09:05:19 +0000</pubDate>
        </item>
        <item>
            <title>YaCy</title>
            <link>http://itclive.spdns.de/wiki/anleitungen/software/yacy?do=revisions&amp;rev=1632751482</link>
            <description>
&lt;h1 class=&quot;sectionedit1&quot; id=&quot;yacy&quot;&gt;YaCy&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;

&lt;p&gt;
&lt;img src=&quot;http://itclive.spdns.de/wiki/_media/anleitungen/software/yacy.png?w=600&amp;amp;tok=d92775&quot; class=&quot;medialeft&quot; align=&quot;left&quot; loading=&quot;lazy&quot; alt=&quot;&quot; width=&quot;600&quot; /&gt; YaCy („Yet another Cyberspace“) ist eine Suchmaschine die nach dem Peer-to-Peer-Prinzip (P2P) arbeitet. Dabei gibt es keinen zentralen Server, sondern alle Betreiber einer YaCy-Instanz sind gleichwertig. Durch die Installation von YaCy wird ein lokaler YaCy-Proxy bereitgestellt. Alle über diesen Proxy abgerufenen Webseiten, sowie durch mitgelieferte Plugins auch andere Daten, werden lokal indexiert und können durch den Nutzer mittels eines Webinterface durchsucht werden. Der Index wird (optional) redundant auf anderen Peers des globalen YaCy-Netzwerkes verteilt, so dass ein globaler Index entsteht. Eine globale Suche fragt den globalen Index ab, der aus den Peers besteht, die gerade online sind. Durch dieses dezentrale Prinzip ist YaCy resistent gegen Ausfälle.
&lt;/p&gt;

&lt;p&gt;
Der eigene Index (und somit indirekt der globale) lässt sich durch das Losschicken eines eigenen Webcrawlers erweitern. Es können alternativ eigene YaCy-basierte Netzwerke zur Bildung eines gemeinsamen Index konfiguriert werden.
&lt;/p&gt;

&lt;p&gt;
Das Projekt YaCy wurde von Michael Christen im Jahr 2003 gegründet
&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;YaCy&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;yacy&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;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://wiki.yacy.net/index.php/De:Start&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://wiki.yacy.net/index.php/De:Start&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://wiki.yacy.net/index.php/De:Start&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: 100%&quot; &gt;&lt;div class=&quot;catpagechars&quot;&gt;Y&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://itclive.spdns.de/wiki/anleitungen/software/yacy/yacy_installieren&quot; class=&quot;wikilink1&quot; title=&quot;anleitungen:software:yacy:yacy_installieren&quot; data-wiki-id=&quot;anleitungen:software:yacy:yacy_installieren&quot;&gt;YaCy installieren&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;1146-&amp;quot;} --&gt;</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>anleitungen:software</category>
            <pubDate>Mon, 27 Sep 2021 16:04:42 +0000</pubDate>
        </item>
        <item>
            <title>OpenMediaVault - Portainer</title>
            <link>http://itclive.spdns.de/wiki/anleitungen/software/openmediavault/openmediavault_-_portainer?do=revisions&amp;rev=1633506487</link>
            <description>
&lt;h1 class=&quot;sectionedit1&quot; id=&quot;openmediavault_-_portainer&quot;&gt;OpenMediaVault - Portainer&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;

&lt;p&gt;
&lt;img src=&quot;http://itclive.spdns.de/wiki/_media/anleitungen/software/openmediavault/portainer.png?w=600&amp;amp;tok=f7b3be&quot; class=&quot;medialeft&quot; align=&quot;left&quot; loading=&quot;lazy&quot; alt=&quot;&quot; width=&quot;600&quot; /&gt; Portainer ist eine Open Source Software für webbasiertes Container Management und Dashboard für Kubernetes, Docker und Docker Swarm und ermöglicht sogenanntes „Container-as-a-Service“ mit einer zentralen Konfiguration. Portainer erspart es Code selbst schreiben zu müssen, indem es alles, was über eine Docker-Kommandozeile realisiert werden kann, über eine grafische Benutzeroberfläche steuert. Dafür installiert Portainer auf der entsprechenden Maschine einen Agenten, der die Portainer-Befehle an den Docker-Daemon auf der Maschine weiterleitet.
&lt;/p&gt;

&lt;p&gt;
Hier geht es im speziellen um eine Portainer-Installation unter OpenMediaVault (OMV) 6 die wiederrum als eine virtuelle Maschine (VM) läuft und deren Besonderheiten hinsichtlich der Netzwerkkonfiguration.
&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 - Portainer&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;openmediavault_-_portainer&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:1,&amp;quot;range&amp;quot;:&amp;quot;1-875&amp;quot;} --&gt;
&lt;h2 class=&quot;sectionedit2&quot; id=&quot;portainer_app_templates&quot;&gt;Portainer App Templates&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://raw.githubusercontent.com/portainer/templates/master/templates.json&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://raw.githubusercontent.com/portainer/templates/master/templates.json&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://raw.githubusercontent.com/portainer/templates/master/templates.json&lt;/a&gt; (Standard-Template)&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://raw.githubusercontent.com/foxly-it/Portainer-Templates/main/templates-2.0.json&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://raw.githubusercontent.com/foxly-it/Portainer-Templates/main/templates-2.0.json&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://raw.githubusercontent.com/foxly-it/Portainer-Templates/main/templates-2.0.json&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://raw.githubusercontent.com/Qballjos/portainer_templates/master/Template/template.json&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Template/template.json&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Template/template.json&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://raw.githubusercontent.com/technorabilia/portainer-templates/main/lsio/templates/templates-2.0.json&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://raw.githubusercontent.com/technorabilia/portainer-templates/main/lsio/templates/templates-2.0.json&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://raw.githubusercontent.com/technorabilia/portainer-templates/main/lsio/templates/templates-2.0.json&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://raw.githubusercontent.com/dnburgess/self-hosted-template/master/template.json&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://raw.githubusercontent.com/dnburgess/self-hosted-template/master/template.json&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://raw.githubusercontent.com/dnburgess/self-hosted-template/master/template.json&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://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/portainer-2.0/Template/template.json&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/portainer-2.0/Template/template.json&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/portainer-2.0/Template/template.json&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://raw.githubusercontent.com/mikestraney/portainer-templates/master/templates.json&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://raw.githubusercontent.com/mikestraney/portainer-templates/master/templates.json&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://raw.githubusercontent.com/mikestraney/portainer-templates/master/templates.json&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;Portainer App Templates&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;portainer_app_templates&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:2,&amp;quot;range&amp;quot;:&amp;quot;876-1604&amp;quot;} --&gt;
&lt;h2 class=&quot;sectionedit3&quot; id=&quot;portainer_links&quot;&gt;Portainer 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.portainer.io&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://www.portainer.io&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://www.portainer.io&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://hub.docker.com/r/portainer/templates&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://hub.docker.com/r/portainer/templates&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://hub.docker.com/r/portainer/templates&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.tutonaut.de/openmediavault-docker-container-aufsetzen-und-im-netzwerk-erreichen/&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://www.tutonaut.de/openmediavault-docker-container-aufsetzen-und-im-netzwerk-erreichen/&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://www.tutonaut.de/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;https://www.reddit.com/r/selfhosted/comments/mn1223/140_portainer_app_templates_for_linuxserverio&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://www.reddit.com/r/selfhosted/comments/mn1223/140_portainer_app_templates_for_linuxserverio&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://www.reddit.com/r/selfhosted/comments/mn1223/140_portainer_app_templates_for_linuxserverio&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://geeked.host/100-apps-you-can-self-host-with-one-click-using-this-portainer-template&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://geeked.host/100-apps-you-can-self-host-with-one-click-using-this-portainer-template&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://geeked.host/100-apps-you-can-self-host-with-one-click-using-this-portainer-template&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;Portainer Links&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;portainer_links&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:3,&amp;quot;range&amp;quot;:&amp;quot;1605-2007&amp;quot;} --&gt;
&lt;h2 class=&quot;sectionedit4&quot; id=&quot;portainer_-_videos&quot;&gt;Portainer - Videos&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
&lt;iframe width=&quot;560&quot; height=&quot;315&quot; src=&quot;https://www.youtube.com/embed/QBNaOdNSsx8&quot; title=&quot;YouTube video player&quot; frameborder=&quot;0&quot; allow=&quot;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture&quot; allowfullscreen&gt;&lt;/iframe&gt;
&lt;iframe width=&quot;560&quot; height=&quot;315&quot; src=&quot;https://www.youtube.com/embed/cO2-gQ09Jj0&quot; title=&quot;YouTube video player&quot; frameborder=&quot;0&quot; allow=&quot;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture&quot; allowfullscreen&gt;&lt;/iframe&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;Portainer - Videos&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;portainer_-_videos&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:4,&amp;quot;range&amp;quot;:&amp;quot;2008-&amp;quot;} --&gt;</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>anleitungen:software:openmediavault</category>
            <pubDate>Wed, 06 Oct 2021 09:48:07 +0000</pubDate>
        </item>
        <item>
            <title>SCCM</title>
            <link>http://itclive.spdns.de/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>
        <item>
            <title>PeerTube Update</title>
            <link>http://itclive.spdns.de/wiki/anleitungen/software/peertube/peertube_update?do=revisions&amp;rev=1648208241</link>
            <description>
&lt;h1 class=&quot;sectionedit1&quot; id=&quot;peertube_update&quot;&gt;PeerTube Update&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;

&lt;p&gt;
The password it asks is PeerTube&amp;#039;s database user password.
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;cd /var/www/peertube/peertube-latest/scripts &amp;amp;&amp;amp; sudo -H -u peertube ./upgrade.sh
sudo systemctl restart peertube&lt;/pre&gt;

&lt;/div&gt;
</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>anleitungen:software:peertube</category>
            <pubDate>Fri, 25 Mar 2022 12:37:21 +0000</pubDate>
        </item>
    </channel>
</rss>
