Taming the Terminal-logo

Taming the Terminal

Technology Podcasts

Taming the Terminal is a podcast based on the tutorial created by Bart Busschots and explained to Allison Sheridan.

Location:

United States

Description:

Taming the Terminal is a podcast based on the tutorial created by Bart Busschots and explained to Allison Sheridan.

Language:

English


Episodes
Ask host to enable sharing for playback control

TTT 40 of n – Automating TMUX

8/16/2020
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...

Duration:01:13:30

Ask host to enable sharing for playback control

TTT 39 of n – Advanced TMUX

7/26/2020
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...

Duration:00:46:13

Ask host to enable sharing for playback control

TTT 38 of n – TMUX (a Screen Alternative)

7/11/2020
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...

Duration:01:06:45

Ask host to enable sharing for playback control

TTT 37A of n – SSH Agents

5/26/2017
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. You...

Duration:00:31:07

Ask host to enable sharing for playback control

TTT 37 of n – SSH Agents

5/26/2017
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...

Duration:00:59:39

Ask host to enable sharing for playback control

TTT 36 of n - screen and cron

11/19/2016
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! 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...

Duration:01:03:36

Ask host to enable sharing for playback control

TTT 35 of n - HTTP Commands

10/23/2015
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.

Duration:00:30:20

Ask host to enable sharing for playback control

TTT 33 of n - SSH Bookmarks

10/23/2015
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.

Duration:00:25:19

Ask host to enable sharing for playback control

TTT 34 of n - Introducing HTTP

10/23/2015
In this installment we look at how the HTTP protocol works, this is the protocol that powers the world-wide-web.

Duration:00:39:39

Ask host to enable sharing for playback control

TTT 32 of n - SSH Tunneling

10/23/2015
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.

Duration:00:43:21

Ask host to enable sharing for playback control

TTT 31 of n - SSH File Transfers

10/23/2015
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.

Duration:00:43:08

Ask host to enable sharing for playback control

TTT 30 of n - SSHing More Securely

10/23/2015
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.

Duration:00:38:22

Ask host to enable sharing for playback control

TTT 29 of n - Intro to SSH

10/23/2015
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

Duration:00:29:23

Ask host to enable sharing for playback control

TTT 28 of n - Network Troubleshooting

10/23/2015
In this installment we put everything we have learned so far about networking together, and describe a workflow for diagnosing home networking problems.

Duration:00:51:23

Ask host to enable sharing for playback control

TTT 27b of n - DNS

10/23/2015
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.

Duration:00:42:59

Ask host to enable sharing for playback control

TTT 27a of n - DNS

10/23/2015
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.

Duration:00:44:31

Ask host to enable sharing for playback control

TTT 26 of n - DHCP

10/23/2015
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.

Duration:00:57:36

Ask host to enable sharing for playback control

TTT 25b of n - IP Subnets

10/23/2015
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!

Duration:01:05:35

Ask host to enable sharing for playback control

TTT 25a of n - IP Subnets

10/23/2015
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!

Duration:00:39:59

Ask host to enable sharing for playback control

TTT 24 of n - Ethernet & ARP

10/23/2015
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.

Duration:00:41:40