#22 Redirecting Standard Output and Input
Sometimes it is useful to have what would normally be output to the screen output to a textfile or even elsewhere. Luckily, this is trivial in a POSIX operating system.
In this episode you'll learn how to redirect Standard Output into more than just textfiles and how this can be used with a variety of of utilities.
Uploaded on Jan 29, 2010 | 6:03 | Tags: Linux
#21 Git for Non Programmers
Git has won the hearts of many programmers in recent years making it their version control system of choice. But, Git can be used by everyday users to keep configuration files or anything else that may change over time in version control.
In this episode we'll go through Git boot camp and walk through using GitHub to remotely host our Git repository.
Uploaded on Jan 22, 2010 | 13:59 | Tags: Git
#20 Low Level Data Copying with dd
If you need to copy data, byte for byte, you use dd. dd can do many great things like copying a hard disk to another disk, making .iso's of CDs or DVDs, and making backup images of data.
Further, dd can zero out a drive, create files with random data, dig into your memory, make backup of your master boot record, bench test your disks... the list goes on.
In this episode we'll just scratch the surface by making copies of our hard disk, restoring that hard disk with the image, and making .iso's from a CD.
Uploaded on Jan 15, 2010 | 5:31 | Tags: dd
#19 Using the Mutt Email Client With Gmail
Mutt is a great text-based email client I've been using recently. Mutt is very simple to use but still highly configurable.
In this episode we will configure Mutt to use Gmail's IMAP interface to retrieve our email from Gmail.
Check out the Mutt Wiki for lots of great info and help.
Uploaded on Jan 08, 2010 | 6:24 | Tags: email mutt
#18 Substitution with GNU Sed
GNU sed(stream editor) is a great little utility. In this episode we use substitution to preform find and replace operations on a text file. Sed also allows regular expression matching for advanced substitution.
Uploaded on Dec 31, 2009 | 5:03 | Tags: regular expression sed
#17 Hello Zsh! Part 2
In the second half of our 2 part series on Zsh, we look at globbing and using Zsh's qualifiers. This can be combined with the completion from episode 16 for some super powerful shell bliss.
Uploaded on Dec 26, 2009 | 6:35 | Tags: bash Linux OSX zsh
#16 Hello Zsh! Part 1
Zsh is a great alternative to Bash and other Unix shells. It has programmable completion, paging, and many other great features.
We'll take a good look at paging and the completion that Zsh offers in this episode and explore more in the next episode.
As mentioned in the episode, the Zsh Wiki is an excellent source for Zsh information and help with your .zshrc.
Uploaded on Dec 18, 2009 | 6:10 | Tags: bash Linux OSX zsh
#15 Power Searching with Ack
Most Linux/Unix users are familiar with Grep, but for many situations Ack does a better and faster job.
Ack is smart enough to skip version control files and directories, temp files, can exclude or include certain file types, and use powerful regular expression when searching.
Uploaded on Dec 11, 2009 | 4:25 | Tags: ack grep Linux
#14 Incremental Backups with rdiff-backup
Keeping incremental backups is easy with rdiff-backup. In this episode, learn how to set up a simple cron job that will keep an incremental backup of a remote directory.
Uploaded on Dec 04, 2009 | 7:26 | Tags: cron rdiff-backup scp
#13 GNU Screen
This week we take a peek at GNU Screen - a terminal multiplexer. GNU Screen allows you to open multiple terminal sessions and easily switch between them from one terminal window. You can also disconnect from GNU Screen and your terminal sessions will stay in the background waiting for you to reconnected.
Uploaded on Nov 27, 2009 | 7:22 | Tags: bash gnu screen Linux



