
Episode 84
The curl command introduction
This episode shows an example of using the `curl` command to download the Pow web server.
Watch episode
Episode 85
Package management: brew introduction
This episode provides a brief introduction to `brew`, which a package management system available for OSX, with details on how to access its help documentation as well as how to install brew from the command line.
Watch episode
Episode 86
Package management: brew commands
This episode covers the most common commands used by the `brew` package management system, such as doctor, outdated, missing and several others.
Watch episode
Episode 87
The zip & unzip commands introduction
This episode shows the basics of using the `zip` and `unzip` commands for creating and extracting compressed archive files containing the .zip file suffix.
Watch episode
Episode 88
The gzip command introduction
This episode shows how to use the `gzip` command to compress a file using the namesake file suffix.
Watch episode
Episode 89
The gunzip command introduction
This episode shows how to use the `gunzip` command to decompress a file that is in the gzip file format.
Watch episode
Episode 90
The tar command: introduction
This episode introduces the tar command and how it can be used to list as well as extract the contents of an archive with a .tar file suffix.
Watch episode
Episode 91
The tar command: creating archives
This episode shows how to create a tar archive using more than one file.
Watch episode
Episode 92
The tar command: creating a gzipped archive
This episode shows how to use the tar command to create an archive that is compressed using gzip.
Watch episode
Episode 93
The tar command: creating a tgz archive
This episode shows how to create files with a .tgz suffix and how to decompress it using gunzip.
Watch episode
Episode 94
The tar command: extracting a gzipped archive
This episode shows how to extract the contents of files with a .tar.gz or .tgz suffix.
Watch episode
Episode 95
The compress & uncompress commands introduction
This episode demonstrates how to manage files with a .Z suffix by using the compress and uncompress commands.
Watch episode
Episode 96
Installing software from source
This episode shows how to install software from the Tcl source package using the configure, make & make install commands.
Watch episode