<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.bitgoblin.tech/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.bitgoblin.tech/feed.php">
        <title>Bit Goblin Wiki - wiki:sysadmin</title>
        <description></description>
        <link>https://wiki.bitgoblin.tech/</link>
        <image rdf:resource="https://wiki.bitgoblin.tech/_media/wiki/dokuwiki.svg" />
       <dc:date>2026-05-29T16:10:49+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.bitgoblin.tech/wiki/sysadmin/configure_openldap_starttls?rev=1736271422&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.bitgoblin.tech/wiki/sysadmin/dell_bios_raid?rev=1736271422&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.bitgoblin.tech/wiki/sysadmin/how_to_install_puppet_server?rev=1736271422&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.bitgoblin.tech/wiki/sysadmin/install_fastx?rev=1736271422&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.bitgoblin.tech/wiki/sysadmin/openldap_memberof_overlay?rev=1736271423&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.bitgoblin.tech/wiki/sysadmin/rsync_file_transfer_one_liner?rev=1736271423&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.bitgoblin.tech/wiki/sysadmin/salt_3006_docker_fix?rev=1684181582&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.bitgoblin.tech/wiki/sysadmin/start?rev=1736271423&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.bitgoblin.tech/wiki/sysadmin/yourls_url_shortener_tutorial?rev=1736271507&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.bitgoblin.tech/_media/wiki/dokuwiki.svg">
        <title>Bit Goblin Wiki</title>
        <link>https://wiki.bitgoblin.tech/</link>
        <url>https://wiki.bitgoblin.tech/_media/wiki/dokuwiki.svg</url>
    </image>
    <item rdf:about="https://wiki.bitgoblin.tech/wiki/sysadmin/configure_openldap_starttls?rev=1736271422&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-01-07T17:37:02+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Configure OpenLDAP with StartTLS</title>
        <link>https://wiki.bitgoblin.tech/wiki/sysadmin/configure_openldap_starttls?rev=1736271422&amp;do=diff</link>
        <description>Configure OpenLDAP with StartTLS

LDAP services are great for centralizing user auth, and encrypting the transmission of your user accounts is crucial for protecting your user account info in the event someone is snooping traffic on your network. Plus some tools like SSSD require encryption for password authentication and WILL NOT work without it.</description>
    </item>
    <item rdf:about="https://wiki.bitgoblin.tech/wiki/sysadmin/dell_bios_raid?rev=1736271422&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-01-07T17:37:02+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Configuring RAID in Dell Workstation BIOS</title>
        <link>https://wiki.bitgoblin.tech/wiki/sysadmin/dell_bios_raid?rev=1736271422&amp;do=diff</link>
        <description>Configuring RAID in Dell Workstation BIOS

For future reference: &lt;https://dl.dell.com/manuals/all-products/esuprt_software/esuprt_it_ops_datcentr_mgmt/enterprise-client-solution-resources_white-papers_en-us.pdf&gt;</description>
    </item>
    <item rdf:about="https://wiki.bitgoblin.tech/wiki/sysadmin/how_to_install_puppet_server?rev=1736271422&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-01-07T17:37:02+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>How To Install Puppet Server</title>
        <link>https://wiki.bitgoblin.tech/wiki/sysadmin/how_to_install_puppet_server?rev=1736271422&amp;do=diff</link>
        <description>How To Install Puppet Server

This guide will teach you how to install the Puppetlabs Puppet Server service with r10k for code management, and demo some example Puppet manifests.

Install Puppet Server

Grab the Puppetlabs release package (this will set up the Puppetlabs repository):</description>
    </item>
    <item rdf:about="https://wiki.bitgoblin.tech/wiki/sysadmin/install_fastx?rev=1736271422&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-01-07T17:37:02+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Installing FastX Client on Linux</title>
        <link>https://wiki.bitgoblin.tech/wiki/sysadmin/install_fastx?rev=1736271422&amp;do=diff</link>
        <description>Installing FastX Client on Linux

Create the install directory from FastX tarball, link it to a common spot, and set permissions on it so everyone can read/execute:


cd /opt
tar xvzf ~/FastX3-3.2.16.rhel7.x86_64.tar.gz
mv /opt/FastX3 /opt/FastX3-3.2.16
ln -s /opt/FastX3-3.2.16 /opt/FastX3

chmod -R 755 /opt/FastX3/
chown -R root:root /opt/FastX3/</description>
    </item>
    <item rdf:about="https://wiki.bitgoblin.tech/wiki/sysadmin/openldap_memberof_overlay?rev=1736271423&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-01-07T17:37:03+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Configure OpenLDAP with &quot;memberof&quot; Overlay</title>
        <link>https://wiki.bitgoblin.tech/wiki/sysadmin/openldap_memberof_overlay?rev=1736271423&amp;do=diff</link>
        <description>Configure OpenLDAP with &quot;memberof&quot; Overlay

The memberof overlay in OpenLDAP is very useful to replicate the functionality from Active Directory where adding a new member to a group will also automatically update an attribute on the user object. But this isn&#039;t exactly the easiest nor the most well-documented thing out there, so here we are!</description>
    </item>
    <item rdf:about="https://wiki.bitgoblin.tech/wiki/sysadmin/rsync_file_transfer_one_liner?rev=1736271423&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-01-07T17:37:03+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Rsync File Transfer One-Liner</title>
        <link>https://wiki.bitgoblin.tech/wiki/sysadmin/rsync_file_transfer_one_liner?rev=1736271423&amp;do=diff</link>
        <description>Rsync File Transfer One-Liner

Quick Linux tip 💡

Want to download a super large file over SSH using rsync in Linux? This is the best one-liner you should bookmark

rsync -av --partial --inplace --append --progress root@server-ip:/file/location .</description>
    </item>
    <item rdf:about="https://wiki.bitgoblin.tech/wiki/sysadmin/salt_3006_docker_fix?rev=1684181582&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-05-15T20:13:02+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Fixing the Salt v3006 Docker Issue</title>
        <link>https://wiki.bitgoblin.tech/wiki/sysadmin/salt_3006_docker_fix?rev=1684181582&amp;do=diff</link>
        <description>Fixing the Salt v3006 Docker Issue

Salt&#039;s recently published v3006.x releases have caused some very... peculiar issues to say the least. One issue in particular is this new “docker.version not found” error when running previously-working states that use the Docker module. It&#039;s caused by the new Salt OneDir packaging, since the Docker module requires the</description>
    </item>
    <item rdf:about="https://wiki.bitgoblin.tech/wiki/sysadmin/start?rev=1736271423&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-01-07T17:37:03+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>System Administration Guides</title>
        <link>https://wiki.bitgoblin.tech/wiki/sysadmin/start?rev=1736271423&amp;do=diff</link>
        <description>System Administration Guides

Guides related administering networked systems.
sysadmin index</description>
    </item>
    <item rdf:about="https://wiki.bitgoblin.tech/wiki/sysadmin/yourls_url_shortener_tutorial?rev=1736271507&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-01-07T17:38:27+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Self-Hosted URL Shortener with YOURLS</title>
        <link>https://wiki.bitgoblin.tech/wiki/sysadmin/yourls_url_shortener_tutorial?rev=1736271507&amp;do=diff</link>
        <description>Self-Hosted URL Shortener with YOURLS

This tutorial will walk you through how to setup a URL shortener using YOURLS. Because it is a PHP-based app, you will need three things:

	*  Web server to handle the HTTP requests
	*  PHP interpreter to handle the application code</description>
    </item>
</rdf:RDF>
