Latest FOSSCasts screencasts
Sysstat Part 2: mpstat & sar
Fosscasts - 2009-11-06 - free
In the second part of our introduction to the Sysstat utilities, we'll look at Mpstat and Sar. Mpstat is a great little utility to view information about our CPU or CPUs/Cores. Sar is an extremely versatile utilities that, when paired with the sadc daemon, provides extensive system logging and realtime...
Watch this screencastSysstat Part 1: vmstat & iostat
Fosscasts - 2009-10-30 - free
Sysstat provides some smaller utilities that can be used to monitor performance and troubleshoot an under preforming Linux/Unix based system. In this episode we'll get introduced to two of those utilities - vmstat and iostat and how they can help us keep things running at peak performance. Next week we'll...
Watch this screencastCustomizing Your Bash Command Prompt
Fosscasts - 2009-10-23 - free
The Bash command prompt can be fairly dull by default. In this episode we add some color to help differentiate between files, executables, symlinks, and directories. We'll also change the format of the command prompt with the current time and better formatting.
Watch this screencastQuick Editing with GNU Nano
Fosscasts - 2009-10-16 - free
GNU Nano is one of my favorite "little" text editors. While Nano is small, it does support some fairly advanced features like syntax highlighting, killing and yanking (copy and pasting), buffer support (think tabs), spell checking, and others. In this episode we'll configure a good initial Nano setup, show how...
Watch this screencastSystem Monitoring With Monit
Fosscasts - 2009-10-10 - free
Monit is a great open source tool for keeping track of your server or system. Monit can make sure daemons are running, permissions are correct, remote servers are responding, and much more. In this episode we'll show you how to configure Monit to monitor our webserver, Apache HTTPD, starting it...
Watch this screencastCommand Line Tips #2
Fosscasts - 2009-10-06 - free
In this episode we continue the multipart series with some more of my favorite command line tips including a surprisingly little known cd argument, quickly searching the bash_history, a sudo tip, and how to temporarily start a tiny webserver so we can share files with a single command.
Watch this screencastCommand Line Tips #1
Fosscasts - 2009-10-02 - free
In this episode of a multipart series, we go over a couple of tips for the command line including Bash aliases and using pushd and popd to quickly traverse common directories.
Watch this screencastLoad Testing with Apache JMeter
Fosscasts - 2009-09-28 - free
Apache JMeter is a great tool to load test your web applications, API, and even databases. In this episode, we go through how to record a short work flow with JMeter and use that to simulate load on a web application.
Watch this screencastRemapping CAPSLOCK and CONTROL
Fosscasts - 2009-09-25 - free
One of the best changes I've ever made to my computing work flow is swapping my CAPS and CTRL keys. It is much easier on your pinky to hit the CAPS key instead of the standard mapping for CTRL and the CTRL key is used exponentially more than CAPS. In...
Watch this screencastEasy Nginx with PHP
Fosscasts - 2009-09-23 - free
Nginx is a great alternative to other webservers like Apache and Lighttpd. If you're looking for something with a bit less overhead and a bit more speed, give it a try. We'll get Nginx compiled from source on Ubuntu 9.04 and get PHP playing nice with it.
Watch this screencast