<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.bamasch.de/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wiki.bamasch.de/feed.php">
        <title>Schubert-WIKI</title>
        <description></description>
        <link>https://wiki.bamasch.de/</link>
        <image rdf:resource="https://wiki.bamasch.de/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-05-09T11:23:49+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.bamasch.de/doku.php?id=apache_mit_vhosts&amp;rev=1740764558&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.bamasch.de/doku.php?id=arduino&amp;rev=1776477613&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.bamasch.de/doku.php?id=ddns_dynamischer_dns_service&amp;rev=1740764558&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.bamasch.de/doku.php?id=ha-proxy&amp;rev=1743908936&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.bamasch.de/doku.php?id=haproxy.cfg&amp;rev=1743909711&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.bamasch.de/doku.php?id=installation_kvm_qemu&amp;rev=1740764558&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.bamasch.de/doku.php?id=letsencrypt&amp;rev=1740764558&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.bamasch.de/doku.php?id=lvm&amp;rev=1740764558&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.bamasch.de/doku.php?id=mailversand_via_postfix_und_1und1&amp;rev=1740764558&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.bamasch.de/doku.php?id=mariadb_mysql&amp;rev=1740764558&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.bamasch.de/doku.php?id=mariadb&amp;rev=1743231020&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.bamasch.de/doku.php?id=mausunterstuetzung_in_vi_abschalten&amp;rev=1740764558&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.bamasch.de/doku.php?id=owncloud_nextcloud&amp;rev=1740764558&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.bamasch.de/doku.php?id=server_installation&amp;rev=1740764558&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.bamasch.de/doku.php?id=shelly2tasmota&amp;rev=1760763851&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.bamasch.de/doku.php?id=sma_einstellungen&amp;rev=1753970257&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.bamasch.de/doku.php?id=start&amp;rev=1776477666&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.bamasch.de/doku.php?id=tasmota_befehle&amp;rev=1770448045&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.bamasch.de/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>Schubert-WIKI</title>
        <link>https://wiki.bamasch.de/</link>
        <url>https://wiki.bamasch.de/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://wiki.bamasch.de/doku.php?id=apache_mit_vhosts&amp;rev=1740764558&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-02-28T17:42:38+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>apache_mit_vhosts</title>
        <link>https://wiki.bamasch.de/doku.php?id=apache_mit_vhosts&amp;rev=1740764558&amp;do=diff</link>
        <description>Apache installieren
  sudo apt install apache2
Konfiguration eines vhosts

/etc/apache2/sites-available/vhostname.conf


&lt;VirtualHost *:80&gt;
    ServerName www.example.com
    Redirect / https://www.example.com/
&lt;/VirtualHost&gt;

&lt;VirtualHost *:443&gt;
    ServerName www.example.com
    # ... SSL configuration goes here
&lt;/VirtualHost&gt;</description>
    </item>
    <item rdf:about="https://wiki.bamasch.de/doku.php?id=arduino&amp;rev=1776477613&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-18T02:00:13+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>arduino</title>
        <link>https://wiki.bamasch.de/doku.php?id=arduino&amp;rev=1776477613&amp;do=diff</link>
        <description>Installation Arduino IDE 2

	*  Arduino IDE herunterladen
	*  in /opt entpacken


cd /opt
cp /..../arduino-ide_2.3.8_Linux_64bit.zip .
unzip arduino-ide_2.3.8_Linux_64bit.zip
chown -R markus: arduino-ide_2.3.8_Linux_64bit/


	*  symbolischen link in /usr/local/bin anpassen</description>
    </item>
    <item rdf:about="https://wiki.bamasch.de/doku.php?id=ddns_dynamischer_dns_service&amp;rev=1740764558&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-02-28T17:42:38+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>ddns_dynamischer_dns_service</title>
        <link>https://wiki.bamasch.de/doku.php?id=ddns_dynamischer_dns_service&amp;rev=1740764558&amp;do=diff</link>
        <description>DDNS Service einrichten

DNS Service

Pakete installieren
 apt install bind9 bind9utils
/etc/bind/named.conf.options anpassen


acl internals {
    // lo adapter 
    127.0.0.1;
    // CIDR for your local networks
    192.168.16.0/24;
};

options {
	directory &quot;/var/cache/bind&quot;;

	forwarders {
	 	9.9.9.9;
	 	8.8.8.8;
	 };

	allow-query {
		internals;
	};
	allow-query-cache {
		internals;
	};
   // enables recursive queries but on from our local nets and local hosts
   // Do not allow externals to…</description>
    </item>
    <item rdf:about="https://wiki.bamasch.de/doku.php?id=ha-proxy&amp;rev=1743908936&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-04-06T03:08:56+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>ha-proxy</title>
        <link>https://wiki.bamasch.de/doku.php?id=ha-proxy&amp;rev=1743908936&amp;do=diff</link>
        <description>Externe Infos

SSL-Zertifikat in HA-Proxy konfigurieren

&lt;https://www.haproxy.com/blog/haproxy-and-let-s-encrypt&gt;

&lt;https://gridscale.io/community/tutorials/haproxy-ssl/&gt;

&lt;https://www.c-rieger.de/nextcloud-haproxy-mit-und-ohne-ssl-terminierung/&gt;</description>
    </item>
    <item rdf:about="https://wiki.bamasch.de/doku.php?id=haproxy.cfg&amp;rev=1743909711&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-04-06T03:21:51+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>haproxy.cfg</title>
        <link>https://wiki.bamasch.de/doku.php?id=haproxy.cfg&amp;rev=1743909711&amp;do=diff</link>
        <description>aktuelle config

 
global
	log /dev/log	local0
	log /dev/log	local1 notice
	chroot /var/lib/haproxy
	stats socket /run/haproxy/admin.sock mode 660 level admin
	stats timeout 30s
	user haproxy
	group haproxy
	daemon
	setenv ACCOUNT_THUMBPRINT &#039;yp_9Dhn0bhtiVBFoOeA87LcStinMH6X7x6ARTtwSwdY&#039;
	# Default SSL material locations
  #	ca-base /etc/ssl/certs
  #	crt-base /etc/ssl/private
	# See: https://ssl-config.mozilla.org/#server=haproxy&amp;server-version=2.0.3&amp;config=intermediate
        ssl-default-bind-…</description>
    </item>
    <item rdf:about="https://wiki.bamasch.de/doku.php?id=installation_kvm_qemu&amp;rev=1740764558&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-02-28T17:42:38+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>installation_kvm_qemu</title>
        <link>https://wiki.bamasch.de/doku.php?id=installation_kvm_qemu&amp;rev=1740764558&amp;do=diff</link>
        <description>Installation KVM / Qemu

Pakete Installieren
  sudo apt -y install qemu-kvm libvirt-daemon  bridge-utils virtinst libvirt-daemon-system
  
=== vhost_net module laden und aktivieren
  $ sudo modprobe vhost_net 
  $ lsmod | grep vhost
  vhost_net              24576  0
  tun                    49152  1 vhost_net
  vhost                  49152  1 vhost_net
  tap                    28672  1 vhost_net</description>
    </item>
    <item rdf:about="https://wiki.bamasch.de/doku.php?id=letsencrypt&amp;rev=1740764558&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-02-28T17:42:38+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>letsencrypt</title>
        <link>https://wiki.bamasch.de/doku.php?id=letsencrypt&amp;rev=1740764558&amp;do=diff</link>
        <description>LetsEncrypt Zertifikat

Zertifikat DNS Namen

Zertifikate für folgende DNS Einträge erstellen
bamasch.de
data.bamasch.de
oc.bamasch.de
office.bamasch.de
wiki.bamasch.de
www.bamasch.de
certbot installieren
sudo apt-get install certbot python-certbot-apache
sudo certbot certonly --apache
sudo certbot renew --dry-run</description>
    </item>
    <item rdf:about="https://wiki.bamasch.de/doku.php?id=lvm&amp;rev=1740764558&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-02-28T17:42:38+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>lvm</title>
        <link>https://wiki.bamasch.de/doku.php?id=lvm&amp;rev=1740764558&amp;do=diff</link>
        <description>LVM Komandos

Vorhandene Volume Group vergrössern

weitere Festplatte zum System hinzufügen / einbauen

Festplatten auflisten
fdisk -l
Physical Volume erstellen
pvcreate /dev/vdb
Anzeige der Physical Volumes
pvdisplay
Volume Group vergrößern
vgextend vm-fhem-vg /dev/vdb</description>
    </item>
    <item rdf:about="https://wiki.bamasch.de/doku.php?id=mailversand_via_postfix_und_1und1&amp;rev=1740764558&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-02-28T17:42:38+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>mailversand_via_postfix_und_1und1</title>
        <link>https://wiki.bamasch.de/doku.php?id=mailversand_via_postfix_und_1und1&amp;rev=1740764558&amp;do=diff</link>
        <description>Mailversand einrichten

Benötigte pakete installieren
apt install postfix mailutils libsasl2-modules
postfix anpassen  / erweitern


# See /usr/share/postfix/main.cf.dist for a commented, more complete version


# Debian specific:  Specifying a file name will cause the first
# line of that file to be used as the name.  The Debian default
# is /etc/mailname.
#myorigin = /etc/mailname

smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
biff = no

# appending .domain is the MUA&#039;s job.
append_…</description>
    </item>
    <item rdf:about="https://wiki.bamasch.de/doku.php?id=mariadb_mysql&amp;rev=1740764558&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-02-28T17:42:38+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>mariadb_mysql</title>
        <link>https://wiki.bamasch.de/doku.php?id=mariadb_mysql&amp;rev=1740764558&amp;do=diff</link>
        <description>&lt;catlist mariadb_mysql&gt;</description>
    </item>
    <item rdf:about="https://wiki.bamasch.de/doku.php?id=mariadb&amp;rev=1743231020&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-03-29T06:50:20+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>mariadb</title>
        <link>https://wiki.bamasch.de/doku.php?id=mariadb&amp;rev=1743231020&amp;do=diff</link>
        <description>Unterseiten</description>
    </item>
    <item rdf:about="https://wiki.bamasch.de/doku.php?id=mausunterstuetzung_in_vi_abschalten&amp;rev=1740764558&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-02-28T17:42:38+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>mausunterstuetzung_in_vi_abschalten</title>
        <link>https://wiki.bamasch.de/doku.php?id=mausunterstuetzung_in_vi_abschalten&amp;rev=1740764558&amp;do=diff</link>
        <description>/etc/vimrc/vimrc.local anlegen


set mouse=
set ttymouse=</description>
    </item>
    <item rdf:about="https://wiki.bamasch.de/doku.php?id=owncloud_nextcloud&amp;rev=1740764558&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-02-28T17:42:38+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>owncloud_nextcloud</title>
        <link>https://wiki.bamasch.de/doku.php?id=owncloud_nextcloud&amp;rev=1740764558&amp;do=diff</link>
        <description>Nextcloud

Apache und php module installieren / aktualisieren

mysql / mariaDB installieren / konfigurieren

anpassung für Apache

/etc/apache2/sites-availeble/oc.bamasch.de.conf


&lt;VirtualHost *:80&gt;
    ServerName oc.bamasch.de
    Redirect / https://oc.bamasch.de/
&lt;/VirtualHost&gt;

&lt;IfModule mod_ssl.c&gt;
	&lt;VirtualHost _default_:443&gt;
		ServerName oc.bamasch.de
		ServerAdmin webmaster@localhost
		DocumentRoot /var/www/oc.bamasch.de/owncloud

		&lt;IfModule mod_headers.c&gt;
			Header always set Strict-Tra…</description>
    </item>
    <item rdf:about="https://wiki.bamasch.de/doku.php?id=server_installation&amp;rev=1740764558&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-02-28T17:42:38+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>server_installation</title>
        <link>https://wiki.bamasch.de/doku.php?id=server_installation&amp;rev=1740764558&amp;do=diff</link>
        <description>Neuinstallation Debian 10

	*  nur minimale Pakete + ssh auswählen
	*  alle Partitionen als LVM installieren
	*  sudo nachinstallieren
	*  normaler Benutzer zu Gruppe sudo hinzufügen</description>
    </item>
    <item rdf:about="https://wiki.bamasch.de/doku.php?id=shelly2tasmota&amp;rev=1760763851&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-10-18T05:04:11+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>shelly2tasmota</title>
        <link>https://wiki.bamasch.de/doku.php?id=shelly2tasmota&amp;rev=1760763851&amp;do=diff</link>
        <description>Upgrade von Shelly Firmware zu Tasmota

	*  Shelly mit dem LAN verbinden
	*  Firmware Update von URL: &lt;http://evcc.schubert.home/shelly/v14.1.1/&gt; z.B.mgos32-to-tasmota32-Mini1PMG3.zip
	*  Neue Tasmota Device ins LAN bringen
GerätUpdate URLTasmota TemplateShelly 1url=&lt;http://evcc.schubert.home/shelly/v14.1.1/mg2tasmota-Shelly1.zip&gt;{„NAME“:„Shelly 1“</description>
    </item>
    <item rdf:about="https://wiki.bamasch.de/doku.php?id=sma_einstellungen&amp;rev=1753970257&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-07-31T13:57:37+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>sma_einstellungen</title>
        <link>https://wiki.bamasch.de/doku.php?id=sma_einstellungen&amp;rev=1753970257&amp;do=diff</link>
        <description>Wechsel in den Experten Modus

- Die Quersumme der Betriebsstunden Runtime berechnen
Vorgehen:

	*  Am Sunny Remote Control im Benutzermodus die Eingabeseite Password (1/1) wählen.
	*  Die Quersumme der Betriebsstunden Runtime berechnen. Dadurch ermitteln Sie das Installateurpasswort.</description>
    </item>
    <item rdf:about="https://wiki.bamasch.de/doku.php?id=start&amp;rev=1776477666&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-18T02:01:06+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>start</title>
        <link>https://wiki.bamasch.de/doku.php?id=start&amp;rev=1776477666&amp;do=diff</link>
        <description>Allgemeine HowTo Sammlung

	*  Server installation
		*  Installation KVM / QEMU
		*  Mausunterstützung in vi abschalten
		*  Mailversand via postfix und 1und1
		*  DDNS dynamischer DNS Service
		*  Apache mit vhosts
		*  mariadb
			*  mariadb_installation
			*  benutzer_datenbank_anlegen
			*  backup

		*   Kostenlose Zertifikate mit Letsencrypt verwenden
		*  Owncloud / Nextcloud

	*  Arduino
	*  LVM
	*  HA-Proxy
		*  haproxy.cfg


	*  Tasmota Befehle
	*  SMA Einstellungen</description>
    </item>
    <item rdf:about="https://wiki.bamasch.de/doku.php?id=tasmota_befehle&amp;rev=1770448045&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-02-07T07:07:25+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>tasmota_befehle</title>
        <link>https://wiki.bamasch.de/doku.php?id=tasmota_befehle&amp;rev=1770448045&amp;do=diff</link>
        <description>Kommandos für Tasmota

shelly2tasmota

originale Doku &lt;https://tasmota.github.io/docs/Commands&gt;

Uhr konfigurieren für Ense Waltringen
code an der konsole eingeben 


Backlog Latitude 51.506937382540094; Longitude 7.924516971763192; TimeDST 0,0,3,1,1,120; TimeSTD 0,0,10,1,1,60; TimeZone 99


ESP CPU Temperatur anzeigen</description>
    </item>
</rdf:RDF>
