<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.server17.net/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.server17.net/feed.php">
        <title>wiki.server17.net</title>
        <description></description>
        <link>https://wiki.server17.net/</link>
        <image rdf:resource="https://wiki.server17.net/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-08-21T08:37:45+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.server17.net/doku.php?id=myhelp:gnome3&amp;rev=1785322231&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.server17.net/doku.php?id=myhelp:sql&amp;rev=1784718293&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.server17.net/doku.php?id=myhelp:livecd&amp;rev=1782993004&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.server17.net/doku.php?id=myhelp:proxmox&amp;rev=1780387683&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.server17.net/doku.php?id=myhelp:mastodon&amp;rev=1777450148&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.server17.net/doku.php?id=myhelp:archiv&amp;rev=1776925772&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.server17.net/doku.php?id=start&amp;rev=1776925708&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.server17.net/doku.php?id=myhelp:archiv:tsm&amp;rev=1776867114&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.server17.net/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>wiki.server17.net</title>
        <link>https://wiki.server17.net/</link>
        <url>https://wiki.server17.net/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://wiki.server17.net/doku.php?id=myhelp:gnome3&amp;rev=1785322231&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-07-29T10:50:31+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>gnome3 - [Set zero before Tracknumber in Sound-Juicer] </title>
        <link>https://wiki.server17.net/doku.php?id=myhelp:gnome3&amp;rev=1785322231&amp;do=diff</link>
        <description>Gnome 3 Tricks

Change the Nautilus address bar

Nothing is easier than this CTRL + L 

To make this change permanent you need a tool named dconf-editor. With this tool go to the path: org --&gt; gnome --&gt; nautilus --&gt; preferences and change the variable</description>
    </item>
    <item rdf:about="https://wiki.server17.net/doku.php?id=myhelp:sql&amp;rev=1784718293&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-07-22T11:04:53+00:00</dc:date>
        <dc:creator>ulrich (ulrich@undisclosed.example.com)</dc:creator>
        <title>sql - [Enable remote connections] </title>
        <link>https://wiki.server17.net/doku.php?id=myhelp:sql&amp;rev=1784718293&amp;do=diff</link>
        <description>SQLite

The Standard stuff is pretty easy. There is also a good summeray. Here we go with a quick start to create a DB-file with a table in it and do some stuff. 


# sqlite3 
sqlite&gt; .table mydb.db
sqlite&gt; CREATE TABLE IF NOT EXISTS T_names(name TEXT, birthyear INT);
sqlite&gt; INSERT INTO T_names VALUES (&#039;John Smith&#039;, 1999);
sqlite&gt; INSERT INTO T_names VALUES (&#039;Jack Doe&#039;, 1998);
sqlite&gt; SELECT * FROM T_names;
sqlite&gt; SELECT name FROM T_names WHERE birthyear=1998;
sqlite&gt; UPDATE T_names SET birthy…</description>
    </item>
    <item rdf:about="https://wiki.server17.net/doku.php?id=myhelp:livecd&amp;rev=1782993004&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-07-02T11:50:04+00:00</dc:date>
        <dc:creator>ulrich (ulrich@undisclosed.example.com)</dc:creator>
        <title>livecd</title>
        <link>https://wiki.server17.net/doku.php?id=myhelp:livecd&amp;rev=1782993004&amp;do=diff</link>
        <description>This page helped a lot: &lt;https://www.lukashartl.at/posts/2024/rolling-my-own-el9/&gt;

And also read the docs from &lt;https://weldr.io/lorax/livemedia-creator.html&gt;

Create the ISO for ... USB


livemedia-creator --make-iso --ks ks-iso.cfg --iso-only --nomacboot --no-virt \
--resultdir result-iso.d/ --project &quot;MY Life CD&quot; --iso-name mylife.iso \
--iso Rocky-10.2-x86_64-minimal.iso  --lorax-templates 70-rocky</description>
    </item>
    <item rdf:about="https://wiki.server17.net/doku.php?id=myhelp:proxmox&amp;rev=1780387683&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-06-02T08:08:03+00:00</dc:date>
        <dc:creator>ulrich (ulrich@undisclosed.example.com)</dc:creator>
        <title>proxmox</title>
        <link>https://wiki.server17.net/doku.php?id=myhelp:proxmox&amp;rev=1780387683&amp;do=diff</link>
        <description>PVESH

Add a pool and subpool


pvesh create /pools --poolid PROD
pvesh create /pools --poolid &quot;PROD/db&quot;


Add Resource Mappingse for PCI Devices

In this example we add a NVIDIA GPU.

	*  Get PCI address 
lspci |grep -e NVIDIA|grep VGA|cut -d. -f1
eb:00</description>
    </item>
    <item rdf:about="https://wiki.server17.net/doku.php?id=myhelp:mastodon&amp;rev=1777450148&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-29T08:09:08+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>mastodon</title>
        <link>https://wiki.server17.net/doku.php?id=myhelp:mastodon&amp;rev=1777450148&amp;do=diff</link>
        <description>I used the instructions from Mastodon and adopted it to fit better for me :)

Install Mastodon v4.5.4 on Rocky Linux 10

Enable repos: remi, rpmfusion, epel


dnf install --nogpgcheck https://dl.fedoraproject.org/pub/epel/epel-release-latest-$(rpm -E %rhel).noarch.rpm -y
/usr/bin/crb enable
dnf install --nogpgcheck https://mirrors.rpmfusion.org/free/el/rpmfusion-free-release-$(rpm -E %rhel).noarch.rpm https://mirrors.rpmfusion.org/nonfree/el/rpmfusion-nonfree-release-$(rpm -E %rhel).noarch.rpm -…</description>
    </item>
    <item rdf:about="https://wiki.server17.net/doku.php?id=myhelp:archiv&amp;rev=1776925772&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-23T06:29:32+00:00</dc:date>
        <dc:creator>ulrich (ulrich@undisclosed.example.com)</dc:creator>
        <title>archiv</title>
        <link>https://wiki.server17.net/doku.php?id=myhelp:archiv&amp;rev=1776925772&amp;do=diff</link>
        <description>*  Unix 
	*  VirtualBox 
	*  TSM
	*  Flatpak
	*  Citrix</description>
    </item>
    <item rdf:about="https://wiki.server17.net/doku.php?id=start&amp;rev=1776925708&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-23T06:28:28+00:00</dc:date>
        <dc:creator>ulrich (ulrich@undisclosed.example.com)</dc:creator>
        <title>start</title>
        <link>https://wiki.server17.net/doku.php?id=start&amp;rev=1776925708&amp;do=diff</link>
        <description>myhelp

	*  ssh 
	*  bash 
	*  Printer
	*  tmux 
	*  vi 
	*  gnome3 
	*  ganeti 
	*  kvm/qemu
	*  network 
	*  samba 
	*  sudo 
	*  stuff 
	*  openssl
	*  Ruby on Rails
	*  Saltstack
	*  DNS
	*  SQL
	*  againstPaypal
	*  Netapp
	*  Mastodon
	*  SELinux
	*  Proxmox
	*  minio
	*  liveCD

	*  archiv</description>
    </item>
    <item rdf:about="https://wiki.server17.net/doku.php?id=myhelp:archiv:tsm&amp;rev=1776867114&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-22T14:11:54+00:00</dc:date>
        <dc:creator>ulrich (ulrich@undisclosed.example.com)</dc:creator>
        <title>tsm - created</title>
        <link>https://wiki.server17.net/doku.php?id=myhelp:archiv:tsm&amp;rev=1776867114&amp;do=diff</link>
        <description>TSM-Restore:
To restore a file to its original location:

dsmc restore /home/user/my.file

To restore a file to a new name and location:

dsmc restore /home/user/my.file /home/user/dir1/my.file.renamed

To restore a whole directory to its original location:</description>
    </item>
</rdf:RDF>
