<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://tim.army/doku/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://tim.army/doku/feed.php">
        <title>Tim&amp;#039;s Technology Gauntlet Wiki - linux</title>
        <description></description>
        <link>https://tim.army/doku/</link>
        <image rdf:resource="https://tim.army/doku/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-05-10T14:29:40+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://tim.army/doku/doku.php?id=linux:general&amp;rev=1761448986&amp;do=diff"/>
                <rdf:li rdf:resource="https://tim.army/doku/doku.php?id=linux:ostinato&amp;rev=1739835430&amp;do=diff"/>
                <rdf:li rdf:resource="https://tim.army/doku/doku.php?id=linux:rhel&amp;rev=1764889508&amp;do=diff"/>
                <rdf:li rdf:resource="https://tim.army/doku/doku.php?id=linux:ubuntu&amp;rev=1768157820&amp;do=diff"/>
                <rdf:li rdf:resource="https://tim.army/doku/doku.php?id=linux:vcenter8&amp;rev=1739835430&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://tim.army/doku/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>Tim&#039;s Technology Gauntlet Wiki</title>
        <link>https://tim.army/doku/</link>
        <url>https://tim.army/doku/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://tim.army/doku/doku.php?id=linux:general&amp;rev=1761448986&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-10-26T03:23:06+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>general</title>
        <link>https://tim.army/doku/doku.php?id=linux:general&amp;rev=1761448986&amp;do=diff</link>
        <description>Linux - General

Unlock Files

chflags -R nochg ./

chflags -R nouchg /PATH/TO/DIRECTORY/WITH/LOCKED/FILES/

Reference: &lt;https://superuser.com/questions/40749/command-to-unlock-locked-files-on-os-x&gt;

rsync between two locations

sudo rsync --remove-source-files -ahP --exclude '/4k-ext/.Spotlight-V100/' --exclude '/4k-ext/.Trashes/' /Volumes/4k-ext /Volumes/4k-nas1 2&gt; ~/Documents/rSyncErrors.txt</description>
    </item>
    <item rdf:about="https://tim.army/doku/doku.php?id=linux:ostinato&amp;rev=1739835430&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-02-17T23:37:10+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>ostinato</title>
        <link>https://tim.army/doku/doku.php?id=linux:ostinato&amp;rev=1739835430&amp;do=diff</link>
        <description>Ostinato addon for Ubuntu

sudo apt-get update
sudo apt-get upgrade
sudo apt autoremove
sudo apt-get install gdebi
cd cd Documents/ubuntu18.04-ostinato-1.1-1_amd64/
sudo gdebi ostinato-agent_1.1-1_amd64.deb
sudo gdebi ostinato-controller_1.1-1_amd64.deb
sudo gdebi ostinato_1.1-1_amd64.deb
sudo setcap cap_net_raw,cap_net_admin=eip /bin/drone</description>
    </item>
    <item rdf:about="https://tim.army/doku/doku.php?id=linux:rhel&amp;rev=1764889508&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-12-04T23:05:08+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>rhel</title>
        <link>https://tim.army/doku/doku.php?id=linux:rhel&amp;rev=1764889508&amp;do=diff</link>
        <description>Linux - Red Hat

Linux CentOS 6.5

	*  To check what package to install: 
yum whatprovides &quot;*/scp&quot;

	*  GB = 1,000 Megabytes
	*  GiB  = 1,024 Megabytes
	*  /var = install location
	*  /home = user's home directories
	*  / = root file system, 10 GiB
	*</description>
    </item>
    <item rdf:about="https://tim.army/doku/doku.php?id=linux:ubuntu&amp;rev=1768157820&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-01-11T18:57:00+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>ubuntu</title>
        <link>https://tim.army/doku/doku.php?id=linux:ubuntu&amp;rev=1768157820&amp;do=diff</link>
        <description>Linux - Ubuntu

Enable SSH

sudo apt-get update -y
sudo apt install ssh -y
sudo ufw allow ssh
sudo ufw enable &amp;&amp; sudo ufw reload
sudo systemctl restart ssh

Mate Linux PC

	*  Based on Ubuntu 18.04

Default login version 20.10

	*  username: user
	*</description>
    </item>
    <item rdf:about="https://tim.army/doku/doku.php?id=linux:vcenter8&amp;rev=1739835430&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-02-17T23:37:10+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>vcenter8</title>
        <link>https://tim.army/doku/doku.php?id=linux:vcenter8&amp;rev=1739835430&amp;do=diff</link>
        <description>VMware vCenter 8

Datastore</description>
    </item>
</rdf:RDF>
