<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://www.frankhochrath.de/dokuwiki/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://www.frankhochrath.de/dokuwiki/feed.php">
        <title>Frank Daten</title>
        <description></description>
        <link>https://www.frankhochrath.de/dokuwiki/</link>
        <image rdf:resource="https://www.frankhochrath.de/dokuwiki/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-04-19T03:00:44+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://www.frankhochrath.de/dokuwiki/doku.php?id=apche2_mit_ssl&amp;rev=1707574954&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.frankhochrath.de/dokuwiki/doku.php?id=arduino_einstieg&amp;rev=1606748297&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.frankhochrath.de/dokuwiki/doku.php?id=esp8266_einstieg&amp;rev=1606748297&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.frankhochrath.de/dokuwiki/doku.php?id=fail2ban&amp;rev=1706715883&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.frankhochrath.de/dokuwiki/doku.php?id=iperf3&amp;rev=1707921619&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.frankhochrath.de/dokuwiki/doku.php?id=iptables&amp;rev=1706695986&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.frankhochrath.de/dokuwiki/doku.php?id=lampp&amp;rev=1611086423&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.frankhochrath.de/dokuwiki/doku.php?id=mqtt&amp;rev=1703706066&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.frankhochrath.de/dokuwiki/doku.php?id=python_einstieg&amp;rev=1736004611&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.frankhochrath.de/dokuwiki/doku.php?id=raspi3&amp;rev=1707573731&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.frankhochrath.de/dokuwiki/doku.php?id=raspi4&amp;rev=1703706953&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.frankhochrath.de/dokuwiki/doku.php?id=raspi6&amp;rev=1732365076&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.frankhochrath.de/dokuwiki/doku.php?id=raspizero_einstieg&amp;rev=1606748297&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.frankhochrath.de/dokuwiki/doku.php?id=rrd-tool&amp;rev=1706639197&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.frankhochrath.de/dokuwiki/doku.php?id=schaltungen&amp;rev=1606748297&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.frankhochrath.de/dokuwiki/doku.php?id=seite2&amp;rev=1606748297&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.frankhochrath.de/dokuwiki/doku.php?id=start&amp;rev=1734863013&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.frankhochrath.de/dokuwiki/doku.php?id=treibersicherung&amp;rev=1734861796&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.frankhochrath.de/dokuwiki/doku.php?id=ubuntu1804srv&amp;rev=1606748297&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.frankhochrath.de/dokuwiki/doku.php?id=webcamundffmpeg&amp;rev=1707570898&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.frankhochrath.de/dokuwiki/doku.php?id=xampp&amp;rev=1611052158&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.frankhochrath.de/dokuwiki/doku.php?id=zweite_ip-adresse_vergeben&amp;rev=1706692552&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://www.frankhochrath.de/dokuwiki/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>Frank Daten</title>
        <link>https://www.frankhochrath.de/dokuwiki/</link>
        <url>https://www.frankhochrath.de/dokuwiki/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://www.frankhochrath.de/dokuwiki/doku.php?id=apche2_mit_ssl&amp;rev=1707574954&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-02-10T14:22:34+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>apche2_mit_ssl</title>
        <link>https://www.frankhochrath.de/dokuwiki/doku.php?id=apche2_mit_ssl&amp;rev=1707574954&amp;do=diff</link>
        <description>apache2 mit ssl



Der Webserver soll über ein selbsterstelltes Zertifikat SSL-Verschlüsselte Verbindungen bereitstellen.




Zertifikat erstellen

Zuerst werden die Zertiikate für ein Jahr erstellt:



openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout /etc/ssl/private/apache-selfsigned.key -out /etc/ssl/certs/apache-selfsigned.crt</description>
    </item>
    <item rdf:about="https://www.frankhochrath.de/dokuwiki/doku.php?id=arduino_einstieg&amp;rev=1606748297&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-11-30T14:58:17+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>arduino_einstieg</title>
        <link>https://www.frankhochrath.de/dokuwiki/doku.php?id=arduino_einstieg&amp;rev=1606748297&amp;do=diff</link>
        <description>Arduino Einstieg

Mein Einstieg begann mit einem Nachbau eines Arduino Uno.



Conrad bot einen Nachbau zum Preis von ca. 17 Euro an:




Ein Ebay-Shop in China zum Preis von unter 7 Euro inkl. 4 Wochen Lieferzeit:




Pinbelegung gibt es u.a. hier:</description>
    </item>
    <item rdf:about="https://www.frankhochrath.de/dokuwiki/doku.php?id=esp8266_einstieg&amp;rev=1606748297&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-11-30T14:58:17+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>esp8266_einstieg</title>
        <link>https://www.frankhochrath.de/dokuwiki/doku.php?id=esp8266_einstieg&amp;rev=1606748297&amp;do=diff</link>
        <description>NodeMCU ESP8266






Pinbelegung

Die einzelnen Pins werden über ihre GPIO-Nummer angesprochen.

Hier die Zuordnung:


// Pinzuordnung am esp8266
// D0   = 16;
// D1   = 5;
// D2   = 4;
// D3   = 0;
// D4   = 2;
// D5   = 14;
// D6   = 12;
// D7   = 13;
// D8   = 15;
// D9   = 3;
// D10  = 1;</description>
    </item>
    <item rdf:about="https://www.frankhochrath.de/dokuwiki/doku.php?id=fail2ban&amp;rev=1706715883&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-01-31T15:44:43+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>fail2ban</title>
        <link>https://www.frankhochrath.de/dokuwiki/doku.php?id=fail2ban&amp;rev=1706715883&amp;do=diff</link>
        <description>fail2ban




System updaten


apt-get update
apt-get upgrade





fail2ban installieren


apt-get install fail2ban





Dienststatus


service fail2ban status

service fail2ban stop
service fail2ban start
service fail2ban restart





root@raspberrypi3:/home/pi# service fail2ban status
● fail2ban.service - Fail2Ban Service
     Loaded: loaded (/lib/systemd/system/fail2ban.service; enabled; vendor preset: enabled)
     Active: active (running) since Wed 2024-01-31 13:19:50 CET; 1min 3s ago
      …</description>
    </item>
    <item rdf:about="https://www.frankhochrath.de/dokuwiki/doku.php?id=iperf3&amp;rev=1707921619&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-02-14T14:40:19+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>iperf3</title>
        <link>https://www.frankhochrath.de/dokuwiki/doku.php?id=iperf3&amp;rev=1707921619&amp;do=diff</link>
        <description>iperf3

Messung der Netzwerkgeschwindigkeit

Auf dem Server , in meinem Beispiel ein Raspberrypi, wird zuerste die Software installiert.


apt-get install iperf3




Dann wird die Software als Server gestartet:


iperf3 -s

iperf3 -s
-----------------------------------------------------------
Server listening on 5201
-----------------------------------------------------------</description>
    </item>
    <item rdf:about="https://www.frankhochrath.de/dokuwiki/doku.php?id=iptables&amp;rev=1706695986&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-01-31T10:13:06+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>iptables</title>
        <link>https://www.frankhochrath.de/dokuwiki/doku.php?id=iptables&amp;rev=1706695986&amp;do=diff</link>
        <description>iptables

Firewallregeln



Anzeigen von aktuellen Regeln:



iptables -L




Regeln sichern und wiederherstellen:



sudo su
iptables-save &gt; /home/pi/fwregeln.txt
iptables-restore &lt; /home/pi/fwregeln.txt





Aktuelle FW-Regeln:



benutzer@rechner:/home/pi# iptables -L
Chain INPUT (policy ACCEPT)
target     prot opt source               destination
DROP       all  --  64.227.99.0/24       anywhere
DROP       all  --  107.170.192.0/24     anywhere
DROP       all  --  38.132.109.0/24      anywhe…</description>
    </item>
    <item rdf:about="https://www.frankhochrath.de/dokuwiki/doku.php?id=lampp&amp;rev=1611086423&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-01-19T20:00:23+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>lampp</title>
        <link>https://www.frankhochrath.de/dokuwiki/doku.php?id=lampp&amp;rev=1611086423&amp;do=diff</link>
        <description>lamp auf Raspi4 installieren

Als Quelle dienen folgende Seiten:



&lt;https://gndtovcc.home.blog/2020/04/16/raspberry-pi-install-apache-mysql-php-lamp-server/&gt;









Raspi updaten


sudo apt update &amp;&amp; sudo apt upgrade -y





Apache2 installieren


sudo apt install apache2 -y





php installieren


cd /var/www/html
sudo apt install php -y</description>
    </item>
    <item rdf:about="https://www.frankhochrath.de/dokuwiki/doku.php?id=mqtt&amp;rev=1703706066&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-12-27T19:41:06+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>mqtt</title>
        <link>https://www.frankhochrath.de/dokuwiki/doku.php?id=mqtt&amp;rev=1703706066&amp;do=diff</link>
        <description>MQTT - Einrichtung eines Mosquitto-Serverdienstes





Für die Datenübertragung von einem Gerät per Netzwerk auf ein anderes Gerät kann MQTT genutzt werden.

Ich habe im Netz dazu viele kleine Anleitungen gefunden und will hier kurz meine Vorgehensweise darstellen.</description>
    </item>
    <item rdf:about="https://www.frankhochrath.de/dokuwiki/doku.php?id=python_einstieg&amp;rev=1736004611&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-01-04T15:30:11+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>python_einstieg</title>
        <link>https://www.frankhochrath.de/dokuwiki/doku.php?id=python_einstieg&amp;rev=1736004611&amp;do=diff</link>
        <description>Pythoneinstieg






Installation

Zunächst muss Python installiert werden.

Dazu speichert man sich von der Internetseite (1) das Paket (python-3.12.8-amd64.exe) herunter und installiert es.



 - Setzen Sie den Haken bei Add python.exe to PATH 

 - Wählen Sie die</description>
    </item>
    <item rdf:about="https://www.frankhochrath.de/dokuwiki/doku.php?id=raspi3&amp;rev=1707573731&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-02-10T14:02:11+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>raspi3</title>
        <link>https://www.frankhochrath.de/dokuwiki/doku.php?id=raspi3&amp;rev=1707573731&amp;do=diff</link>
        <description>raspi3 einrichten






Sytem updaten

nach dem Systemerstart kann man sich mit Putty am Raspi anmelden.



sudo su

apt-get update
apt-get upgrade

root@raspberrypi3:/home/pi# apt-get update
Hit:1 http://archive.raspberrypi.org/debian bullseye InRelease
Get:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease [15.0 kB]
Fetched 15.0 kB in 2s (9,003 B/s)
Reading package lists... Done
root@raspberrypi3:/home/pi#
root@raspberrypi3:/home/pi#
root@raspberrypi3:/home/pi# apt-get upgrade
Readi…</description>
    </item>
    <item rdf:about="https://www.frankhochrath.de/dokuwiki/doku.php?id=raspi4&amp;rev=1703706953&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-12-27T19:55:53+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>raspi4</title>
        <link>https://www.frankhochrath.de/dokuwiki/doku.php?id=raspi4&amp;rev=1703706953&amp;do=diff</link>
        <description>raspi4 einrichten






OS aufspielen

Eine neue 32GB Mikro-SD-Karte wird mittel Raspberry Pi Imager mit dem Raspberry Pi OS Lite 64Bit bespielt.







ssh aktivieren

Eine leer Datei mit der Bezeichnung ssh im Boot-verzeichnis aktiviert beim ersten Systemstart den SSH-Serverdienst.</description>
    </item>
    <item rdf:about="https://www.frankhochrath.de/dokuwiki/doku.php?id=raspi6&amp;rev=1732365076&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-11-23T12:31:16+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>raspi6</title>
        <link>https://www.frankhochrath.de/dokuwiki/doku.php?id=raspi6&amp;rev=1732365076&amp;do=diff</link>
        <description>Ein RaspberryPi 3 Model B V1.2 wird eingerichtet.




Dazu geht man zur Website &lt;https://www.raspberrypi.com/software/&gt;.

Klickt auf Download for Windows um den Raspberry Imager herunterzuladen:

&lt;https://downloads.raspberrypi.org/imager/imager_latest.exe&gt;</description>
    </item>
    <item rdf:about="https://www.frankhochrath.de/dokuwiki/doku.php?id=raspizero_einstieg&amp;rev=1606748297&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-11-30T14:58:17+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>raspizero_einstieg</title>
        <link>https://www.frankhochrath.de/dokuwiki/doku.php?id=raspizero_einstieg&amp;rev=1606748297&amp;do=diff</link>
        <description>RaspberryPi Zero

Die Einrichtung erfolgt wie immer.

Zunächst das aktuelle Image [1] mit Etcher [2] oder Win32 Disk Imager [3] auf die SD-Karte spielen. Dann werden zwei Dateien in die kleine Partition kopiert.



ssh


Die Datei ist leer.




und</description>
    </item>
    <item rdf:about="https://www.frankhochrath.de/dokuwiki/doku.php?id=rrd-tool&amp;rev=1706639197&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-01-30T18:26:37+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>rrd-tool</title>
        <link>https://www.frankhochrath.de/dokuwiki/doku.php?id=rrd-tool&amp;rev=1706639197&amp;do=diff</link>
        <description>RRD-Tool




System aktalisieren





sudo su
apt-get update
apt-get upgrade





Software installieren





apt-get install rrdtool
apt-get install bc






root@raspberrypi3:/home/pi# rrdtool create /home/pi/cputemp.rrd --step 300 DS:temp:GAUGE:600:-20:90 RRA:AVERAGE:0.5:12:24 RRA:AVERAGE:0.5:288:31
root@raspberrypi3:/home/pi#
root@raspberrypi3:/home/pi#
root@raspberrypi3:/home/pi# ls -l
total 4
-rw-r--r-- 1 root root 1192 Jan 14 15:44 cputemp.rrd
root@raspberrypi3:/home/pi#</description>
    </item>
    <item rdf:about="https://www.frankhochrath.de/dokuwiki/doku.php?id=schaltungen&amp;rev=1606748297&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-11-30T14:58:17+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>schaltungen</title>
        <link>https://www.frankhochrath.de/dokuwiki/doku.php?id=schaltungen&amp;rev=1606748297&amp;do=diff</link>
        <description>Elektronische Schaltungen






Taktgeber

Um eine kleine LED im Takt blinken zu lassen, verwendet man einen NE555.






Benötigt werden folgende Bauteile:

	*  NE555
	*  Kondensator (C1, 100µF)
	*  Kondensator (C2, 104, 100nF)
	*  Widerstand (R1, 10K Ohm)</description>
    </item>
    <item rdf:about="https://www.frankhochrath.de/dokuwiki/doku.php?id=seite2&amp;rev=1606748297&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-11-30T14:58:17+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>seite2</title>
        <link>https://www.frankhochrath.de/dokuwiki/doku.php?id=seite2&amp;rev=1606748297&amp;do=diff</link>
        <description>Willkommen im TeSt,

meine Gedächnisstütze im Netz.




Themenübersicht




TEST

TesT</description>
    </item>
    <item rdf:about="https://www.frankhochrath.de/dokuwiki/doku.php?id=start&amp;rev=1734863013&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-12-22T10:23:33+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>start</title>
        <link>https://www.frankhochrath.de/dokuwiki/doku.php?id=start&amp;rev=1734863013&amp;do=diff</link>
        <description>Willkommen im DokuWiki,

meine Gedächnisstütze im Netz.




Themenübersicht










Arduino

Mein Einstieg in Welt der Mikrocontroller begann mit dem Kauf eine Arduino Uno Nachbaus von Conrad und einer zeitgleichen Bestellung eines Nachbaus in China.</description>
    </item>
    <item rdf:about="https://www.frankhochrath.de/dokuwiki/doku.php?id=treibersicherung&amp;rev=1734861796&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-12-22T10:03:16+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>treibersicherung</title>
        <link>https://www.frankhochrath.de/dokuwiki/doku.php?id=treibersicherung&amp;rev=1734861796&amp;do=diff</link>
        <description>Treibersicherung



Erstelle eine Zielverzeichnis für die zu sichernden Treibern:



win Taste
cmd
Enter
mkdir c:\treibersicherung
exit




Starte eine Eingabeaufforderung mit administrativen Rechten:


win Taste
cmd
Rechte Maustaste, Als Administrator ausführen anklicken.</description>
    </item>
    <item rdf:about="https://www.frankhochrath.de/dokuwiki/doku.php?id=ubuntu1804srv&amp;rev=1606748297&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-11-30T14:58:17+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>ubuntu1804srv</title>
        <link>https://www.frankhochrath.de/dokuwiki/doku.php?id=ubuntu1804srv&amp;rev=1606748297&amp;do=diff</link>
        <description>Grundinstallation eines Ubuntu Server 18.04.1





Von der Downloadseite &lt;http://releases.ubuntu.com/&gt; wird das passende Image als ISO-Datei heruntergeladen.

In einer Virtuellen Umgebung habe ich folgende Schritte gemacht, um eine lauffähige Installation zu erstellen:





 - Sprache der Installation auswählen</description>
    </item>
    <item rdf:about="https://www.frankhochrath.de/dokuwiki/doku.php?id=webcamundffmpeg&amp;rev=1707570898&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-02-10T13:14:58+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>webcamundffmpeg</title>
        <link>https://www.frankhochrath.de/dokuwiki/doku.php?id=webcamundffmpeg&amp;rev=1707570898&amp;do=diff</link>
        <description>Webcam und ffmpeg


apt-get update
apt-get upgrade
apt-get install curl ffmpeg




Eine Webcam liefert Bilder in bestimmten Abständen.

Ein Zeitraffervideo wir dmittels ffmpeg erstellt.




Verzeichnis erstellen

Um Mitternacht wird ein Verzeichnis mit aktuellen Datum als Namen erstellt.</description>
    </item>
    <item rdf:about="https://www.frankhochrath.de/dokuwiki/doku.php?id=xampp&amp;rev=1611052158&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-01-19T10:29:18+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>xampp</title>
        <link>https://www.frankhochrath.de/dokuwiki/doku.php?id=xampp&amp;rev=1611052158&amp;do=diff</link>
        <description>XAMPP auf Raspi4 installieren

Die Quelldateien liegen hier: &lt;https://www.apachefriends.org/de/index.html&gt;



Auf dem raspi4 meldet man sich an und erlangt root-Rechte.


sudo su


Der Installer wird heruntergeladen:


wget https://www.apachefriends.org/xampp-files/8.0.1/xampp-linux-x64-8.0.1-0-installer.run</description>
    </item>
    <item rdf:about="https://www.frankhochrath.de/dokuwiki/doku.php?id=zweite_ip-adresse_vergeben&amp;rev=1706692552&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-01-31T09:15:52+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>zweite_ip-adresse_vergeben</title>
        <link>https://www.frankhochrath.de/dokuwiki/doku.php?id=zweite_ip-adresse_vergeben&amp;rev=1706692552&amp;do=diff</link>
        <description>zweite IP-Adresse vergeben


ip addr add 192.168.178.28/24 dev eth0</description>
    </item>
</rdf:RDF>
