<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>theCrypt &#187; Linux</title>
	<atom:link href="http://www.thecrypt.co.uk/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thecrypt.co.uk</link>
	<description>A whole load of cryptic stuff...</description>
	<lastBuildDate>Wed, 04 Jan 2012 21:41:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Spread this number</title>
		<link>http://www.thecrypt.co.uk/2007/05/spread-this-number/</link>
		<comments>http://www.thecrypt.co.uk/2007/05/spread-this-number/#comments</comments>
		<pubDate>Tue, 01 May 2007 12:39:31 +0000</pubDate>
		<dc:creator>Ivan</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[DRM]]></category>

		<guid isPermaLink="false">http://www.thecrypt.co.uk/?p=28</guid>
		<description><![CDATA[09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0 is the HD-DVD processing key you can use to decrypt and play most HD-DVD movies in Linux. Read about why I&#8217;m spreading this number.]]></description>
			<content:encoded><![CDATA[<p><img src="/wp-content/photos/09f911029d74e35bd84156cno9.png" alt="" class="pp_image" /></p>
<p><code>09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0</code> is the HD-DVD processing key you can use to decrypt and play most HD-DVD movies in Linux.  Read about why <a href="http://rudd-o.com/archives/2007/04/30/spread-this-number/">I&#8217;m spreading this number</a>.</p>
 <p><a href="http://www.thecrypt.co.uk/?flattrss_redirect&amp;id=28&amp;md5=240a83730ec6da993bf9c159d42cff18" title="Flattr" target="_blank"><img src="http://www.thecrypt.co.uk/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.thecrypt.co.uk/2007/05/spread-this-number/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ftp kioslave</title>
		<link>http://www.thecrypt.co.uk/2007/01/ftp-kioslave/</link>
		<comments>http://www.thecrypt.co.uk/2007/01/ftp-kioslave/#comments</comments>
		<pubDate>Mon, 08 Jan 2007 20:49:59 +0000</pubDate>
		<dc:creator>Ivan</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[KDE]]></category>

		<guid isPermaLink="false">http://www.thecrypt.co.uk/?p=20</guid>
		<description><![CDATA[One of the best features of KDE is it&#8217;s kioslaves that let you access network and other resources right from konqueror, from the ALT+F2 Run dialog, or even better from your favourite KDE application. Tonight I took a closer look at the ftp kioslave, I wanted to see if I could configure a maximum number [...]]]></description>
			<content:encoded><![CDATA[<p>One of the best features of <a href="http://www.kde.org/">KDE</a> is it&#8217;s <a href="http://docs.kde.org/stable/en/kdebase/kioslave/index.html">kioslaves</a> that let you access network and other resources right from konqueror, from the ALT+F2 Run dialog, or even better from your favourite KDE application.</p>
<p>Tonight I took a closer look at the <abbr title='File Transfer Protocol'>ftp</abbr> kioslave, I wanted to see if I could configure a maximum number of connections to use, as it opens multiple connections to the server and the server I want to use only accepts 3 concurrent connections.  Unfortunately I didn&#8217;t find out how to achieve that goal, but I did find the following config options for it, which I&#8217;m making a note of here for my own reference and in case you find it useful.  The file to edit is <var>~/.kde/share/config/kio_ftprc</var>, if it doesn&#8217;t exist (and it probably doesn&#8217;t) you&#8217;ll need to create it.</p>
<p>To disable passive mode for the site example.com:<br />
<code><br />
[example.com]<br />
DisablePassiveMode=true<br />
</code><br />
To do this for all sites not just example.com use <code>[]</code> instead of <code>[example.com]</code></p>
<p>To force text mode, rather than binary mode transfers for the site example.com:<br />
<code><br />
[example.com]<br />
textmode=true<br />
</code></p>
<p>To login to a site automatically:<br />
<code><br />
[example.com]<br />
EnableAutoLogin=true<br />
autoLoginUser=fred<br />
autoLoginPass=secret<br />
</code></p>
<p>If anyone knows how to limit the number of concurrent connections I&#8217;d love to hear from you.</p>
 <p><a href="http://www.thecrypt.co.uk/?flattrss_redirect&amp;id=20&amp;md5=56a8c49a2aa1c0323bd07202b4dd9adc" title="Flattr" target="_blank"><img src="http://www.thecrypt.co.uk/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.thecrypt.co.uk/2007/01/ftp-kioslave/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

