<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://elsener.info/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="http://elsener.info/feed.php">
        <title>Els&#039;s</title>
        <description></description>
        <link>http://elsener.info/</link>
        <image rdf:resource="http://elsener.info/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-04-19T02:16:36+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://elsener.info/doku.php?id=docu:asciidoc&amp;rev=1726325200&amp;do=diff"/>
                <rdf:li rdf:resource="http://elsener.info/doku.php?id=start&amp;rev=1726324936&amp;do=diff"/>
                <rdf:li rdf:resource="http://elsener.info/doku.php?id=linux:scmmanager&amp;rev=1726324588&amp;do=diff"/>
                <rdf:li rdf:resource="http://elsener.info/doku.php?id=linux:backup-with-dd&amp;rev=1680531504&amp;do=diff"/>
                <rdf:li rdf:resource="http://elsener.info/doku.php?id=linux:raspberry-headless-setup&amp;rev=1676995359&amp;do=diff"/>
                <rdf:li rdf:resource="http://elsener.info/doku.php?id=linux:linux-as-router&amp;rev=1676229186&amp;do=diff"/>
                <rdf:li rdf:resource="http://elsener.info/doku.php?id=linux:linux-own-service&amp;rev=1676217710&amp;do=diff"/>
                <rdf:li rdf:resource="http://elsener.info/doku.php?id=linux:update-alternatives&amp;rev=1673172465&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://elsener.info/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>Els's</title>
        <link>http://elsener.info/</link>
        <url>http://elsener.info/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="http://elsener.info/doku.php?id=docu:asciidoc&amp;rev=1726325200&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-09-14T14:46:40+00:00</dc:date>
        <dc:creator>els (els@undisclosed.example.com)</dc:creator>
        <title>asciidoc - created</title>
        <link>http://elsener.info/doku.php?id=docu:asciidoc&amp;rev=1726325200&amp;do=diff</link>
        <description>Generating PDF&#039;s from ASCIIDoc

Generates PDF&#039;s from all adoc-Files within the current folder.
docker run --rm -v $(pwd):/documents/ asciidoctor/docker-asciidoctor asciidoctor-pdf ./*.adoc
Use theme

Inside sourcefile use
:pdf-theme: ./theme.yml
to use theme.yml as theme.</description>
    </item>
    <item rdf:about="http://elsener.info/doku.php?id=start&amp;rev=1726324936&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-09-14T14:42:16+00:00</dc:date>
        <dc:creator>els (els@undisclosed.example.com)</dc:creator>
        <title>start</title>
        <link>http://elsener.info/doku.php?id=start&amp;rev=1726324936&amp;do=diff</link>
        <description>Linux

	*  Update-Alternatives
	*  Linux as router with iptables
	*  Create own service
	*  Backup USB-Storage with dd (and gzip)
	*  Setup Raspberry headless
	*  SCM - Manager
	*  ASCIIDoc</description>
    </item>
    <item rdf:about="http://elsener.info/doku.php?id=linux:scmmanager&amp;rev=1726324588&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-09-14T14:36:28+00:00</dc:date>
        <dc:creator>els (els@undisclosed.example.com)</dc:creator>
        <title>scmmanager - created</title>
        <link>http://elsener.info/doku.php?id=linux:scmmanager&amp;rev=1726324588&amp;do=diff</link>
        <description>SCM - Manager

Nice tiny Repo. &lt;https://scm-manager.org&gt;

Problems after update.
Got the SCM-Manager as docker container. (Behind haproxy.) After upgrade got endless plugin symbol...

Solved problem through changing property &#039;forwardHeadersEnabled&#039; to true (/etc/scm/config.yml).</description>
    </item>
    <item rdf:about="http://elsener.info/doku.php?id=linux:backup-with-dd&amp;rev=1680531504&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-04-03T14:18:24+00:00</dc:date>
        <dc:creator>els (els@undisclosed.example.com)</dc:creator>
        <title>backup-with-dd</title>
        <link>http://elsener.info/doku.php?id=linux:backup-with-dd&amp;rev=1680531504&amp;do=diff</link>
        <description>Backup with dd


sudo dd if=/dev/mmcblkX of=/path/to/image.img status=progress


Backup with gzip


sudo dd if=/dev/mmcblkX | gzip -c &gt; /path/to/image.img.gz


Restore with dd


sudo dd if=/path/to/image.img of=/dev/mmcblkX status=progress


Restore with gzip</description>
    </item>
    <item rdf:about="http://elsener.info/doku.php?id=linux:raspberry-headless-setup&amp;rev=1676995359&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-02-21T16:02:39+00:00</dc:date>
        <dc:creator>els (els@undisclosed.example.com)</dc:creator>
        <title>raspberry-headless-setup - created</title>
        <link>http://elsener.info/doku.php?id=linux:raspberry-headless-setup&amp;rev=1676995359&amp;do=diff</link>
        <description>Do in boot partition

Enable ssh


touch /path/to/boot/ssh


Configure WLAN

create File wpa_supplicant.conf


network={
  ssid=&quot;networkname&quot;
  psk=xyz


user

userconf.txt
content
user:pw

From &lt;https://www.raspberrypi.com/documentation/computers/configuration.html#configuring-a-user&gt;</description>
    </item>
    <item rdf:about="http://elsener.info/doku.php?id=linux:linux-as-router&amp;rev=1676229186&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-02-12T19:13:06+00:00</dc:date>
        <dc:creator>els (els@undisclosed.example.com)</dc:creator>
        <title>linux-as-router</title>
        <link>http://elsener.info/doku.php?id=linux:linux-as-router&amp;rev=1676229186&amp;do=diff</link>
        <description>Linux as router with iptables


sudo sysctl -w net.ipv4.ip_forward=1

sudo iptables -t nat -A POSTROUTING --out-interface wlan1 -j MASQUERADE

sudo iptables -A FORWARD -i wlan1 -o eth0 -m state --state RELATED,ESTABLISHED -j ACCEPT
sudo iptables -A FORWARD -i eth0 -o wlan0 -j ACCEPT</description>
    </item>
    <item rdf:about="http://elsener.info/doku.php?id=linux:linux-own-service&amp;rev=1676217710&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-02-12T16:01:50+00:00</dc:date>
        <dc:creator>els (els@undisclosed.example.com)</dc:creator>
        <title>linux-own-service - created</title>
        <link>http://elsener.info/doku.php?id=linux:linux-own-service&amp;rev=1676217710&amp;do=diff</link>
        <description>Create own simple service

Create file:
/etc/systemd/system/myservice.service


[Unit]
Description=Simple bash based service
Requires=network.service

[Service]
ExecStart=/bin/bash mybashscript.sh
Type=simple

[Install]
WantedBy=default.target


Enabling</description>
    </item>
    <item rdf:about="http://elsener.info/doku.php?id=linux:update-alternatives&amp;rev=1673172465&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-01-08T10:07:45+00:00</dc:date>
        <dc:creator>els (els@undisclosed.example.com)</dc:creator>
        <title>update-alternatives - created</title>
        <link>http://elsener.info/doku.php?id=linux:update-alternatives&amp;rev=1673172465&amp;do=diff</link>
        <description>Update-Alternatives

Sample with maven

Add new entry


update-alternatives --install /usr/bin/mvn maven /opt/maven/apache-maven-3.8.7/bin/mvn 0


Select an entry


update-alternatives --config maven</description>
    </item>
</rdf:RDF>
