<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>Linux Videos</title>
	<atom:link href="http://linuxvideo.generatedcontent.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxvideo.generatedcontent.com</link>
	<description>Why read when you can watch?</description>
	<pubDate>Sat, 11 Nov 2006 11:37:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>#004: Using iptables to share your internet connection</title>
		<link>http://linuxvideo.generatedcontent.com/2006/11/11/004-using-iptables-to-share-your-internet-connection/</link>
		<comments>http://linuxvideo.generatedcontent.com/2006/11/11/004-using-iptables-to-share-your-internet-connection/#comments</comments>
		<pubDate>Sat, 11 Nov 2006 11:37:47 +0000</pubDate>
		<dc:creator>patrys</dc:creator>
		
		<category><![CDATA[Networking]]></category>

		<category><![CDATA[PLD Linux]]></category>

		<guid isPermaLink="false">http://linuxvideo.generatedcontent.com/2006/11/11/004-using-iptables-to-share-your-internet-connection/</guid>
		<description><![CDATA[One of the less intuitive networking tasks often performed on Linux boxes is the connection sharing process. Here is a short clip to show you how iptables works.
Tips

Use iptables -t nat -I POSTROUTING -s 192.168.0.1/24 -j MASQUERADE to set up a dynamic masquerade (the most popular way of sharing the connection where your internet IP [...]]]></description>
			<content:encoded><![CDATA[<p>One of the less intuitive networking tasks often performed on Linux boxes is the connection sharing process. Here is a short clip to show you how <code>iptables</code> works.</p>
<h4>Tips</h4>
<ul>
<li>Use <code>iptables -t nat -I POSTROUTING -s 192.168.0.1/24 -j MASQUERADE</code> to set up a dynamic masquerade (the most popular way of sharing the connection where your internet IP is likely to change)</li>
<li>Remember to replace <code>192.168.0.1/24</code> with your local area network IP and mask in the above example</li>
</ul>
<h4>Download and watch</h4>
<p><a id="p11" href="http://linuxvideo.generatedcontent.com/wp-content/uploads/2006/11/004-masquerade.ogg">Using iptables to share your internet connection</a> (0.3MB)</p>
]]></content:encoded>
			<wfw:commentRss>http://linuxvideo.generatedcontent.com/2006/11/11/004-using-iptables-to-share-your-internet-connection/feed/</wfw:commentRss>
		</item>
		<item>
		<title>#003: Recording a clip with Istanbul</title>
		<link>http://linuxvideo.generatedcontent.com/2006/11/09/003-recording-a-clip-with-istanbul/</link>
		<comments>http://linuxvideo.generatedcontent.com/2006/11/09/003-recording-a-clip-with-istanbul/#comments</comments>
		<pubDate>Thu, 09 Nov 2006 18:59:48 +0000</pubDate>
		<dc:creator>patrys</dc:creator>
		
		<category><![CDATA[Multimedia]]></category>

		<category><![CDATA[PLD Linux]]></category>

		<guid isPermaLink="false">http://linuxvideo.generatedcontent.com/2006/11/09/003-recording-a-clip-with-istanbul/</guid>
		<description><![CDATA[Like I promised, here is the video that shows you how to record your own movies using Istanbul.
If the package is not available, you can build it yourself.
Tips

Recording can be quite expensive in terms of CPU power, so make sure you select an area small enough for your computer to handle

Download and watch
Recording a clip [...]]]></description>
			<content:encoded><![CDATA[<p>Like I promised, here is the video that shows you how to record your own movies using <a href="http://live.gnome.org/Istanbul">Istanbul</a>.</p>
<p>If the package is not available, you can <a href="http://linuxvideo.generatedcontent.com/2006/11/08/002-preparing-the-package-building-environment-on-pld-linux/">build it yourself</a>.</p>
<h4>Tips</h4>
<ul>
<li>Recording can be quite expensive in terms of CPU power, so make sure you select an area small enough for your computer to handle</li>
</ul>
<h4>Download and watch</h4>
<p><a id="p9" href="http://linuxvideo.generatedcontent.com/wp-content/uploads/2006/11/003-istanbul.ogg">Recording a clip with Istanbul</a> (1.1MB)</p>
]]></content:encoded>
			<wfw:commentRss>http://linuxvideo.generatedcontent.com/2006/11/09/003-recording-a-clip-with-istanbul/feed/</wfw:commentRss>
		</item>
		<item>
		<title>#002: Preparing the package building environment on PLD Linux</title>
		<link>http://linuxvideo.generatedcontent.com/2006/11/08/002-preparing-the-package-building-environment-on-pld-linux/</link>
		<comments>http://linuxvideo.generatedcontent.com/2006/11/08/002-preparing-the-package-building-environment-on-pld-linux/#comments</comments>
		<pubDate>Wed, 08 Nov 2006 20:40:40 +0000</pubDate>
		<dc:creator>patrys</dc:creator>
		
		<category><![CDATA[PLD Linux]]></category>

		<category><![CDATA[Package management]]></category>

		<guid isPermaLink="false">http://linuxvideo.generatedcontent.com/2006/11/08/002-preparing-the-package-building-environment-on-pld-linux/</guid>
		<description><![CDATA[This time you can see how easy it is to build your own packages on PLD Linux. While PLD is a binary rpm distribution, you can use the builder script to build new packages just like you use emerge on Gentoo.
Unfortunately the quality on this clip is somewhat low so keep your eyes peeled not [...]]]></description>
			<content:encoded><![CDATA[<p>This time you can see how easy it is to build your own packages on PLD Linux. While PLD is a binary <code>rpm</code> distribution, you can use the <code>builder</code> script to build new packages just like you use <code>emerge</code> on Gentoo.</p>
<p>Unfortunately the quality on this clip is somewhat low so keep your eyes peeled not to miss a single detail.</p>
<h4>Tips</h4>
<ul>
<li>Use <code>builder --init-rpm-dir</code> once to prepare your home directory for the package building goodness</li>
<li>Use <code>builder -bb</code> to build binary rpm packages you can install later</li>
<li><code>poldek -n home</code> will use the locally available packages instead of the ones that come from the distribution</li>
<li>Never use your root account for building packages</li>
</ul>
<h4>Download and watch</h4>
<p><a id="p7" href="/wp-content/uploads/2006/11/002-pld-builder-init.ogg" title="Preparing the package building environment on PLD Linux">Preparing the package building environment on PLD Linux</a> (1MB)</p>
]]></content:encoded>
			<wfw:commentRss>http://linuxvideo.generatedcontent.com/2006/11/08/002-preparing-the-package-building-environment-on-pld-linux/feed/</wfw:commentRss>
		</item>
		<item>
		<title>#001: Fun with poldek</title>
		<link>http://linuxvideo.generatedcontent.com/2006/11/07/001-fun-with-poldek/</link>
		<comments>http://linuxvideo.generatedcontent.com/2006/11/07/001-fun-with-poldek/#comments</comments>
		<pubDate>Tue, 07 Nov 2006 23:13:21 +0000</pubDate>
		<dc:creator>patrys</dc:creator>
		
		<category><![CDATA[PLD Linux]]></category>

		<category><![CDATA[Package management]]></category>

		<guid isPermaLink="false">http://linuxvideo.generatedcontent.com/2006/11/07/001-fun-with-poldek/</guid>
		<description><![CDATA[To get things started, here is the first screencast - playing around with poldek.
poldek is the program responsible for package management in PLD Linux. While it internally makes use of rpm it also has a big set of unique features and offers an interactive shell as opposed to most similar command line tools.
Things shown in [...]]]></description>
			<content:encoded><![CDATA[<p>To get things started, here is the first screencast - playing around with <a href="http://poldek.pld-linux.org/"><code>poldek</code></a>.</p>
<p><code>poldek</code> is the program responsible for package management in PLD Linux. While it internally makes use of <code>rpm</code> it also has a big set of unique features and offers an interactive shell as opposed to most similar command line tools.</p>
<h4>Things shown in the screencast</h4>
<ul>
<li>Updating the repository cache</li>
<li>Starting the interactive shell</li>
<li>Switching between repositories and the locally installed packages</li>
<li>Searching for packages using their names, description fields, searching for particular files and provided capabilities</li>
<li>Reading package descriptions</li>
<li>Upgrading packages</li>
<li>The builtin <code>grep</code> command</li>
<li>Launching external command using the exclamation mark prefix</li>
</ul>
<h4>Download and watch:</h4>
<p><a id="p5" href="/wp-content/uploads/2006/11/001-poldek.ogg" title="Fun with poldek">Fun with poldek</a> (3.2MB)</p>
]]></content:encoded>
			<wfw:commentRss>http://linuxvideo.generatedcontent.com/2006/11/07/001-fun-with-poldek/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Introducing Linux Videos</title>
		<link>http://linuxvideo.generatedcontent.com/2006/11/07/introducing-linux-videos/</link>
		<comments>http://linuxvideo.generatedcontent.com/2006/11/07/introducing-linux-videos/#comments</comments>
		<pubDate>Tue, 07 Nov 2006 22:41:08 +0000</pubDate>
		<dc:creator>patrys</dc:creator>
		
		<category><![CDATA[Varia]]></category>

		<guid isPermaLink="false">http://linuxvideo.generatedcontent.com/2006/11/07/introducing-linux-videos/</guid>
		<description><![CDATA[Hello everyone,
My name is Patryk Zawadzki and I am one of the PLD Linux developers. I will also be your host on this site while you continue your journey to the wonderful world of multimedia.
As you might have already noticed, this is a new site. What is it supposed to contain? Videos of course (as [...]]]></description>
			<content:encoded><![CDATA[<p>Hello everyone,</p>
<p>My name is <a href="http://www.room-303.com/blog/">Patryk Zawadzki</a> and I am one of the <a href="http://pld-linux.org/">PLD Linux</a> developers. I will also be your host on this site while you continue your journey to the wonderful world of multimedia.</p>
<p>As you might have already noticed, this is a new site. What is it supposed to contain? Videos of course (as most of you can probably tell from the title).</p>
<p>Long story short one day I just came up with an idea to create a site dedicated to Linux howtos but - as opposed to the regular ones you get pointed to each time you get an &#8220;RTFM&#8221; - containing actual video screencasts instead of heaps of boring text noone is willing to follow.</p>
<p>So this is it, welcome to the beta version (yes, the logo is a joke) of Linux Videos. I am planning to release a new movie at least once a week but this can be hard to achieve as I am extremally short on time. If you are willing to help, leave comments with tutorials you&#8217;d like to see or prepare your own <a href="http://www.theora.org/">OGG Theora</a> files and mail them to me (patrys at pld-linux org) - one of the very first tutorials will actually show you how to record such a screencast using PLD Linux (or any other Linux flavor for that matter).</p>
<p>Enjoy your stay.</p>
]]></content:encoded>
			<wfw:commentRss>http://linuxvideo.generatedcontent.com/2006/11/07/introducing-linux-videos/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
