
<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
<channel>
<title>Hacker Public Radio</title>
<description>
Public Radio for Hackers
</description>
<link>http://nomicon.info/hpr/</link>
<language>en-us</language>
<itunes:category text="Technology">
    <itunes:category text="Information Technology"/>
</itunes:category>
<itunes:subtitle>Public Radio for Hackers</itunes:subtitle>
<itunes:summary>Technology, Open Source, Hacking</itunes:summary>
<itunes:author>HPR</itunes:author>
<itunes:owner>    
    <itunes:name>HPR</itunes:name>
    <itunes:email>admin@hackerpublicradio.org</itunes:email>
</itunes:owner>
<itunes:image href="http://hackerpublicradio.org/images/hpr_feed.png"/>
<itunes:explicit>yes</itunes:explicit>
<item><title>Ep0567: Miscellaneous Radio Theater 4096 2,</title>
<itunes:author>SigFlUP &lt;admin.nospam@nospam.hackerpublicradio.org&gt;</itunes:author>
<link>http://hackerpublicradio.org/eps/hpr0567.mp3</link>
<itunes:summary>
Join SigFLUP, Cyrpto, Zack and friends in a tour of the U of M Supercomputer 
Center! Pictures of the event can be found here: http://hobones.dogsoft.net/sup

</itunes:summary>
<description>
Join SigFLUP, Cyrpto, Zack and friends in a tour of the U of M Supercomputer 
Center! Pictures of the event can be found here: http://hobones.dogsoft.net/sup

</description>
<pubDate>2010-09-02</pubDate>
<enclosure url="http://hackerpublicradio.org/eps/hpr0567.mp3" length="20355920" type="audio/mpeg"/>
<guid>http://hackerpublicradio.org/eps/hpr0567.mp3</guid>
<itunes:explicit>yes</itunes:explicit>
</item>
<item><title>Ep0566: Shotgun</title>
<itunes:author>lostnbronx &lt;lostnbronx.nospam@nospam.gmail.com&gt;</itunes:author>
<link>http://hackerpublicradio.org/eps/hpr0566.mp3</link>
<itunes:summary>SHOTGUN

Hyper-Scheduling For Maximum Effect

follow the progress of this likely-ineffective experiment

gopher://gopher.info-underground.net/1/lostnbronx/lostnblog
</itunes:summary>
<description>SHOTGUN

Hyper-Scheduling For Maximum Effect

follow the progress of this likely-ineffective experiment

gopher://gopher.info-underground.net/1/lostnbronx/lostnblog
</description>
<pubDate>2010-08-21</pubDate>
<enclosure url="http://hackerpublicradio.org/eps/hpr0566.mp3" length="14246370" type="audio/mpeg"/>
<guid>http://hackerpublicradio.org/eps/hpr0566.mp3</guid>
<itunes:explicit>yes</itunes:explicit>
</item>
<item><title>Ep0565: Hack Radio Live 6</title>
<itunes:author>Drake Anubis &lt;drake.anubis.nospam@nospam.gmail.com&gt;</itunes:author>
<link>http://hackerpublicradio.org/eps/hpr0565.mp3</link>
<itunes:summary>For complete show notes please visit  hackradiolive.org 
Scanners, Scanners and more Scanners with Drake and Enigma</itunes:summary>
<description>For complete show notes please visit  hackradiolive.org 
Scanners, Scanners and more Scanners with Drake and Enigma</description>
<pubDate>2010-08-21</pubDate>
<enclosure url="http://hackerpublicradio.org/eps/hpr0565.mp3" length="34828674" type="audio/mpeg"/>
<guid>http://hackerpublicradio.org/eps/hpr0565.mp3</guid>
<itunes:explicit>yes</itunes:explicit>
</item>
<item><title>Ep0564: robomofo</title>
<itunes:author>thewtex &lt;admin.nospam@nospam.hackerpublicradio.org&gt;</itunes:author>
<link>http://hackerpublicradio.org/eps/hpr0564.mp3</link>
<itunes:summary>shownotes at  http://mmmccormick.com/hardware/robomofo/robomofo.html </itunes:summary>
<description>shownotes at  http://mmmccormick.com/hardware/robomofo/robomofo.html </description>
<pubDate>2010-08-14</pubDate>
<enclosure url="http://hackerpublicradio.org/eps/hpr0564.mp3" length="12769408" type="audio/mpeg"/>
<guid>http://hackerpublicradio.org/eps/hpr0564.mp3</guid>
<itunes:explicit>yes</itunes:explicit>
</item>
<item><title>Ep0563: Hack Radio Live 5</title>
<itunes:author>Drake Anubis &lt;drake.anubis.nospam@nospam.gmail.com&gt;</itunes:author>
<link>http://hackerpublicradio.org/eps/hpr0563.mp3</link>
<itunes:summary>For complete show notes please visit  hackradiolive.org 
No set topic for this show Enigma and Drake talk about whatever is on their minds.</itunes:summary>
<description>For complete show notes please visit  hackradiolive.org 
No set topic for this show Enigma and Drake talk about whatever is on their minds.</description>
<pubDate>2010-08-12</pubDate>
<enclosure url="http://hackerpublicradio.org/eps/hpr0563.mp3" length="44090435" type="audio/mpeg"/>
<guid>http://hackerpublicradio.org/eps/hpr0563.mp3</guid>
<itunes:explicit>yes</itunes:explicit>
</item>
<item><title>Ep0562: Introduction to bash scripting</title>
<itunes:author>Ken Fallon &lt;ken.fallon.nospam@nospam.gmail.com&gt;</itunes:author>
<link>http://hackerpublicradio.org/eps/hpr0562.mp3</link>
<itunes:summary>
http://en.wikipedia.org/wiki/Bourne_shell
http://en.wikipedia.org/wiki/Command-line_interface

A list of &quot;Hello World&quot; programs in many different computer languages: 
http://www.roesler-ac.de/wolfram/hello.htm 

For Windows:
Editor: http://notepad-plus-plus.org/
Bash (and more): http://x.cygwin.com/ 
(run setup, and selecting the 'xinit' package from the 'X11' category.)

$ echo '#!/bin/bash' &gt; hello.bash
$ echo &quot;echo hello world&quot; &gt;&gt; hello.bash

$ cat hello.bash 
#!/bin/bash
echo hello world

$ chmod +x hello.bash

$ ./hello.bash
hello world

feedback-(a)-kenfallon.com
More information http://www.kenfallon.com
</itunes:summary>
<description>
http://en.wikipedia.org/wiki/Bourne_shell
http://en.wikipedia.org/wiki/Command-line_interface

A list of &quot;Hello World&quot; programs in many different computer languages: 
http://www.roesler-ac.de/wolfram/hello.htm 

For Windows:
Editor: http://notepad-plus-plus.org/
Bash (and more): http://x.cygwin.com/ 
(run setup, and selecting the 'xinit' package from the 'X11' category.)

$ echo '#!/bin/bash' &gt; hello.bash
$ echo &quot;echo hello world&quot; &gt;&gt; hello.bash

$ cat hello.bash 
#!/bin/bash
echo hello world

$ chmod +x hello.bash

$ ./hello.bash
hello world

feedback-(a)-kenfallon.com
More information http://www.kenfallon.com
</description>
<pubDate>2010-08-11</pubDate>
<enclosure url="http://hackerpublicradio.org/eps/hpr0562.mp3" length="14787812" type="audio/mpeg"/>
<guid>http://hackerpublicradio.org/eps/hpr0562.mp3</guid>
<itunes:explicit>yes</itunes:explicit>
</item>
<item><title>Ep0561: Hack Radio Live 4</title>
<itunes:author>Drake Anubis &lt;drake.anubis.nospam@nospam.gmail.com&gt;</itunes:author>
<link>http://hackerpublicradio.org/eps/hpr0561.mp3</link>
<itunes:summary>For complete show notes please visit  hackradiolive.org 
Drake discusses the WEP and WEP based cracking.</itunes:summary>
<description>For complete show notes please visit  hackradiolive.org 
Drake discusses the WEP and WEP based cracking.</description>
<pubDate>2010-08-04</pubDate>
<enclosure url="http://hackerpublicradio.org/eps/hpr0561.mp3" length="33043217" type="audio/mpeg"/>
<guid>http://hackerpublicradio.org/eps/hpr0561.mp3</guid>
<itunes:explicit>yes</itunes:explicit>
</item>
<item><title>Ep0560: Old soldiers</title>
<itunes:author>lostnbronx &lt;lostnbronx.nospam@nospam.gmail.com&gt;</itunes:author>
<link>http://hackerpublicradio.org/eps/hpr0560.mp3</link>
<itunes:summary>Podcasting, Podfading, and Ordinary Voices Saying Extraordinary Things

Music in this episode:

&quot;Test Drive&quot; by Zapac

Available at ccmixter.org

Script for this episode available on my gopherspace:

gopher://gopher.info-underground.net/1/lostnbronx/
</itunes:summary>
<description>Podcasting, Podfading, and Ordinary Voices Saying Extraordinary Things

Music in this episode:

&quot;Test Drive&quot; by Zapac

Available at ccmixter.org

Script for this episode available on my gopherspace:

gopher://gopher.info-underground.net/1/lostnbronx/
</description>
<pubDate>2010-08-02</pubDate>
<enclosure url="http://hackerpublicradio.org/eps/hpr0560.mp3" length="45988276" type="audio/mpeg"/>
<guid>http://hackerpublicradio.org/eps/hpr0560.mp3</guid>
<itunes:explicit>yes</itunes:explicit>
</item>
<item><title>Ep0559: Hack Radio Live 3</title>
<itunes:author>Drake Anubis &lt;drake.anubis.nospam@nospam.gmail.com&gt;</itunes:author>
<link>http://hackerpublicradio.org/eps/hpr0559.mp3</link>
<itunes:summary>For complete show notes please visit  hackradiolive.org 
Enigma discusses basic security concepts</itunes:summary>
<description>For complete show notes please visit  hackradiolive.org 
Enigma discusses basic security concepts</description>
<pubDate>2010-07-28</pubDate>
<enclosure url="http://hackerpublicradio.org/eps/hpr0559.mp3" length="45459580" type="audio/mpeg"/>
<guid>http://hackerpublicradio.org/eps/hpr0559.mp3</guid>
<itunes:explicit>yes</itunes:explicit>
</item>
<item><title>Ep0558: xscreensaver</title>
<itunes:author>Ken Fallon &lt;ken.fallon.nospam@nospam.gmail.com&gt;</itunes:author>
<link>http://hackerpublicradio.org/eps/hpr0558.mp3</link>
<itunes:summary>Shownotes: http://www.kenfallon.com 
xscreensaver howto: http://www.jwz.org/xscreensaver/man1.html#9 

Commands:
vi .kde/Autostart/xscreensaver.desktop 
sudo cp /usr/lib/kde4/libexec/kscreenlocker </itunes:summary>
<description>Shownotes: http://www.kenfallon.com 
xscreensaver howto: http://www.jwz.org/xscreensaver/man1.html#9 

Commands:
vi .kde/Autostart/xscreensaver.desktop 
sudo cp /usr/lib/kde4/libexec/kscreenlocker </description>
<pubDate>2010-07-21</pubDate>
<enclosure url="http://hackerpublicradio.org/eps/hpr0558.mp3" length="4556792" type="audio/mpeg"/>
<guid>http://hackerpublicradio.org/eps/hpr0558.mp3</guid>
<itunes:explicit>yes</itunes:explicit>
</item>

</channel>
</rss>
