<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">
    <channel>
        <title>Taming the Terminal</title>
        <link>http://bartb.ie/ttt</link>
        <description>Taming the Terminal is a podcast based on the tutorial created by Bart Busschots and explained to Allison Sheridan.</description>
        <generator>Feeder 4.8.2(6346); Mac OS X Version 26.2 (Build 25C56) https://reinventedsoftware.com/feeder/</generator>
        <docs>http://blogs.law.harvard.edu/tech/rss</docs>
        <language>en</language>
        <pubDate>Thu, 18 Dec 2025 14:02:10 -0800</pubDate>
        <lastBuildDate>Thu, 18 Dec 2025 14:02:10 -0800</lastBuildDate>
        <image>
            <url>https://podfeet.com/TTT-Logo-Flat-1400x1400-72px.jpg</url>
            <title>Taming the Terminal</title>
            <link>http://bartb.ie/ttt</link>
            <width>144</width>
            <height>144</height>
        </image>
        <atom:link href="https://podfeet.com/ttt/ttt-rss.xml" rel="self" type="application/rss+xml"/>
        <itunes:author>Bart Busschots &amp; Allison Sheridan</itunes:author>
        <itunes:summary>Taming the Terminal is a series of tutorials teaching how to use OS X’s command line tool called Terminal.</itunes:summary>
        <itunes:image href="https://podfeet.com/ttt/TTT-logo.png"/>
        <itunes:explicit>false</itunes:explicit>
        <itunes:owner>
            <itunes:name>Allison Sheridan</itunes:name>
            <itunes:email>allison@podfeet.com</itunes:email>
        </itunes:owner>
        <itunes:keywords>terminal,command line,OS X,technology,tech,geek</itunes:keywords>
        <itunes:category text="Technology"/>
        <itunes:type>episodic</itunes:type>
        <item>
            <title>TTT 41 of n — Protecting Your Secrets</title>
            <link>https://ttt.bartificer.net/book.html#ttt41</link>
            <description><![CDATA[<p>We're back after a (planned) lengthy hiatus! In this instalment, Bart teaches us how to protect our secrets while working in the Terminal. Secrets can include passwords, API keys, and any other sensitive information you'd like to protect. Without the tools Bart teaches us, any secrets you type into the Terminal will be in your history file in plain text, and with AI, possibly hoovered up as training data.</p>

<p>You'll hear me say the last episode was in 2022, but it was actually 2020. </p>

<p>You can find Bart's tutorial shownotes over at <a href="http://ttt.bartificer.net/book.html#ttt41" target="_blank" rel="noopener">ttt.bartificer.net/...</a></p>

<p>You can download the free Taming the Terminal book at <a href="https://podfeet.com/tttbook">podfeet.com/tttbook</a>. All of the versions are up to date with the new chapter, except Apple Books. As of 18 December 2025, the one in Apple Books is "in review" with the new chapter. Hopefully, by the time you look for it, they will have deemed that chapter worthy of inclusion. I just noticed that it's available in Apple Books in 51 countries! The book has 4.9 stars with 30 reviews!</p>
]]></description>
            <pubDate>Thu, 18 Dec 2025 13:58:39 -0800</pubDate>
            <enclosure url="https://media.blubrry.com/tamingtheterminal/archive.org/download/ttt-41-protecting-your-secrets/TTT_41_Protecting_Your_Secrets.mp3" length="59189752" type="audio/mpeg"/>
            <guid isPermaLink="false">98BFC761-C517-44B3-A46D-12B35EA78FA5</guid>
            <itunes:duration>3695</itunes:duration>
            <itunes:episodeType>full</itunes:episodeType>
        </item>
        <item>
            <title>TTT 37A of n – SSH Agents</title>
            <link>https://ttt.bartificer.net/book.html#ttt37</link>
            <description><![CDATA[<p>In 2017 on Taming the Terminal installment 37 of n, Bart taught us about SSH agents and the advantages of using a passphrase to further protect your SSH keys. In the intervening four years, things have changed a bit in macOS, so we decided to do a supplemental update to installment 37. We review a bit about what SSH Keys are (from installment 30) and then discuss how much easier and cleaner things are on macOS with the clean integration of your identity, passphrase and Apple's Keychain. </p>

<p>You can find the <em>replaced</em> show notes for TTT 37 at <a href="https://ttt.bartificer.net/book.html#ttt37" target="%5Fblank" rel="noopener">ttt.bartificer.net/...</a></p>

<p>If you've downloaded the Taming the Terminal book, please go to <a href="https://www.podfeet.com/blog/download-ttt-book/" target="%5Fblank" rel="noopener">podfeet.com/tttbook</a> to get a fresh version.</p>
]]></description>
            <pubDate>Fri, 26 May 2017 18:29:46 -0700</pubDate>
            <enclosure url="https://media.blubrry.com/tamingtheterminal/archive.org/download/ttt-37-a-ssh-agents/TTT_37A_SSH_Agents.mp3" length="59863301" type="audio/mpeg"/>
            <guid isPermaLink="false">4AC1FDE9-D90B-404A-BA1E-8DC1F617E8D6</guid>
            <itunes:duration>1868</itunes:duration>
            <itunes:episodeType>full</itunes:episodeType>
        </item>
        <item>
            <title>TTT 40 of n – Automating TMUX</title>
            <link>https://ttt.bartificer.net/book.html#ttt40</link>
            <description><![CDATA[<p>In this episode of Taming the Terminal, Bart winds up our series within a series all about the Terminal command TMUX.  In this final piece he teaches us first how to string commands together to create the TMUX sessions we want with the screens split and the processes running in each pane as we like them.  After teaching us how to string them together he shows us how to make a little script file we can run so that we can automatically open up our TMUX sessions exactly the way we like them.</p>

<p>This will be the last of our Taming the Terminal episodes for a while, but we'll be back after macOS Big Sur ships and is stabilized. In macOS Catalina the default shell was changed from bash to zsh and it does bring some changes to things we learned earlier in the series but it seems prudent to wait till we're over this big hump getting into Big Sur.</p>

<p>You can find Bart's tutorial shownotes over at <a href="http://ttt.bartificer.net/book.html#ttt40" target="_blank" rel="noopener">ttt.bartificer.net/...</a></p>

<p>Don't forget, you can download the Taming the Terminal book at <a href="https://podfeet.com/tttbook">podfeet.com/tttbook</a>. The book will be updated with this instalment shortly.</p>
]]></description>
            <pubDate>Sun, 16 Aug 2020 14:12:47 -0700</pubDate>
            <enclosure url="https://media.blubrry.com/tamingtheterminal/archive.org/download/ttt-40-automating-tmux/TTT_40_Automating_TMUX.mp3" length="70791005" type="audio/mpeg"/>
            <guid isPermaLink="false">5B624567-E675-4202-B51E-BB597A417467</guid>
            <itunes:duration>4411</itunes:duration>
            <itunes:episodeType>full</itunes:episodeType>
        </item>
        <item>
            <title>TTT 39 of n – Advanced TMUX</title>
            <link>https://ttt.bartificer.net/book.html#ttt39</link>
            <description><![CDATA[<p>This week's episode of Chit Chat Across the Pond was another installment of Taming the Terminal.  Two weeks ago Bart taught us the basics of a technology called `tmux`, or terminal multiplexer that allows you to access the same server in many different ways at the same time.  He covered how `tmux` replaces the deprecated `screen` but he didn't go much further. In this rather light and easy-to-follow installment, he takes `tmux` up a notch and shows us how to create multiple windows, and multiple panes all within a single `tmux` session.  Like I said it was super easy to understand, very visual and fun!</p>

<p>You can listen to this week's installment by searching for Taming the Terminal in your podcatcher of choice or it's included in the full Chit Chat Across the Pond show as well. And as always you can get to Bart's fabulous tutorial shownotes at <a href="https://ttt.bartificer.net/book.html#ttt39" target="%5Fblank" rel="noopener">ttt.bartificer.net/...</a></p>
]]></description>
            <pubDate>Sun, 26 Jul 2020 15:59:54 -0700</pubDate>
            <enclosure url="https://media.blubrry.com/tamingtheterminal/archive.org/download/ttt-39-advanced-tmux/TTT_39_Advanced_TMUX.mp3" length="45194082" type="audio/mpeg"/>
            <guid isPermaLink="false">E258CD6F-CE73-4E71-BFA8-904F83CA3E13</guid>
            <itunes:episodeType>full</itunes:episodeType>
        </item>
        <item>
            <title>TTT 38 of n – TMUX (a Screen Alternative)</title>
            <link>https://ttt.bartificer.net/book.html#ttt38</link>
            <description><![CDATA[<p>When Bart first started the Taming the Terminal series in October of 2015, he purposely declared every installment to be "of n" where n was not defined.  It's been 3 years since there was an episode of Taming the Terminal, but today we've got a new one for you.  In Taming the Terminal 36, recorded in 2016, Bart introduced us to a nifty command-line tool called screen.  Screen allowed you to ssh into a server, and start a session but disconnect and come back to it without stopping the processes you were running.</p>

<p>But in the last year, screen was deprecated by Red Hat Linux (which means it's gone from the free CentOS version as well).  The good news is that it was replaced with an even more powerful tool called tmux.  In this installment, Bart walks us through just how tmux solves the same problem as screen, but teases us with the knowledge that this tool has much more to offer.  </p>

<p>It was a super fun episode with lots of surprises (for me at least) and whether you followed along with the first 37 installments or not, I'm sure you'll find it useful as well.</p>

<p>You can find Bart's fabulous shownotes at <a href="https://ttt.bartificer.net/book.html#ttt38" target="%5Fblank" rel="noopener">ttt.bartificer.net/...</a>.</p>
]]></description>
            <pubDate>Sat, 11 Jul 2020 18:38:48 -0700</pubDate>
            <enclosure url="https://media.blubrry.com/tamingtheterminal/archive.org/download/ttt-38-tmux/TTT_38_TMUX.mp3" length="64905456" type="audio/mpeg"/>
            <guid isPermaLink="false">BD80276E-6A24-493C-8B7F-FC081A9ACF50</guid>
            <itunes:duration>4006</itunes:duration>
            <itunes:episodeType>full</itunes:episodeType>
        </item>
        <item>
            <title>TTT 36 of n - screen and cron</title>
            <link>https://ttt.bartificer.net/book.html#ttt36</link>
            <description><![CDATA[<p>It’s been a long time since we did a Taming the Terminal episode but we’re back with episode 36 of n, screen and cron. You’ll hear me say this is episode 35, but with all these numbers flying around we got mixed up!</p>

<p>In any case, in this installment Bart teaches us two unrelated but really cool things you can do with the Terminal in macOS or Linux. The first is cron, a tool that lets you schedule scripts to run at specific times and days. The second is screen, which is a utility that allows you to create a virtual terminal inside your regular terminal. If that sounds head explody (as Bart likes to say), it kind of is, but of course he breaks it down and shows how really clever and useful it is.</p>

<p>You can find Bart’s full detailed tutorial at <a href="https://ttt.bartificer.net/book.html#ttt36" target="%5Fblank" rel="noopener">ttt.bartificer.net/...</a></p>
]]></description>
            <pubDate>Sat, 19 Nov 2016 14:37:00 -0800</pubDate>
            <enclosure url="https://media.blubrry.com/tamingtheterminal/archive.org/download/ttt-36-screen-and-cron_202004/TTT_36_screen_and_cron.mp3" length="61362424" type="audio/mpeg"/>
            <guid isPermaLink="false">42AA8C2A-A4A2-4F61-846A-535A1CF38C41</guid>
            <itunes:duration>3813</itunes:duration>
            <itunes:episodeType>full</itunes:episodeType>
        </item>
        <item>
            <title>TTT 37 of n – SSH Agents</title>
            <link>https://ttt.bartificer.net/book.html#ttt37</link>
            <description><![CDATA[As promised, Taming the Terminal isn't over yet!  Bart Busschots joins us to talk about SSH Agents.  We'll talk about how Apple changed things in El Capitan so that you'll have to log into your server with your passphrase more often, and how Bart has a fix for that problem.  Bart does a great job of reminding us of what we learned about SSH back in parts 29 and 30 of Taming the Terminal so it's easier to get back up to speed to follow along.  And as always, Bart's full tutorial is available at <a href="https://ttt.bartificer.net/book.html#ttt37" target="%5Fblank" rel="noopener">ttt.bartificer.net/...</a>]]></description>
            <pubDate>Fri, 26 May 2017 18:08:18 -0700</pubDate>
            <enclosure url="https://media.blubrry.com/tamingtheterminal/archive.org/download/ttt-37-ssh-agents_202004/TTT_37_SSH_Agents.mp3" length="57439187" type="audio/mpeg"/>
            <guid isPermaLink="false">B160D9F6-6A2C-40B0-BB5E-FF129D21C72F</guid>
            <itunes:episodeType>full</itunes:episodeType>
        </item>
        <item>
            <title>TTT 35 of n - HTTP Commands</title>
            <link>https://ttt.bartificer.net/book.html#ttt35</link>
            <description><![CDATA[<p>In this installment we look at three terminal commands for interacting with the world wide web from the terminal. We'll look at a command-line based browser, and commands for downloading files and viewing HTTP headers.</p>

<p>As always, you can get to Bart's fabulous tutorial shownotes at <a href="https://ttt.bartificer.net/book.html#ttt35" target="%5Fblank" rel="noopener">ttt.bartificer.net/...</a></p>
]]></description>
            <pubDate>Fri, 23 Oct 2015 12:01:53 -0700</pubDate>
            <enclosure url="http://media.blubrry.com/tamingtheterminal/archive.org/download/TTT35HTTPCommands/TTT_35_HTTP_Commands.mp3" length="29330339" type="audio/mpeg"/>
            <guid isPermaLink="false">86C70C6D-B734-4BDF-8F42-08A487DBCF42</guid>
            <itunes:episodeType>full</itunes:episodeType>
        </item>
        <item>
            <title>TTT 34 of n - Introducing HTTP</title>
            <link>https://ttt.bartificer.net/book.html#ttt34</link>
            <description><![CDATA[<p>In this installment we look at how the HTTP protocol works, this is the protocol that powers the world-wide-web.</p>

<p>As always, you can get to Bart's fabulous tutorial shownotes at <a href="https://ttt.bartificer.net/book.html#ttt34" target="%5Fblank" rel="noopener">ttt.bartificer.net/...</a></p>
]]></description>
            <pubDate>Thu, 22 Oct 2015 22:37:00 -0700</pubDate>
            <enclosure url="http://media.blubrry.com/tamingtheterminal/archive.org/download/TTT34IntroducingHTTP/TTT_34_Introducing_HTTP.mp3" length="38315161" type="audio/mpeg"/>
            <guid isPermaLink="false">D5D8227A-A67E-43FA-8DF0-010C07B3EF11</guid>
            <itunes:episodeType>full</itunes:episodeType>
        </item>
        <item>
            <title>TTT 33 of n - SSH Bookmarks</title>
            <link>https://ttt.bartificer.net/book.html#ttt33</link>
            <description><![CDATA[<p>In this installment we learn how to use SSH config files to automate some aspects of SSH, creating what amount to bookmarks to servers we connect to often. We'll also look at some GUIs for storing SSH connection details.</p>

<p>As always, you can get to Bart's fabulous tutorial shownotes at <a href="https://ttt.bartificer.net/book.html#ttt33" target="%5Fblank" rel="noopener">ttt.bartificer.net/...</a></p>
]]></description>
            <pubDate>Thu, 22 Oct 2015 22:38:00 -0700</pubDate>
            <enclosure url="http://media.blubrry.com/tamingtheterminal/archive.org/download/TTT33SSHBookmarks/TTT_33_SSH_Bookmarks.mp3" length="24560960" type="audio/mpeg"/>
            <guid isPermaLink="false">0013F311-EB82-4F88-8C23-F7F1B627DC27</guid>
            <itunes:episodeType>full</itunes:episodeType>
        </item>
        <item>
            <title>TTT 32 of n - SSH Tunneling</title>
            <link>https://ttt.bartificer.net/book.html#ttt32</link>
            <description><![CDATA[<p>In this installment we'll look at how SSH tunnels can be used to secure all kinds of network traffic, not just remote commands and file transfers. Most people won't need the power of SSH tunnels very often, if at all, but when you do need them, you probably REALLY need them, so it's important to know what's possible, even if you don't remember the details.</p>

<p>As always, you can get to Bart's fabulous tutorial shownotes at <a href="https://ttt.bartificer.net/book.html#ttt32" target="%5Fblank" rel="noopener">ttt.bartificer.net/...</a></p>
]]></description>
            <pubDate>Thu, 22 Oct 2015 22:36:00 -0700</pubDate>
            <enclosure url="http://media.blubrry.com/tamingtheterminal/archive.org/download/TTT32SSHTunneling/TTT_32_SSH_Tunneling.mp3" length="41871157" type="audio/mpeg"/>
            <guid isPermaLink="false">F1477759-BCB9-48CB-A818-41F795CFD629</guid>
            <itunes:episodeType>full</itunes:episodeType>
        </item>
        <item>
            <title>TTT 31 of n - SSH File Transfers</title>
            <link>https://ttt.bartificer.net/book.html#ttt31</link>
            <description><![CDATA[<p>SSH can do a lot more than just run commands, and in this installment we'll discover how to use SSH to securely transfer files from one computer to another.</p>

<p>As always, you can get to Bart's fabulous tutorial shownotes at <a href="https://ttt.bartificer.net/book.html#ttt31" target="%5Fblank" rel="noopener">ttt.bartificer.net/...</a></p>
]]></description>
            <pubDate>Thu, 22 Oct 2015 22:35:00 -0700</pubDate>
            <enclosure url="http://media.blubrry.com/tamingtheterminal/archive.org/download/TTT31SSHFileTransfers/TTT_31_SSH_File_Transfers.mp3" length="41663850" type="audio/mpeg"/>
            <guid isPermaLink="false">669D33AF-45C5-47AE-BEF9-0D92EBF1E9EB</guid>
            <itunes:episodeType>full</itunes:episodeType>
        </item>
        <item>
            <title>TTT 30 of n - SSHing More Securely</title>
            <link>https://ttt.bartificer.net/book.html#ttt30</link>
            <description><![CDATA[<p>By default SSH uses usernames and passwords to authenticate users, but in this installment we'll discover how to use SSH keys to make SSH both more secure and more convenient.</p>

<p>As always, you can get to Bart's fabulous tutorial shownotes at <a href="https://ttt.bartificer.net/book.html#ttt30" target="%5Fblank" rel="noopener">ttt.bartificer.net/...</a></p>
]]></description>
            <pubDate>Thu, 22 Oct 2015 22:34:22 -0700</pubDate>
            <enclosure url="http://media.blubrry.com/tamingtheterminal/archive.org/download/TTT30SSHingMoreSecurely/TTT_30_SSHing_More_Securely.mp3" length="37085107" type="audio/mpeg"/>
            <guid isPermaLink="false">215B166F-FB83-461F-9516-443D23E2A8FB</guid>
            <itunes:episodeType>full</itunes:episodeType>
        </item>
        <item>
            <title>TTT 29 of n - Intro to SSH</title>
            <link>https://ttt.bartificer.net/book.html#ttt29</link>
            <description><![CDATA[<p>In this installment we introduce the Secure Shell, or SSH. SSH can do many things, but first and foremost it lets us run command, or entire command shells on remote computers securely.</p>

<p>As always, you can get to Bart's fabulous tutorial shownotes at <a href="https://ttt.bartificer.net/book.html#ttt29" target="%5Fblank" rel="noopener">ttt.bartificer.net/...</a></p>
]]></description>
            <pubDate>Thu, 22 Oct 2015 22:08:00 -0700</pubDate>
            <enclosure url="http://media.blubrry.com/tamingtheterminal/archive.org/download/TTT29IntroToSSH/TTT_29_Intro_to_SSH.mp3" length="28457175" type="audio/mpeg"/>
            <guid isPermaLink="false">32320A99-6FF4-4600-AD3C-D561B54105DD</guid>
            <itunes:episodeType>full</itunes:episodeType>
        </item>
        <item>
            <title>TTT 28 of n - Network Troubleshooting</title>
            <link>https://ttt.bartificer.net/book.html#ttt28</link>
            <description><![CDATA[<p>In this installment we put everything we have learned so far about networking together, and describe a workflow for diagnosing home networking problems.</p>

<p>As always, you can get to Bart's fabulous tutorial shownotes at <a href="https://ttt.bartificer.net/book.html#ttt28" target="%5Fblank" rel="noopener">ttt.bartificer.net/...</a></p>
]]></description>
            <pubDate>Thu, 22 Oct 2015 22:07:00 -0700</pubDate>
            <enclosure url="http://media.blubrry.com/tamingtheterminal/archive.org/download/TTT28NetworkTroubleshooting/TTT_28_Network_Troubleshooting.mp3" length="49582922" type="audio/mpeg"/>
            <guid isPermaLink="false">F0675E28-5387-4041-8D99-A107014AC765</guid>
            <itunes:episodeType>full</itunes:episodeType>
        </item>
        <item>
            <title>TTT 27b of n - DNS</title>
            <link>https://ttt.bartificer.net/book.html#ttt27</link>
            <description><![CDATA[<p>This is the second part of a two-part installment looking at the Domain Name System, or DNS. DNS is a critical cog in the internet's wheel because it translates between human-friendly domain names, and computer-friendly IP addresses.</p>

<p>As always, you can get to Bart's fabulous tutorial shownotes at <a href="https://ttt.bartificer.net/book.html#ttt27" target="%5Fblank" rel="noopener">ttt.bartificer.net/...</a></p>
]]></description>
            <pubDate>Thu, 22 Oct 2015 22:06:00 -0700</pubDate>
            <enclosure url="http://media.blubrry.com/tamingtheterminal/archive.org/download/TTT27bDNS/TTT_27b_DNS.mp3" length="41514638" type="audio/mpeg"/>
            <guid isPermaLink="false">69A7D3F9-F4BD-4CF7-93C7-1D8A48F2DA52</guid>
            <itunes:episodeType>full</itunes:episodeType>
        </item>
        <item>
            <title>TTT 27a of n - DNS</title>
            <link>https://ttt.bartificer.net/book.html#ttt27</link>
            <description><![CDATA[<p>This is the first part of a two-part installment looking at the Domain Name System, or DNS. DNS is a critical cog in the internet's wheel because it translates between human-friendly domain names, and computer-friendly IP addresses.</p>

<p>As always, you can get to Bart's fabulous tutorial shownotes at <a href="https://ttt.bartificer.net/book.html#ttt27" target="%5Fblank" rel="noopener">ttt.bartificer.net/...</a></p>
]]></description>
            <pubDate>Thu, 22 Oct 2015 22:05:00 -0700</pubDate>
            <enclosure url="http://media.blubrry.com/tamingtheterminal/archive.org/download/TTT27aDNS/TTT_27a_DNS.mp3" length="42996722" type="audio/mpeg"/>
            <guid isPermaLink="false">F953A7FA-2A5F-4BDF-B319-608DE1D9C651</guid>
            <itunes:episodeType>full</itunes:episodeType>
        </item>
        <item>
            <title>TTT 26 of n - DHCP</title>
            <link>https://ttt.bartificer.net/book.html#ttt26</link>
            <description><![CDATA[<p>In this installment we learn about the Dynamic Host Configuration Protocol, or DHCP. This is the protocol that allows our computers to automatically discover their network settings, and without it portable computing devices simply wouldn't work.</p>

<p>As always, you can get to Bart's fabulous tutorial shownotes at <a href="https://ttt.bartificer.net/book.html#ttt26" target="%5Fblank" rel="noopener">ttt.bartificer.net/...</a></p>
]]></description>
            <pubDate>Thu, 22 Oct 2015 22:04:42 -0700</pubDate>
            <enclosure url="http://media.blubrry.com/tamingtheterminal/archive.org/download/TTT26DHCP/TTT_26_DHCP.mp3" length="55545110" type="audio/mpeg"/>
            <guid isPermaLink="false">8A189AEA-AEFC-4A72-8D4E-E9838E8E8E99</guid>
            <itunes:episodeType>full</itunes:episodeType>
        </item>
        <item>
            <title>TTT 25b of n - IP Subnets</title>
            <link>https://ttt.bartificer.net/book.html#ttt25</link>
            <description><![CDATA[<p>This is the second part of a two-part installment exploring the second layer in the TCP/IP stack, the Internet Layer, and most importantly, the IP protocol. In particular we focus on the vitally important, but often confusing, concept of IP subnets. If you understand subnets, home networking becomes simple and obvious, if you don't it seems like black magic!</p>

<p>As always, you can get to Bart's fabulous tutorial shownotes at <a href="https://ttt.bartificer.net/book.html#ttt25" target="%5Fblank" rel="noopener">ttt.bartificer.net/...</a></p>
]]></description>
            <pubDate>Thu, 22 Oct 2015 22:03:23 -0700</pubDate>
            <enclosure url="http://media.blubrry.com/tamingtheterminal/archive.org/download/TTT25bIPSubnets/TTT_25b_IP_Subnets.mp3" length="63206302" type="audio/mpeg"/>
            <guid isPermaLink="false">4C1CC6C4-962A-4C05-8D19-D6D8F1B48B36</guid>
            <itunes:episodeType>full</itunes:episodeType>
        </item>
        <item>
            <title>TTT 25a of n - IP Subnets</title>
            <link>https://ttt.bartificer.net/book.html#ttt25</link>
            <description><![CDATA[<p>This is the first part of a two-part installment exploring the second layer in the TCP/IP stack, the Internet Layer, and most importantly, the IP protocol. In particular we focus on the vitally important, but often confusing, concept of IP subnets. If you understand subnets, home networking becomes simple and obvious, if you don't it seems like black magic!</p>

<p>As always, you can get to Bart's fabulous tutorial shownotes at <a href="https://ttt.bartificer.net/book.html#ttt25" target="%5Fblank" rel="noopener">ttt.bartificer.net/...</a></p>
]]></description>
            <pubDate>Thu, 22 Oct 2015 22:02:00 -0700</pubDate>
            <enclosure url="http://media.blubrry.com/tamingtheterminal/archive.org/download/TTT25aIPSubnets/TTT_25a_IP_Subnets.mp3" length="38638661" type="audio/mpeg"/>
            <guid isPermaLink="false">B22913A2-9769-4B20-A574-19B5033C76E0</guid>
            <itunes:episodeType>full</itunes:episodeType>
        </item>
        <item>
            <title>TTT 24 of n - Ethernet &amp; ARP</title>
            <link>https://ttt.bartificer.net/book.html#ttt24</link>
            <description><![CDATA[<p>In this installment we start at the bottom of the TCP/IP stack, looking at the so-called link-layer, and in particular at Ethernet and the ARP protocol.</p>

<p>As always, you can get to Bart's fabulous tutorial shownotes at <a href="https://ttt.bartificer.net/book.html#ttt24" target="%5Fblank" rel="noopener">ttt.bartificer.net/...</a></p>
]]></description>
            <pubDate>Thu, 22 Oct 2015 22:01:00 -0700</pubDate>
            <enclosure url="http://media.blubrry.com/tamingtheterminal/archive.org/download/TTT24EthernetAndARP/TTT_24_Ethernet_and_ARP.mp3" length="40251148" type="audio/mpeg"/>
            <guid isPermaLink="false">4D7E247C-7CDF-489F-8ACB-4CB6E16E0AB4</guid>
            <itunes:episodeType>full</itunes:episodeType>
        </item>
        <item>
            <title>TTT 23b of n - Networking Intro</title>
            <link>https://ttt.bartificer.net/book.html#ttt23</link>
            <description><![CDATA[<p>This is the second part of a two-part installment describing the TCP/IP networking stack that allows our computers to talk to each other within our homes and offices, and to other computers and server around the world through the internet.</p>

<p>As always, you can get to Bart's fabulous tutorial shownotes at <a href="https://ttt.bartificer.net/book.html#ttt23" target="%5Fblank" rel="noopener">ttt.bartificer.net/...</a></p>
]]></description>
            <pubDate>Thu, 22 Oct 2015 22:00:00 -0700</pubDate>
            <enclosure url="http://media.blubrry.com/tamingtheterminal/archive.org/download/TTT23bNetworkingIntro/TTT_23b_Networking_Intro.mp3" length="40904000" type="audio/mpeg"/>
            <guid isPermaLink="false">6C01A8A6-9014-4422-B785-D6ACBE77A596</guid>
            <itunes:episodeType>full</itunes:episodeType>
        </item>
        <item>
            <title>TTT 23a of n - Networking Intro</title>
            <link>https://ttt.bartificer.net/book.html#ttt23</link>
            <description><![CDATA[<p>This is the first part of a two-part installment describing the TCP/IP networking stack that allows our computers to talk to each other within our homes and offices, and to other computers and server around the world through the internet.</p>

<p>As always, you can get to Bart's fabulous tutorial shownotes at <a href="https://ttt.bartificer.net/book.html#ttt23" target="%5Fblank" rel="noopener">ttt.bartificer.net/...</a></p>
]]></description>
            <pubDate>Thu, 22 Oct 2015 21:59:00 -0700</pubDate>
            <enclosure url="http://media.blubrry.com/tamingtheterminal/archive.org/download/TTT23aNetworkingIntro/TTT_23a_Networking_Intro.mp3" length="32783053" type="audio/mpeg"/>
            <guid isPermaLink="false">4E6DE3D5-CFFF-47C8-8EE8-9C3277B38D37</guid>
            <itunes:episodeType>full</itunes:episodeType>
        </item>
        <item>
            <title>TTT 22 of n - Tips &amp; Tricks</title>
            <link>https://ttt.bartificer.net/book.html#ttt22</link>
            <description><![CDATA[<p>In this installment we take a bit of a breather, and look at some simple tips and tricks for making like on the command line that little bit easier.</p>

<p>As always, you can get to Bart's fabulous tutorial shownotes at <a href="https://ttt.bartificer.net/book.html#ttt22" target="%5Fblank" rel="noopener">ttt.bartificer.net/...</a></p>
]]></description>
            <pubDate>Thu, 22 Oct 2015 21:58:16 -0700</pubDate>
            <enclosure url="http://media.blubrry.com/tamingtheterminal/archive.org/download/TTT22TipsAndTricks/TTT_22_Tips_and_Tricks.mp3" length="24919151" type="audio/mpeg"/>
            <guid isPermaLink="false">4306C70B-143A-4698-AB38-E16BD7CBC423</guid>
            <itunes:episodeType>full</itunes:episodeType>
        </item>
        <item>
            <title>TTT 21 of n - More Searching</title>
            <link>https://ttt.bartificer.net/book.html#ttt21</link>
            <description><![CDATA[<p>In this installment we learn how to use the results of a file search as the input to another command. This allows us to do things like set the file permissions on every file that ends in .php.</p>

<p>As always, you can get to Bart's fabulous tutorial shownotes at <a href="https://ttt.bartificer.net/book.html#ttt21" target="%5Fblank" rel="noopener">ttt.bartificer.net/...</a></p>
]]></description>
            <pubDate>Thu, 22 Oct 2015 21:57:00 -0700</pubDate>
            <enclosure url="http://media.blubrry.com/tamingtheterminal/archive.org/download/TTT21MoreSearching/TTT_21_More_Searching.mp3" length="30455020" type="audio/mpeg"/>
            <guid isPermaLink="false">F7B257BE-687E-47B3-8C24-14DF561C3CF8</guid>
            <itunes:episodeType>full</itunes:episodeType>
        </item>
        <item>
            <title>TTT 20 of n - File Searches</title>
            <link>https://ttt.bartificer.net/book.html#ttt20</link>
            <description><![CDATA[<p>In this installment we learn how to search for files based on all sorts of criteria, including file name, file size, modified date, and more.</p>

<p>As always, you can get to Bart's fabulous tutorial shownotes at <a href="https://ttt.bartificer.net/book.html#ttt20" target="%5Fblank" rel="noopener">ttt.bartificer.net/...</a></p>
]]></description>
            <pubDate>Thu, 22 Oct 2015 21:56:00 -0700</pubDate>
            <enclosure url="http://media.blubrry.com/tamingtheterminal/archive.org/download/TTT20FileSearches/TTT_20_File_Searches.mp3" length="43061087" type="audio/mpeg"/>
            <guid isPermaLink="false">CBA33938-A626-42E0-8034-97F9B8E3AF68</guid>
            <itunes:episodeType>full</itunes:episodeType>
        </item>
        <item>
            <title>TTT 19 of n - Text Searches</title>
            <link>https://ttt.bartificer.net/book.html#ttt19</link>
            <description><![CDATA[<p>In this installment we look at how to use terminal commands and regular expressions to filter text, such as the output of terminal commands, and to search for files that contain a particular text pattern.</p>

<p>As always, you can get to Bart's fabulous tutorial shownotes at <a href="https://ttt.bartificer.net/book.html#ttt19" target="%5Fblank" rel="noopener">ttt.bartificer.net/...</a></p>
]]></description>
            <pubDate>Thu, 22 Oct 2015 21:55:07 -0700</pubDate>
            <enclosure url="http://media.blubrry.com/tamingtheterminal/archive.org/download/TTT19TextSearches/TTT_19_Text_Searches.mp3" length="27145202" type="audio/mpeg"/>
            <guid isPermaLink="false">B067743B-DE72-4487-B1F3-DEDF5AE7C555</guid>
            <itunes:episodeType>full</itunes:episodeType>
        </item>
        <item>
            <title>TTT 18b of n - More REs</title>
            <link>https://ttt.bartificer.net/book.html#ttt18</link>
            <description><![CDATA[<p>This is the second of a two-part installment where we dive deeper into Regular Expressions. This two-part installment is laying vital foundations for the up-coming installments on searching.</p>

<p>As always, you can get to Bart's fabulous tutorial shownotes at <a href="https://ttt.bartificer.net/book.html#ttt18" target="%5Fblank" rel="noopener">ttt.bartificer.net/...</a></p>
]]></description>
            <pubDate>Thu, 22 Oct 2015 21:54:00 -0700</pubDate>
            <enclosure url="http://media.blubrry.com/tamingtheterminal/archive.org/download/TTT18bMoreREs/TTT_18b_More_REs.mp3" length="32935190" type="audio/mpeg"/>
            <guid isPermaLink="false">029F9961-23CB-4DD5-B25C-120095341F29</guid>
            <itunes:episodeType>full</itunes:episodeType>
        </item>
        <item>
            <title>TTT 18a of n - More REs</title>
            <link>https://ttt.bartificer.net/book.html#ttt18</link>
            <description><![CDATA[<p>This is the first of a two-part installment where we dive deeper into Regular Expressions. This two-part installment is laying vital foundations for the up-coming installments on searching.</p>

<p>As always, you can get to Bart's fabulous tutorial shownotes at <a href="https://ttt.bartificer.net/book.html#ttt18" target="%5Fblank" rel="noopener">ttt.bartificer.net/...</a></p>
]]></description>
            <pubDate>Thu, 22 Oct 2015 21:53:22 -0700</pubDate>
            <enclosure url="http://media.blubrry.com/tamingtheterminal/archive.org/download/TTT18aMoreREs/TTT_18a_More_REs.mp3" length="32361332" type="audio/mpeg"/>
            <guid isPermaLink="false">C9CC37A8-4DDB-4AE5-98CC-47027A7BA8EB</guid>
            <itunes:episodeType>full</itunes:episodeType>
        </item>
        <item>
            <title>TTT 17 of n - Regular Expressions</title>
            <link>https://ttt.bartificer.net/book.html#ttt17</link>
            <description><![CDATA[<p>In this installment we introduce the concept of 'regular expressions' - a means of accurately describing arbitrary patterns. Regular expressions allow us to express complex search pattens in a way the computer can understand.</p>

<p>As always, you can get to Bart's fabulous tutorial shownotes at <a href="https://ttt.bartificer.net/book.html#ttt17" target="%5Fblank" rel="noopener">ttt.bartificer.net/...</a></p>
]]></description>
            <pubDate>Thu, 22 Oct 2015 21:51:46 -0700</pubDate>
            <enclosure url="http://media.blubrry.com/tamingtheterminal/archive.org/download/TTT17RegularExpressions/TTT_17_Regular_Expressions.mp3" length="33105299" type="audio/mpeg"/>
            <guid isPermaLink="false">EE4D02B9-5F37-4BB8-B683-E9495294515C</guid>
            <itunes:episodeType>full</itunes:episodeType>
        </item>
        <item>
            <title>TTT 16 of n - Crossing the Streams</title>
            <link>https://ttt.bartificer.net/book.html#ttt16</link>
            <description><![CDATA[<p>In this installment we continue our exploration of streams, looking at how we can use files as the source and destination for streams, and how we can combine two streams into one.</p>

<p>As always, you can get to Bart's fabulous tutorial shownotes at <a href="https://ttt.bartificer.net/book.html#ttt16" target="%5Fblank" rel="noopener">ttt.bartificer.net/...</a></p>
]]></description>
            <pubDate>Thu, 22 Oct 2015 21:50:51 -0700</pubDate>
            <enclosure url="http://media.blubrry.com/tamingtheterminal/archive.org/download/TTT16CrossingTheStreams/TTT_16_Crossing_the_Streams.mp3" length="32510962" type="audio/mpeg"/>
            <guid isPermaLink="false">C01F9476-EF40-4348-9F7A-1874A4B24098</guid>
            <itunes:episodeType>full</itunes:episodeType>
        </item>
        <item>
            <title>TTT 15 of n - Plumbing</title>
            <link>https://ttt.bartificer.net/book.html#ttt15</link>
            <description><![CDATA[<p>In this installment we introduce the concept of data streams, looking at the three system streams STDIN, STDOUT $ STDERR, and then look at how we can use the pipe operator connect the output of one command to the input of another.</p>

<p>As always, you can get to Bart's fabulous tutorial shownotes at <a href="https://ttt.bartificer.net/book.html#ttt15" target="%5Fblank" rel="noopener">ttt.bartificer.net/...</a></p>
]]></description>
            <pubDate>Thu, 22 Oct 2015 15:57:47 -0700</pubDate>
            <enclosure url="http://media.blubrry.com/tamingtheterminal/archive.org/download/TTT15Plumbing/TTT_15_Plumbing.mp3" length="33882286" type="audio/mpeg"/>
            <guid isPermaLink="false">242AAEB1-ED66-42EC-BDDA-817501761A55</guid>
            <itunes:episodeType>full</itunes:episodeType>
        </item>
        <item>
            <title>TTT 14 of n - Aliases &amp; Prompts</title>
            <link>https://ttt.bartificer.net/book.html#ttt14</link>
            <description><![CDATA[<p>In this installment we wrap up our look at the environment by describing command line aliases, and looking at how we can customize the prompt we see when working at the command line.</p>

<p>As always, you can get to Bart's fabulous tutorial shownotes at <a href="https://ttt.bartificer.net/book.html#ttt14" target="%5Fblank" rel="noopener">ttt.bartificer.net/...</a></p>
]]></description>
            <pubDate>Thu, 22 Oct 2015 14:46:00 -0700</pubDate>
            <enclosure url="http://media.blubrry.com/tamingtheterminal/archive.org/download/TTT14AliasesAndPrompts/TTT_14_Aliases_and_Prompts.mp3" length="19383282" type="audio/mpeg"/>
            <guid isPermaLink="false">1F379130-DD9C-4CD0-AF72-07F18CD0765E</guid>
            <itunes:episodeType>full</itunes:episodeType>
        </item>
        <item>
            <title>TTT 13 of n - PATH</title>
            <link>https://ttt.bartificer.net/book.html#ttt13</link>
            <description><![CDATA[<p>In this installment we continue to explore the environment, focusing on the very important environment variable PATH.</p>

<p>As always, you can get to Bart's fabulous tutorial shownotes at <a href="https://ttt.bartificer.net/book.html#ttt13" target="%5Fblank" rel="noopener">ttt.bartificer.net/...</a></p>
]]></description>
            <pubDate>Thu, 22 Oct 2015 14:45:28 -0700</pubDate>
            <enclosure url="http://media.blubrry.com/tamingtheterminal/archive.org/download/TTT13PATH/TTT_13_PATH.mp3" length="16748862" type="audio/mpeg"/>
            <guid isPermaLink="false">E4886818-0625-46CE-A2FB-95843CD96D8A</guid>
            <itunes:episodeType>full</itunes:episodeType>
        </item>
        <item>
            <title>TTT 12 of n - The Environment</title>
            <link>https://ttt.bartificer.net/book.html#ttt12</link>
            <description><![CDATA[<p>In this installment we introduce the rather nebulous concept of the Unix/Linux environment, and we look at environment variables and shell variables.</p>

<p>As always, you can get to Bart's fabulous tutorial shownotes at <a href="https://ttt.bartificer.net/book.html#ttt12" target="%5Fblank" rel="noopener">ttt.bartificer.net/...</a></p>
]]></description>
            <pubDate>Thu, 22 Oct 2015 14:44:56 -0700</pubDate>
            <enclosure url="http://media.blubrry.com/tamingtheterminal/archive.org/download/TTT12TheEnvironment/TTT_12_The_Environment.mp3" length="20513014" type="audio/mpeg"/>
            <guid isPermaLink="false">4BC212BE-88AD-4C42-9253-5FB4C0569B07</guid>
            <itunes:episodeType>full</itunes:episodeType>
        </item>
        <item>
            <title>TTT 11 of n - Text Files</title>
            <link>https://ttt.bartificer.net/book.html#ttt11</link>
            <description><![CDATA[<p>In this installment we look at how to read and edit text files from the command line.</p>

<p>As always, you can get to Bart's fabulous tutorial shownotes at <a href="https://ttt.bartificer.net/book.html#ttt11" target="%5Fblank" rel="noopener">ttt.bartificer.net/...</a></p>
]]></description>
            <pubDate>Thu, 22 Oct 2015 14:42:00 -0700</pubDate>
            <enclosure url="http://media.blubrry.com/tamingtheterminal/archive.org/download/TTT11TextFiles/TTT_11_Text_Files.mp3" length="19834034" type="audio/mpeg"/>
            <guid isPermaLink="false">BE83B2BC-F71E-480E-A647-C0E3386EE8EA</guid>
            <itunes:episodeType>full</itunes:episodeType>
        </item>
        <item>
            <title>TTT 10 of n - man</title>
            <link>https://ttt.bartificer.net/book.html#ttt10</link>
            <description><![CDATA[<p>Unix, Linux and OS X have a built-in manual describing how the various terminal commands work. In this installment we look at how to access this manual, and explain the special language used within.</p>

<p>As always, you can get to Bart's fabulous tutorial shownotes at <a href="https://ttt.bartificer.net/book.html#ttt10" target="%5Fblank" rel="noopener">ttt.bartificer.net/...</a></p>
]]></description>
            <pubDate>Thu, 22 Oct 2015 14:41:18 -0700</pubDate>
            <enclosure url="http://media.blubrry.com/tamingtheterminal/archive.org/download/TTT10Man/TTT_10_man.mp3" length="15595085" type="audio/mpeg"/>
            <guid isPermaLink="false">7F57C2CD-62DB-4519-BB32-3A1803FA1793</guid>
            <itunes:episodeType>full</itunes:episodeType>
        </item>
        <item>
            <title>TTT 9 of n - Controlling Processes</title>
            <link>https://ttt.bartificer.net/book.html#ttt9</link>
            <description><![CDATA[<p>In this installment we learn how to control processes - creating them, and ending them.</p>

<p>As always, you can get to Bart's fabulous tutorial shownotes at <a href="https://ttt.bartificer.net/book.html#ttt9" target="%5Fblank" rel="noopener">ttt.bartificer.net/...</a></p>
]]></description>
            <pubDate>Thu, 22 Oct 2015 14:22:00 -0700</pubDate>
            <enclosure url="http://media.blubrry.com/tamingtheterminal/archive.org/download/TTT09ControllingProcesses/TTT_09_Controlling_Processes.mp3" length="14022113" type="audio/mpeg"/>
            <guid isPermaLink="false">E7F5AD05-7E0A-4292-AE64-710D7DA93088</guid>
            <itunes:episodeType>full</itunes:episodeType>
        </item>
        <item>
            <title>TTT 8 of n - Processes</title>
            <link>https://ttt.bartificer.net/book.html#ttt8</link>
            <description><![CDATA[<p>In this installment we explore the concept of Linux/Unix processes, and we introdue the ps command for viewing the running processes.</p>

<p>As always, you can get to Bart's fabulous tutorial shownotes at <a href="https://ttt.bartificer.net/book.html#ttt8" target="%5Fblank" rel="noopener">ttt.bartificer.net/...</a></p>
]]></description>
            <pubDate>Thu, 22 Oct 2015 14:20:49 -0700</pubDate>
            <enclosure url="http://media.blubrry.com/tamingtheterminal/archive.org/download/TTT08Processes_201509/TTT_08_Processes.mp3" length="24334827" type="audio/mpeg"/>
            <guid isPermaLink="false">7FD7EDA4-2AE1-46F6-ADFA-D957B1A8286B</guid>
            <itunes:episodeType>full</itunes:episodeType>
        </item>
        <item>
            <title>TTT 7 of n - Managing Files</title>
            <link>https://ttt.bartificer.net/book.html#ttt7</link>
            <description><![CDATA[<p>In this installment we look at file management from the commandline - creating, copying, moving, renaming, and deleting files and folders.</p>

<p>As always, you can get to Bart's fabulous tutorial shownotes at <a href="https://ttt.bartificer.net/book.html#ttt7" target="%5Fblank" rel="noopener">ttt.bartificer.net/...</a></p>
]]></description>
            <pubDate>Thu, 22 Oct 2015 14:18:25 -0700</pubDate>
            <enclosure url="http://media.blubrry.com/tamingtheterminal/archive.org/download/TTT07ManagingFiles/TTT_07_Managing_Files.mp3" length="15206812" type="audio/mpeg"/>
            <guid isPermaLink="false">1B63EC43-FAD0-45A4-85EF-C7604995BC12</guid>
            <itunes:episodeType>full</itunes:episodeType>
        </item>
        <item>
            <title>TTT 6 of n - More File Permissions</title>
            <link>https://ttt.bartificer.net/book.html#ttt6</link>
            <description><![CDATA[<p>In this installment we’ll start by biting the bullet and dive into how to alter standard Unix File permissions. This could well turn out to be the most difficult segment in this entire series, regardless of how big n gets, but it is very important, so if you have trouble with it, please don’t give up.</p>

<p>As always, you can get to Bart's fabulous tutorial shownotes at <a href="https://ttt.bartificer.net/book.html#ttt6" target="%5Fblank" rel="noopener">ttt.bartificer.net/...</a></p>
]]></description>
            <pubDate>Thu, 15 Oct 2015 11:20:00 -0700</pubDate>
            <enclosure url="http://media.blubrry.com/tamingtheterminal/archive.org/download/TTT06MoreFilePermissions/TTT_06_More_File_Permissions.mp3" length="17513536" type="audio/mpeg"/>
            <guid isPermaLink="false">FADC82D9-B443-4A83-83AA-1E3371D9CDA9</guid>
            <itunes:author>Bart Busschots &amp; Allison Sheridan</itunes:author>
            <itunes:episodeType>full</itunes:episodeType>
        </item>
        <item>
            <title>TTT 5 of n - File Permissions</title>
            <link>https://ttt.bartificer.net/book.html#ttt5</link>
            <description><![CDATA[<p>We take a look at how standard Unix File Permissions work, and look at how to understand the permissions on existing files and folders, but not at how to change them. We also cover the fact that the standard unix file permissions are now only a sub-set of the file permissions on OS X and Linux (OS X also supports file ACLs, and Linux has SELinux as an optional extra layer of security).</p>

<p>As always, you can get to Bart's fabulous tutorial shownotes at <a href="https://ttt.bartificer.net/book.html#ttt5" target="%5Fblank" rel="noopener">ttt.bartificer.net/...</a></p>
]]></description>
            <pubDate>Thu, 15 Oct 2015 11:19:04 -0700</pubDate>
            <enclosure url="http://media.blubrry.com/tamingtheterminal/archive.org/download/TTT05FilePermissions/TTT_05_File_Permissions.mp3" length="16340110" type="audio/mpeg"/>
            <guid isPermaLink="false">922C2683-BF54-45EF-9C65-E76AA48AFC24</guid>
            <itunes:author>Bart Busschots &amp; Allison Sheridan</itunes:author>
            <itunes:episodeType>full</itunes:episodeType>
        </item>
        <item>
            <title>TTT 4 of n - Navigation</title>
            <link>https://ttt.bartificer.net/book.html#ttt4</link>
            <description><![CDATA[<p>In this installment we’ll look at how to navigate around the Unix/Linux/OS X filesystem in a Bash command shell.</p>

<p>As always, you can get to Bart's fabulous tutorial shownotes at <a href="https://ttt.bartificer.net/book.html#ttt4" target="%5Fblank" rel="noopener">ttt.bartificer.net/...</a></p>
]]></description>
            <pubDate>Thu, 15 Oct 2015 11:16:55 -0700</pubDate>
            <enclosure url="http://media.blubrry.com/tamingtheterminal/archive.org/download/TTT04Navigation/TTT_04_Navigation.mp3" length="13007936" type="audio/mpeg"/>
            <guid isPermaLink="false">89A093A8-C5A6-46DA-9AD3-2A2348ACE157</guid>
            <itunes:author>Bart Busschots &amp; Allison Sheridan</itunes:author>
            <itunes:episodeType>full</itunes:episodeType>
        </item>
        <item>
            <title>TTT 3 of n - File Systems</title>
            <link>https://ttt.bartificer.net/book.html#ttt3</link>
            <description><![CDATA[<p>We discuss the concept of a file system in detail. We described how filesystems contain folders which contain files or folders, and we described the different ways in which Windows and Linux/Unix/OS X combine all the filesystems on our computers into a single name-space, within which every file has a unique ‘path’ (F:\myFolder\myFile.txt -v- /Volumes/myThumbDrive/myFolder/myFile.txt).</p>

<p>As always, you can get to Bart's fabulous tutorial shownotes at <a href="https://ttt.bartificer.net/book.html#ttt3" target="%5Fblank" rel="noopener">ttt.bartificer.net/...</a></p>
]]></description>
            <pubDate>Thu, 15 Oct 2015 11:10:54 -0700</pubDate>
            <enclosure url="http://media.blubrry.com/tamingtheterminal/archive.org/download/TTT03FileSystems/TTT_03_File_Systems.mp3" length="13733922" type="audio/mpeg"/>
            <guid isPermaLink="false">597985D9-EABD-4B3C-B90D-C5212E368C2D</guid>
            <itunes:author>Bart Busschots &amp; Allison Sheridan</itunes:author>
            <itunes:episodeType>full</itunes:episodeType>
        </item>
        <item>
            <title>TTT 2 of n - Commands</title>
            <link>https://ttt.bartificer.net/book.html#ttt2</link>
            <description><![CDATA[<p>In this installment, we look at OS X’s Terminal.app, the anatomy of the Bash command prompt, and the anatomy of a Unix/Linux command.</p>

<p>As always, you can get to Bart's fabulous tutorial shownotes at <a href="https://ttt.bartificer.net/book.html#ttt2" target="%5Fblank" rel="noopener">ttt.bartificer.net/...</a></p>
]]></description>
            <pubDate>Thu, 15 Oct 2015 11:08:04 -0700</pubDate>
            <enclosure url="http://media.blubrry.com/tamingtheterminal/archive.org/download/TTT02Commands/TTT_02_Commands.mp3" length="18375145" type="audio/mpeg"/>
            <guid isPermaLink="false">3912C472-CD3C-46A3-9BD6-2DE9699AB109</guid>
            <itunes:author>Bart Busschots &amp; Allison Sheridan</itunes:author>
            <itunes:episodeType>full</itunes:episodeType>
        </item>
        <item>
            <title>TTT 1 of n - Command Shells</title>
            <link>https://ttt.bartificer.net/book.html#ttt1</link>
            <description><![CDATA[<p>In this first segment we'll lay a very basic foundation. We plan to take things very slowly with this series, so Bart gives us a sort of 40,000ft view of command shells – some context, some history, a very general description of what command shells do, and a little bit on why they are still very useful in the modern GUI age. </p>

<p>As always, you can get to Bart's fabulous tutorial shownotes at <a href="https://ttt.bartificer.net/book.html#ttt1" target="%5Fblank" rel="noopener">ttt.bartificer.net/...</a></p>
]]></description>
            <pubDate>Thu, 15 Oct 2015 11:06:28 -0700</pubDate>
            <enclosure url="http://media.blubrry.com/tamingtheterminal/archive.org/download/TTT01CommandShells/TTT_01_Command_Shells.mp3" length="13784079" type="audio/mpeg"/>
            <guid isPermaLink="false">51549370-D3FD-4C31-ABE1-E3227187CA71</guid>
            <itunes:author>Bart Busschots &amp; Allison Sheridan</itunes:author>
            <itunes:episodeType>full</itunes:episodeType>
        </item>
        <item>
            <title>TTT 0 OF n - Introducing TTT</title>
            <link>https://ttt.bartificer.net/book.html</link>
            <description><![CDATA[<p>Taming the Terminal is a collaboration between Bart Busschots and Allison Sheridan. The tutorials were written by Bart, and hosted on this site, and there are matching conversations with Allison Sheridan on the NosillaCast Podcast. In Taming the Terminal, Bart Busschots guides Allison Sheridan through a series of tutorials to help get people comfortable in the Terminal, learn efficient ways of controlling your computer, and diagnosing network problems. While both hosts are using OS X, every effort is made to include both Linux and Windows comparative commands where possible.</p>

<p>Bart is a Linux system administrator by day, is hosts the Let’s Talk Apple and Let’s Talk Photography podcasts. Allison is the host of the NosillaCast podcast, A Technology Geek Podcast with an EVER so Slight Macintosh Bias.</p>

<p>Special thanks go to Steve Sheridan who suggested converting this series into a stand-alone podcast, and did the time-consuming and monotonous audio editing needed to extract the segments from the NosillaCast and re-package them, AND designing the logo for us.</p>

<p><a href="https://ttt.bartificer.net/book.html" target="%5Fblank" rel="noopener">ttt.bartificer.net/...</a></p>
]]></description>
            <pubDate>Tue, 13 Oct 2015 13:02:27 -0700</pubDate>
            <enclosure url="http://media.blubrry.com/tamingtheterminal/archive.org/download/allison_podfeet_TTT/TTT_00_Introduction.mp3" length="2378379" type="audio/mpeg"/>
            <guid isPermaLink="false">622B5917-EC38-4A94-BB55-21874DC5B453</guid>
            <itunes:author>Bart Busschots &amp; Allison Sheridan</itunes:author>
            <itunes:episodeType>full</itunes:episodeType>
        </item>
    </channel>
</rss>