<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://docs.koba.ninja/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://docs.koba.ninja/feed.php">
        <title>生まれ変わる - umarekawaru</title>
        <description></description>
        <link>https://docs.koba.ninja/</link>
        <image rdf:resource="https://docs.koba.ninja/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-05-02T13:10:55+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://docs.koba.ninja/doku.php?id=technical:comms&amp;rev=1748360247&amp;do=diff"/>
                <rdf:li rdf:resource="https://docs.koba.ninja/doku.php?id=technical:linuxkernel&amp;rev=1734185282&amp;do=diff"/>
                <rdf:li rdf:resource="https://docs.koba.ninja/doku.php?id=technical:ipsec:routeros&amp;rev=1734123127&amp;do=diff"/>
                <rdf:li rdf:resource="https://docs.koba.ninja/doku.php?id=technical:containers&amp;rev=1720881054&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://docs.koba.ninja/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>生まれ変わる - umarekawaru</title>
        <link>https://docs.koba.ninja/</link>
        <url>https://docs.koba.ninja/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://docs.koba.ninja/doku.php?id=technical:comms&amp;rev=1748360247&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-05-27T15:37:27+00:00</dc:date>
        <dc:creator>jc (jc@undisclosed.example.com)</dc:creator>
        <title>comms</title>
        <link>https://docs.koba.ninja/doku.php?id=technical:comms&amp;rev=1748360247&amp;do=diff</link>
        <description>Comms

IRC

irssi

ngIRCd

bot

XMPP

Signal

PyPi: Signal CLI REST API</description>
    </item>
    <item rdf:about="https://docs.koba.ninja/doku.php?id=technical:linuxkernel&amp;rev=1734185282&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-12-14T14:08:02+00:00</dc:date>
        <dc:creator>jc (jc@undisclosed.example.com)</dc:creator>
        <title>linuxkernel</title>
        <link>https://docs.koba.ninja/doku.php?id=technical:linuxkernel&amp;rev=1734185282&amp;do=diff</link>
        <description>Linux Kernel

Compile a Preemptible Real-Time Linux Kernel

# Build and compile a Real Time Linux kernel
version=&quot;6.12.4&quot;
kernel_src=&quot;https://mirrors.edge.kernel.org/pub/linux/kernel/v6.x/linux-$version.tar.xz&quot; 

get_kernel_src () {
curl -O $kernel_src
tar -xvf linux-$version.tar.xz
cd linux-$version
}

build_kernel () {
cp /boot/config-$version-generic .config
make menuconfig
# Activate “Fully Preemptible Kernel (Real-Time)” option from “General setup” / “Preemption Model” then SAVE and EXIT.
s…</description>
    </item>
    <item rdf:about="https://docs.koba.ninja/doku.php?id=technical:ipsec:routeros&amp;rev=1734123127&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-12-13T20:52:07+00:00</dc:date>
        <dc:creator>jc (jc@undisclosed.example.com)</dc:creator>
        <title>routeros</title>
        <link>https://docs.koba.ninja/doku.php?id=technical:ipsec:routeros&amp;rev=1734123127&amp;do=diff</link>
        <description>RouterOS Site to Site IPSec VPN

Create IPSec

Peer

/ip/ipsec/peer/add name=&quot;$peer_name&quot; address=$peer_address profile=$profile_name exchange-mode=ike2 send-initial-contact=yes

Identity

/ip/ipsec/identity/add peer=$peer_name auth-method=pre-shared-key secret=&quot;$secret&quot; generate-policy=no policy-template-group=$policy_name</description>
    </item>
    <item rdf:about="https://docs.koba.ninja/doku.php?id=technical:containers&amp;rev=1720881054&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-07-13T14:30:54+00:00</dc:date>
        <dc:creator>jc (jc@undisclosed.example.com)</dc:creator>
        <title>containers</title>
        <link>https://docs.koba.ninja/doku.php?id=technical:containers&amp;rev=1720881054&amp;do=diff</link>
        <description>Containers

Orchestration

Kubernetes

Podman Script

Network

Linux

LXC

Podman

Build a Slackware Container

* Clone Vincent Batts Slackware container repository
git clone https://github.com/vbatts/slackware-container.git

* Build an image with th</description>
    </item>
</rdf:RDF>
