<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.cyli.org/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.cyli.org/feed.php">
        <title>Wiki.Cyli.Org</title>
        <description></description>
        <link>https://wiki.cyli.org/</link>
        <image rdf:resource="https://wiki.cyli.org/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-04-10T14:17:44+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.cyli.org/doku.php?id=mint_luks_encrypted_root_with_usb_unlock&amp;rev=1775763321&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.cyli.org/doku.php?id=how&amp;rev=1775762424&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.cyli.org/doku.php?id=creating_the_speedtest_image_every_day&amp;rev=1775056819&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.cyli.org/doku.php?id=pwg&amp;rev=1774876530&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.cyli.org/doku.php?id=bash_scripts&amp;rev=1774831647&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.cyli.org/doku.php?id=using_linux&amp;rev=1773674241&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.cyli.org/doku.php?id=re-build_a_debian_based_machine&amp;rev=1772973817&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.cyli.org/doku.php?id=update&amp;rev=1771616813&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.cyli.org/doku.php?id=auto_update_without_password&amp;rev=1770861742&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.cyli.org/doku.php?id=backup_with_rsync&amp;rev=1770825115&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.cyli.org/doku.php?image=other%3A20250213_1_2.webp&amp;ns=other&amp;rev=1767441236&amp;tab_details=history&amp;media_do=diff&amp;do=media"/>
                <rdf:li rdf:resource="https://wiki.cyli.org/doku.php?image=other%3Ak2_he_ansi_rgb_v1.2.1_2506171010.bin.zip&amp;ns=other&amp;rev=1767440845&amp;tab_details=history&amp;media_do=diff&amp;do=media"/>
                <rdf:li rdf:resource="https://wiki.cyli.org/doku.php?image=other%3Ak2_he_ansi_rgb_v1.1_20250521.json.zip&amp;ns=other&amp;rev=1767440571&amp;tab_details=history&amp;media_do=diff&amp;do=media"/>
                <rdf:li rdf:resource="https://wiki.cyli.org/doku.php?image=0%3Ac3-default_layer.png&amp;ns=0&amp;rev=1767371188&amp;tab_details=history&amp;media_do=diff&amp;do=media"/>
                <rdf:li rdf:resource="https://wiki.cyli.org/doku.php?image=0%3Ac3-macro_layer.png&amp;ns=0&amp;rev=1767371188&amp;tab_details=history&amp;media_do=diff&amp;do=media"/>
                <rdf:li rdf:resource="https://wiki.cyli.org/doku.php?image=ansi-keycap-sizes.webp&amp;ns=0&amp;rev=1766931864&amp;tab_details=history&amp;media_do=diff&amp;do=media"/>
                <rdf:li rdf:resource="https://wiki.cyli.org/doku.php?image=0%3Aansi-keycap-sizes.webp&amp;ns=0&amp;rev=1766931743&amp;tab_details=history&amp;media_do=diff&amp;do=media"/>
                <rdf:li rdf:resource="https://wiki.cyli.org/doku.php?image=testdiagram.svg&amp;ns=0&amp;rev=1764098290&amp;tab_details=history&amp;media_do=diff&amp;do=media"/>
                <rdf:li rdf:resource="https://wiki.cyli.org/doku.php?image=other%3Akailh-switch-tester3.webp&amp;ns=other&amp;rev=1738694623&amp;tab_details=history&amp;media_do=diff&amp;do=media"/>
                <rdf:li rdf:resource="https://wiki.cyli.org/doku.php?image=rack%3Acommand-configure_4.11.0-6.ubuntu22_amd64.tar.gz&amp;ns=rack&amp;rev=1732308621&amp;tab_details=history&amp;media_do=diff&amp;do=media"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.cyli.org/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>Wiki.Cyli.Org</title>
        <link>https://wiki.cyli.org/</link>
        <url>https://wiki.cyli.org/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://wiki.cyli.org/doku.php?id=mint_luks_encrypted_root_with_usb_unlock&amp;rev=1775763321&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-09T19:35:21+00:00</dc:date>
        <dc:creator>steve (steve@undisclosed.example.com)</dc:creator>
        <title>mint_luks_encrypted_root_with_usb_unlock</title>
        <link>https://wiki.cyli.org/doku.php?id=mint_luks_encrypted_root_with_usb_unlock&amp;rev=1775763321&amp;do=diff</link>
        <description>#!/bin/bash
set -e  # The script will exit if a command fails.
read -r uuid usbmntpt &lt;&lt;&lt; $(lsblk -o UUID,MOUNTPOINT | grep media)    
mntdest=&quot;$usbmntpt/mykeyfile&quot;
uuiddest=&quot;/dev/disk/by-uuid/$uuid:/mykeyfile&quot;
sudo dd bs=1M count=4 if=/dev/urandom of=$mntdest iflag=fullblock
sudo chmod -v 0400 $mntdest
device=$(sudo blkid --match-token TYPE=crypto_LUKS -o device)
sudo cryptsetup luksAddKey $device $mntdest
sudo cryptsetup luksOpen --test-passphrase --key-file $mntdest $device
sudo cp /etc/cryptt…</description>
    </item>
    <item rdf:about="https://wiki.cyli.org/doku.php?id=how&amp;rev=1775762424&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-09T19:20:24+00:00</dc:date>
        <dc:creator>steve (steve@undisclosed.example.com)</dc:creator>
        <title>how</title>
        <link>https://wiki.cyli.org/doku.php?id=how&amp;rev=1775762424&amp;do=diff</link>
        <description>How

Lots of things will fall into the How category;

	*  Afraid.Org update script
	*  Afraid.org DNS Info
	*  Auto logout after delay
	*  Auto Update without password
	*  Auto Update Zoom in Linux
	*  Back up the Voicemail server
	*  Block &quot;Sign in with Google&quot; prompts in Chrome and Chromium
	*  Bluetooth Join CLI
	*  Build Dianne Skoll's Remind
	*  Creating the SpeedTest image every day
	*  Grow md RAID1
	*  Install curseradio-improved
	*  Install Fonts on Linux
	*  Join a Windows PC to Cyli A…</description>
    </item>
    <item rdf:about="https://wiki.cyli.org/doku.php?id=creating_the_speedtest_image_every_day&amp;rev=1775056819&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-01T15:20:19+00:00</dc:date>
        <dc:creator>steve (steve@undisclosed.example.com)</dc:creator>
        <title>creating_the_speedtest_image_every_day</title>
        <link>https://wiki.cyli.org/doku.php?id=creating_the_speedtest_image_every_day&amp;rev=1775056819&amp;do=diff</link>
        <description>Creating the SpeedTest image every day

So, I like to see how much I'm getting for my $62 per month, so I wrote this script a long time ago to track upload, download and delay numbers across my Internet connection.

It uses the node.js fast-cli script by Sindre Sorhus from</description>
    </item>
    <item rdf:about="https://wiki.cyli.org/doku.php?id=pwg&amp;rev=1774876530&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-03-30T13:15:30+00:00</dc:date>
        <dc:creator>steve (steve@undisclosed.example.com)</dc:creator>
        <title>pwg</title>
        <link>https://wiki.cyli.org/doku.php?id=pwg&amp;rev=1774876530&amp;do=diff</link>
        <description>pwg (Yet Another Password Generator)

This generates random passwords from an in-built list of words, in this case all the 3 to 5 letter words made only of standard letters in the default Debian/Mint/Ubuntu English dictionary. It defaults to a single 12 or more character PW, but you can specify longer or shorter, and multiples with two numbers. Running</description>
    </item>
    <item rdf:about="https://wiki.cyli.org/doku.php?id=bash_scripts&amp;rev=1774831647&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-03-30T00:47:27+00:00</dc:date>
        <dc:creator>steve (steve@undisclosed.example.com)</dc:creator>
        <title>bash_scripts</title>
        <link>https://wiki.cyli.org/doku.php?id=bash_scripts&amp;rev=1774831647&amp;do=diff</link>
        <description>Bash Scripts

	*  .bash_profile
	*  Key add in .bashrc
	*  Backup with rsync
	*  Boggle
	*  GenPass
	*  Json query
	*  KSHE Audio Stream
	*  KSHE Klassics Audio Stream
	*  ntfy-ssh-login
	*  Pretty Nagios nrpe check with performance data
	*  pwg Another Password Generator
	*  Remote Assistance
	*  Remote Desktop Connection to Tiny
	*  RDP to Work with error checking
	*  Sync KeePass database from Windows to home with a VM running NextCloud Sync DB-Sync
	*  Update the software with one command</description>
    </item>
    <item rdf:about="https://wiki.cyli.org/doku.php?id=using_linux&amp;rev=1773674241&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-03-16T15:17:21+00:00</dc:date>
        <dc:creator>steve (steve@undisclosed.example.com)</dc:creator>
        <title>using_linux - created</title>
        <link>https://wiki.cyli.org/doku.php?id=using_linux&amp;rev=1773674241&amp;do=diff</link>
        <description>Using Linux

(Mostly Linux Mint) This is from a response to a reddit post, not my own.Please dont tell average users its easy



Learn How to Use Linux Mint Easily &lt;https://youtu.be/FmW9v687rQg&gt;



Linux Mint Beginner's Guide 1 &lt;https://youtu.be/PHIV0hw049M&gt;

Linux Mint Beginner's Guide 2 &lt;https://youtu.be/BZqS9pVWbEc&gt;

Linux Mint Beginner's Guide 3 &lt;https://youtu.be/cNt_D2GyApk&gt;

Linux Mint Beginner's Guide 4</description>
    </item>
    <item rdf:about="https://wiki.cyli.org/doku.php?id=re-build_a_debian_based_machine&amp;rev=1772973817&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-03-08T12:43:37+00:00</dc:date>
        <dc:creator>steve (steve@undisclosed.example.com)</dc:creator>
        <title>re-build_a_debian_based_machine</title>
        <link>https://wiki.cyli.org/doku.php?id=re-build_a_debian_based_machine&amp;rev=1772973817&amp;do=diff</link>
        <description>Re-Build a Debian based machine

Things to do if you need to re-build a Debian based machine, assuming the older one can still be logged into.


# As root, on the old machine, get there how you will...
apt install debsums
mount &lt;BackupsLocation&gt; /mnt
# Get a list of changed files in /etc
find /etc -type f | grep -vFf &lt;(debsums -e | grep OK$ | sed 's/[[:space:]]*OK$//') &gt; /mnt/FileList.txt
# Copy those files over
rsync -avz --files-from=/mnt/FileList.txt /mnt/</description>
    </item>
    <item rdf:about="https://wiki.cyli.org/doku.php?id=update&amp;rev=1771616813&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-02-20T19:46:53+00:00</dc:date>
        <dc:creator>steve (steve@undisclosed.example.com)</dc:creator>
        <title>update</title>
        <link>https://wiki.cyli.org/doku.php?id=update&amp;rev=1771616813&amp;do=diff</link>
        <description>Update the software with one command

A big addition to this is to add an entry in /etc/sudoers.d/Update that lets the script below run without a password.


#!/bin/bash
# /usr/local/bin/Update
# This allows updating software by a single common command on all my machines.
 
Logs=~/.Logs/$(date +&quot;%Y/%m/%d&quot;)
mkdir -p ${Logs}
LogFile=${Logs}/$(hostname -s)-$(date +&quot;%T.txt&quot;)
 
#############################################################################
### SRJ 2015-03-27   This script allows a user…</description>
    </item>
    <item rdf:about="https://wiki.cyli.org/doku.php?id=auto_update_without_password&amp;rev=1770861742&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-02-12T02:02:22+00:00</dc:date>
        <dc:creator>steve (steve@undisclosed.example.com)</dc:creator>
        <title>auto_update_without_password - created</title>
        <link>https://wiki.cyli.org/doku.php?id=auto_update_without_password&amp;rev=1770861742&amp;do=diff</link>
        <description>Auto update without a password

Below is /etc/sudoers.d/Update, it allows installs of software via the cli without a password.


## Installation and management of software
Cmnd_Alias SOFTWARE_UPDATE = /bin/rpm, /usr/bin/up2date, /usr/bin/dnf, \
 /usr/bin/rkhunter, /usr/bin/needs-restarting, /usr/bin/etckeeper, \
 /usr/bin/tig, /usr/local/bin/apt, /usr/bin/apt-get

%wheel ALL = NOPASSWD: SOFTWARE_UPDATE
%sudo ALL = NOPASSWD: SOFTWARE_UPDATE</description>
    </item>
    <item rdf:about="https://wiki.cyli.org/doku.php?id=backup_with_rsync&amp;rev=1770825115&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-02-11T15:51:55+00:00</dc:date>
        <dc:creator>steve (steve@undisclosed.example.com)</dc:creator>
        <title>backup_with_rsync</title>
        <link>https://wiki.cyli.org/doku.php?id=backup_with_rsync&amp;rev=1770825115&amp;do=diff</link>
        <description>Backup with rsync

So, this is what I've been doing to make backups of machines for years, it stores permissions, and you can export the /Backup folder via NFS, then remap it to another folder as read-only so users can do their own restores if you want (not going into that here).  The reason that the *.conf files start with 00 and 01 is just to set the order that things are backed up, the</description>
    </item>
    <item rdf:about="https://wiki.cyli.org/doku.php?image=other%3A20250213_1_2.webp&amp;ns=other&amp;rev=1767441236&amp;tab_details=history&amp;media_do=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2026-01-03T11:53:56+00:00</dc:date>
        <dc:creator>steve (steve@undisclosed.example.com)</dc:creator>
        <title>20250213_1_2.webp - created</title>
        <link>https://wiki.cyli.org/doku.php?image=other%3A20250213_1_2.webp&amp;ns=other&amp;rev=1767441236&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
        <description>&lt;img src=&quot;https://wiki.cyli.org/lib/exe/fetch.php?w=500&amp;amp;h=500&amp;amp;tok=a4572a&amp;amp;media=other:20250213_1_2.webp&quot; alt=&quot;20250213_1_2.webp&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
    </item>
    <item rdf:about="https://wiki.cyli.org/doku.php?image=other%3Ak2_he_ansi_rgb_v1.2.1_2506171010.bin.zip&amp;ns=other&amp;rev=1767440845&amp;tab_details=history&amp;media_do=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2026-01-03T11:47:25+00:00</dc:date>
        <dc:creator>steve (steve@undisclosed.example.com)</dc:creator>
        <title>k2_he_ansi_rgb_v1.2.1_2506171010.bin.zip - created</title>
        <link>https://wiki.cyli.org/doku.php?image=other%3Ak2_he_ansi_rgb_v1.2.1_2506171010.bin.zip&amp;ns=other&amp;rev=1767440845&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
        <description>&lt;img src=&quot;https://wiki.cyli.org/lib/images/fileicons/svg/zip.svg&quot; alt=&quot;k2_he_ansi_rgb_v1.2.1_2506171010.bin.zip&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
    </item>
    <item rdf:about="https://wiki.cyli.org/doku.php?image=other%3Ak2_he_ansi_rgb_v1.1_20250521.json.zip&amp;ns=other&amp;rev=1767440571&amp;tab_details=history&amp;media_do=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2026-01-03T11:42:51+00:00</dc:date>
        <dc:creator>steve (steve@undisclosed.example.com)</dc:creator>
        <title>k2_he_ansi_rgb_v1.1_20250521.json.zip - created</title>
        <link>https://wiki.cyli.org/doku.php?image=other%3Ak2_he_ansi_rgb_v1.1_20250521.json.zip&amp;ns=other&amp;rev=1767440571&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
        <description>&lt;img src=&quot;https://wiki.cyli.org/lib/images/fileicons/svg/zip.svg&quot; alt=&quot;k2_he_ansi_rgb_v1.1_20250521.json.zip&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
    </item>
    <item rdf:about="https://wiki.cyli.org/doku.php?image=0%3Ac3-default_layer.png&amp;ns=0&amp;rev=1767371188&amp;tab_details=history&amp;media_do=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2026-01-02T16:26:28+00:00</dc:date>
        <dc:creator>steve (steve@undisclosed.example.com)</dc:creator>
        <title>c3-default_layer.png - created</title>
        <link>https://wiki.cyli.org/doku.php?image=0%3Ac3-default_layer.png&amp;ns=0&amp;rev=1767371188&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
        <description>&lt;img src=&quot;https://wiki.cyli.org/lib/exe/fetch.php?w=500&amp;amp;h=500&amp;amp;tok=354cc8&amp;amp;media=0:c3-default_layer.png&quot; alt=&quot;c3-default_layer.png&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
    </item>
    <item rdf:about="https://wiki.cyli.org/doku.php?image=0%3Ac3-macro_layer.png&amp;ns=0&amp;rev=1767371188&amp;tab_details=history&amp;media_do=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2026-01-02T16:26:28+00:00</dc:date>
        <dc:creator>steve (steve@undisclosed.example.com)</dc:creator>
        <title>c3-macro_layer.png - created</title>
        <link>https://wiki.cyli.org/doku.php?image=0%3Ac3-macro_layer.png&amp;ns=0&amp;rev=1767371188&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
        <description>&lt;img src=&quot;https://wiki.cyli.org/lib/exe/fetch.php?w=500&amp;amp;h=500&amp;amp;tok=6c5b99&amp;amp;media=0:c3-macro_layer.png&quot; alt=&quot;c3-macro_layer.png&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
    </item>
    <item rdf:about="https://wiki.cyli.org/doku.php?image=ansi-keycap-sizes.webp&amp;ns=0&amp;rev=1766931864&amp;tab_details=history&amp;media_do=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2025-12-28T14:24:24+00:00</dc:date>
        <dc:creator>steve (steve@undisclosed.example.com)</dc:creator>
        <title>ansi-keycap-sizes.webp - created</title>
        <link>https://wiki.cyli.org/doku.php?image=ansi-keycap-sizes.webp&amp;ns=0&amp;rev=1766931864&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
        <description>&lt;img src=&quot;https://wiki.cyli.org/lib/exe/fetch.php?w=500&amp;amp;h=500&amp;amp;tok=dbbd18&amp;amp;media=ansi-keycap-sizes.webp&quot; alt=&quot;ansi-keycap-sizes.webp&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
    </item>
    <item rdf:about="https://wiki.cyli.org/doku.php?image=0%3Aansi-keycap-sizes.webp&amp;ns=0&amp;rev=1766931743&amp;tab_details=history&amp;media_do=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2025-12-28T14:22:23+00:00</dc:date>
        <dc:creator>steve (steve@undisclosed.example.com)</dc:creator>
        <title>ansi-keycap-sizes.webp - created</title>
        <link>https://wiki.cyli.org/doku.php?image=0%3Aansi-keycap-sizes.webp&amp;ns=0&amp;rev=1766931743&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
        <description>&lt;img src=&quot;https://wiki.cyli.org/lib/exe/fetch.php?w=500&amp;amp;h=500&amp;amp;tok=ecf106&amp;amp;media=0:ansi-keycap-sizes.webp&quot; alt=&quot;ansi-keycap-sizes.webp&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
    </item>
    <item rdf:about="https://wiki.cyli.org/doku.php?image=testdiagram.svg&amp;ns=0&amp;rev=1764098290&amp;tab_details=history&amp;media_do=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2025-11-25T19:18:10+00:00</dc:date>
        <dc:creator>steve (steve@undisclosed.example.com)</dc:creator>
        <title>testdiagram.svg</title>
        <link>https://wiki.cyli.org/doku.php?image=testdiagram.svg&amp;ns=0&amp;rev=1764098290&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
        <description>&lt;img src=&quot;https://wiki.cyli.org/lib/exe/fetch.php?w=500&amp;amp;h=500&amp;amp;tok=f354a8&amp;amp;media=testdiagram.svg&quot; alt=&quot;testdiagram.svg&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
    </item>
    <item rdf:about="https://wiki.cyli.org/doku.php?image=other%3Akailh-switch-tester3.webp&amp;ns=other&amp;rev=1738694623&amp;tab_details=history&amp;media_do=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2025-02-04T18:43:43+00:00</dc:date>
        <dc:creator>steve (steve@undisclosed.example.com)</dc:creator>
        <title>kailh-switch-tester3.webp - created</title>
        <link>https://wiki.cyli.org/doku.php?image=other%3Akailh-switch-tester3.webp&amp;ns=other&amp;rev=1738694623&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
        <description>&lt;img src=&quot;https://wiki.cyli.org/lib/exe/fetch.php?w=500&amp;amp;h=500&amp;amp;tok=d801df&amp;amp;media=other:kailh-switch-tester3.webp&quot; alt=&quot;kailh-switch-tester3.webp&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
    </item>
    <item rdf:about="https://wiki.cyli.org/doku.php?image=rack%3Acommand-configure_4.11.0-6.ubuntu22_amd64.tar.gz&amp;ns=rack&amp;rev=1732308621&amp;tab_details=history&amp;media_do=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2024-11-22T20:50:21+00:00</dc:date>
        <dc:creator>steve (steve@undisclosed.example.com)</dc:creator>
        <title>command-configure_4.11.0-6.ubuntu22_amd64.tar.gz - created</title>
        <link>https://wiki.cyli.org/doku.php?image=rack%3Acommand-configure_4.11.0-6.ubuntu22_amd64.tar.gz&amp;ns=rack&amp;rev=1732308621&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
        <description>&lt;img src=&quot;https://wiki.cyli.org/lib/images/fileicons/svg/gz.svg&quot; alt=&quot;command-configure_4.11.0-6.ubuntu22_amd64.tar.gz&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
    </item>
</rdf:RDF>
