<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.lautner.xyz/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.lautner.xyz/feed.php">
        <title>Niki&#039;s DokuWiki</title>
        <description></description>
        <link>https://wiki.lautner.xyz/</link>
        <image rdf:resource="https://wiki.lautner.xyz/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-05-05T14:26:24+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.lautner.xyz/doku.php?id=anki&amp;rev=1712172041&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.lautner.xyz/doku.php?id=firefox&amp;rev=1711830681&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.lautner.xyz/doku.php?id=grub&amp;rev=1712102340&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.lautner.xyz/doku.php?id=nextcloud&amp;rev=1711831207&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.lautner.xyz/doku.php?id=radicale&amp;rev=1711839816&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.lautner.xyz/doku.php?id=start&amp;rev=1711830823&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.lautner.xyz/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>Niki's DokuWiki</title>
        <link>https://wiki.lautner.xyz/</link>
        <url>https://wiki.lautner.xyz/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://wiki.lautner.xyz/doku.php?id=anki&amp;rev=1712172041&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-04-03T19:20:41+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>anki</title>
        <link>https://wiki.lautner.xyz/doku.php?id=anki&amp;rev=1712172041&amp;do=diff</link>
        <description>Anki

Setup Client-side

Download Anki from &lt;https://apps.ankiweb.net&gt; to your Downloads folder. See the next section for how to choose between -qt5 and -qt6.
If zstd is not already installed on your system, you&#039;ll need to install it (e.g sudo apt install zstd).
Open a terminal and run the following commands, replacing the filename as appropriate.</description>
    </item>
    <item rdf:about="https://wiki.lautner.xyz/doku.php?id=firefox&amp;rev=1711830681&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-03-30T20:31:21+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>firefox</title>
        <link>https://wiki.lautner.xyz/doku.php?id=firefox&amp;rev=1711830681&amp;do=diff</link>
        <description>Bits on Firefox

This page is a collection of info/ weird workarounds/ tips/ etc. on Firefox.

Adding Custom Search Engines

If you want to add a custom search engine, for example your own searx instance, do the following:

	*  Open the url 
about:config</description>
    </item>
    <item rdf:about="https://wiki.lautner.xyz/doku.php?id=grub&amp;rev=1712102340&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-04-02T23:59:00+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>grub</title>
        <link>https://wiki.lautner.xyz/doku.php?id=grub&amp;rev=1712102340&amp;do=diff</link>
        <description>Tips for GRUB

Play a tune!

Modify the following variable in /etc/default/grub: 
GRUB_INIT_TUNE=“tempo [note_pitch note_duration] [second_note_pitch second_note_duration] ...” 
Then 
# grub-mkconfig -o /boot/grub/grub.cfg 

Tunes can be tested here</description>
    </item>
    <item rdf:about="https://wiki.lautner.xyz/doku.php?id=nextcloud&amp;rev=1711831207&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-03-30T20:40:07+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>nextcloud</title>
        <link>https://wiki.lautner.xyz/doku.php?id=nextcloud&amp;rev=1711831207&amp;do=diff</link>
        <description>Nextcloud infos

User Management

See the OCC Manual for detailed instructions.

	*  The occ command can be invoked by typing 
sudo -u www-data php /var/www/nextcloud/occ 
(I have this aliased as occ)
	*  Add a user by typing 
occ user:add --display-name NAME UID</description>
    </item>
    <item rdf:about="https://wiki.lautner.xyz/doku.php?id=radicale&amp;rev=1711839816&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-03-30T23:03:36+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>radicale</title>
        <link>https://wiki.lautner.xyz/doku.php?id=radicale&amp;rev=1711839816&amp;do=diff</link>
        <description>RADICALE

Adding Users

The first time you use it: 
htpasswd -B -c /etc/radicale/users USERNAME 

Every consecutive time after that: 
htpasswd -B /etc/radicale/users USERNAME2</description>
    </item>
    <item rdf:about="https://wiki.lautner.xyz/doku.php?id=start&amp;rev=1711830823&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-03-30T20:33:43+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>start</title>
        <link>https://wiki.lautner.xyz/doku.php?id=start&amp;rev=1711830823&amp;do=diff</link>
        <description>Niki&#039;s Wiki

If you have a user account for this wiki, feel free to add any pages you want by typing the name in the search bar and then clicking on create!</description>
    </item>
</rdf:RDF>
