<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.linuxservertech.com/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.linuxservertech.com/feed.php">
        <title>Unix Server Tech Knowledge Base - unix:scripts</title>
        <description></description>
        <link>https://wiki.linuxservertech.com/</link>
        <image rdf:resource="https://wiki.linuxservertech.com/_media/wiki/dokuwiki.svg" />
       <dc:date>2026-06-13T10:45:15+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.linuxservertech.com/unix/scripts/libvirt?rev=1726885386&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.linuxservertech.com/unix/scripts/start?rev=1726881467&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.linuxservertech.com/unix/scripts/zfs_snapshot_sizes?rev=1780520040&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.linuxservertech.com/_media/wiki/dokuwiki.svg">
        <title>Unix Server Tech Knowledge Base</title>
        <link>https://wiki.linuxservertech.com/</link>
        <url>https://wiki.linuxservertech.com/_media/wiki/dokuwiki.svg</url>
    </image>
    <item rdf:about="https://wiki.linuxservertech.com/unix/scripts/libvirt?rev=1726885386&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-09-21T02:23:06+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>libvirt admin scripts</title>
        <link>https://wiki.linuxservertech.com/unix/scripts/libvirt?rev=1726885386&amp;do=diff</link>
        <description>libvirt admin scripts

VNC Ports Used

This little one liner grabs the lines that define the vnc ports used by all defined on a node (hypervisor) and returns them as a tab delimited string.

Code


grep vnc /etc/libvirt/qemu/*.xml |\
 perl -lane 'BEGIN{$,=&quot;\t&quot;} m/^.*\/([^\/]+)\.xml:.*port=.(\d{4})/; print $1,$2;'</description>
    </item>
    <item rdf:about="https://wiki.linuxservertech.com/unix/scripts/start?rev=1726881467&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-09-21T01:17:47+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Unix Scripts</title>
        <link>https://wiki.linuxservertech.com/unix/scripts/start?rev=1726881467&amp;do=diff</link>
        <description>Unix Scripts

This is just a place where I put some unix scripts/commands that are handy</description>
    </item>
    <item rdf:about="https://wiki.linuxservertech.com/unix/scripts/zfs_snapshot_sizes?rev=1780520040&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-06-03T20:54:00+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>ZFS Snapshot Size</title>
        <link>https://wiki.linuxservertech.com/unix/scripts/zfs_snapshot_sizes?rev=1780520040&amp;do=diff</link>
        <description>ZFS Snapshot Size

The ZFS filesystem does not provide an easy way to calculate the size taken up by snapshots. The following Perl script will do the calculation.

Save the script and chmod 755 so it can be run, then use the following syntax to execute it.</description>
    </item>
</rdf:RDF>
