Have some fun with the Gimp. Join me as we create a Hackergotchi.

PythonGroup Wiki
http://asterisklinks.com/wiki/doku.php
Comprookie2000's Python Page
http://asterisklinks.com/wiki/doku.php?id=wiki:comprookie2000
Please join us on Freenode #pythongroup if you would like to learn python. Hope to see you there.
Direct Download
ogg theroa video
http://linuxcrazy.com/podcasts/LC-28-Gimp.ogg
avi video
http://linuxcrazy.com/podcasts/LC-28-Gimp.avi
In this video I show you my current Asterisk setup, and we make some calls to show the dialplan in action. I also talk a little about my adventures learning python. We have started a group to learn python together. Please join us on Freenode irc , channel #pythongroup for more information. A link to the wiki is below.
PythonGroup Wiki
http://asterisklinks.com/wiki/doku.php
Direct Download
OGG
http://media.libsyn.com/media/comprookie2000/LC-27-asterisk_finalpythong...
AVI
http://media.libsyn.com/media/comprookie2000/LC-27-asterisk_finalpythong...
I am in the process of learning Python. Here are some of the guides, tutorials and books I am using;
LINKS
Snake Wrangling for Kids
http://www.briggs.net.nz/log/writing/snake-wrangling-for-kids/
Programming Crash Course
http://programming-crash-course.com/welcome
Python 101
http://www.rexx.com/~dkuhlman/python_101/python_101.html
One Day of IDLE Toying
http://hkn.eecs.berkeley.edu/~dyoo/python/idle_intro/index.html
Beginner's Guide to Python
http://wiki.python.org/moin/BeginnersGuide
The Vim commands cheat sheet
http://www.tuxfiles.org/linuxhelp/vimcheat.html
Learning with Python
http://www.openbookproject.net/thinkCSpy/
A Byte of Python
http://www.swaroopch.com/byteofpython/
Think Python
http://www.greenteapress.com/thinkpython/
Dive Into Python
http://www.diveintopython.org/
PyGTK 2.0 Tutorial
http://www.pygtk.org/pygtk2tutorial/index.html
Swampy
http://allendowney.com/swampy/
Python Cookbook
http://aspn.activestate.com/ASPN/Cookbook/Python
BOOKS
Learning Python
http://oreilly.com/catalog/9780596513986/
Core Python Programming
http://python.net/crew/wesc/cpp/
To copy your /home;
cd /home
cp -ax * /mnt/newpart
Download
Small P-3 FREE to a good home.

Interview with Gentoo developer and a member of the Gentoo council Donnie Berkholz. (dberkholz) Donnie wears many hats for Gentoo, here is the short list;

Donnie is also a mentor for Google summer of code.
Download
In this screencast I play around with html and css stylesheets. I then show you how to create a background with the Gimp.
Direct download:
(.ogg theora video)
http://www.abbottdavid.com/podcasts/LC-24-css-gimp.ogg
(.avi video)
http://media.libsyn.com/media/comprookie2000/LC-24-css-gimp.avi
Best played with Mplayer or VLC. Here is the finished product;
http://dwabbott.com/podcast-24/
Here is the stylesheet;
http://dwabbott.com/podcast-24/style1.css
Quick walkthrough installing Gentoo and Slackware after my harddrive failed.

Download
Gentoo Foundation In Good Standing
Gentoo-trustees moving foward;
http://www.nmprc.state.nm.us/cgi-bin/prcdtl.cgi?2463313
In this podcast I talk about securing ssh, trying to convert .avi to a format that can be played on cell phones with realplayer , gentoo-trustees moving forward and interview status.

Download

My new festival girlfriend talks to you, and gives me some podcast tips. An update on future podcasts.
poly-p man was nice enough to provide me with a script to convert video that I create with recordmydesktop from ogg theora to avi with mencoder like this;
#!/bin/bash
FOO=0
echo "Name of OGG"
while [ $FOO -ne 1 ]
do
read OGGNAME
if [ -e $OGGNAME ]
then
FOO=1
else
echo fail
fi
done
echo "Name of AVI"
read AVINAME
mencoder $OGGNAME -ovc lavc -oac mp3lame -o $AVINAME
echo "done"Here is his site;
http://www.polypux.org/
Download

20 questions for Gentoo Developer Mike Frysinger, a member of the Gentoo Council and many Gentoo core projects like the base system and the toolchain.
Gentoo Council
http://www.gentoo.org/proj/en/council/
ogg
http://media.libsyn.com/media/comprookie2000/linuxcrazy-20-vapier.ogg
mp3
http://media.libsyn.com/media/comprookie2000/linuxcrazy-20-vapier.mp3
In this Screencast I will walk you through the setup of a torrent on a home box behind a nat router.
I set it up using Azureus, and help from frencz 1z, a listener that emailed me after he heard my concerns over bandwidth. I received the best results playing the video with mplayer. If your player complains about the file format just rename the .ogv to .ogg.
The video is best viewed full screen.
Direct Download
http://comprookie2000.libsyn.com/