<?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 &#187; PLD Linux</title>
	<atom:link href="http://linuxvideo.generatedcontent.com/category/pld-linux/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>
	</channel>
</rss>
