<?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>The RoarinPenguin Techiezone &#187; networking</title>
	<atom:link href="http://techiezone.rottigni.net/category/networking/feed/" rel="self" type="application/rss+xml" />
	<link>http://techiezone.rottigni.net</link>
	<description>Notes, hints, tips... in one word: experience!</description>
	<lastBuildDate>Thu, 26 Jan 2012 03:17:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Enabling root access to vsftpd</title>
		<link>http://techiezone.rottigni.net/2009/03/enabling-root-access-to-vsftpd/</link>
		<comments>http://techiezone.rottigni.net/2009/03/enabling-root-access-to-vsftpd/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 23:01:40 +0000</pubDate>
		<dc:creator>RoarinPenguin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[enabling]]></category>
		<category><![CDATA[root access]]></category>
		<category><![CDATA[vsftpd]]></category>

		<guid isPermaLink="false">http://techiezone.rottigni.net/2009/03/enabling-root-access-to-vsftpd/</guid>
		<description><![CDATA[It took me a while to figure out due to misleading information over the vast Internet suggesting to search for non existing /etc/vsftpd.users or something like this. Thing you have to do is to edit /etc/ftpusers and remove root from there.]]></description>
			<content:encoded><![CDATA[<p>It took me a while to figure out due to misleading information over the vast Internet suggesting to search for non existing /etc/vsftpd.users or something like this.</p>
<p>Thing you have to do is to edit <strong>/etc/ftpusers</strong> and remove <em>root</em> from there.</p>
]]></content:encoded>
			<wfw:commentRss>http://techiezone.rottigni.net/2009/03/enabling-root-access-to-vsftpd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I don&#8217;t want that NIC to be probed</title>
		<link>http://techiezone.rottigni.net/2009/01/input-not-supported-on-video/</link>
		<comments>http://techiezone.rottigni.net/2009/01/input-not-supported-on-video/#comments</comments>
		<pubDate>Tue, 20 Jan 2009 17:01:03 +0000</pubDate>
		<dc:creator>RoarinPenguin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[modprobe]]></category>
		<category><![CDATA[NICs]]></category>
		<category><![CDATA[remove from probe]]></category>

		<guid isPermaLink="false">http://techiezone.rottigni.net/2009/01/input-not-supported-on-video/</guid>
		<description><![CDATA[Suppose you are on a Linux box with multiple NICs. It happens that there is one of them that loads with a driver disturbing test/activity you’re doing and you want to exclude it from modprobe. You should edit file /etc/modprobe/blacklist and add there the driver name used by the card you want to get rid [...]]]></description>
			<content:encoded><![CDATA[<p>Suppose you are on a Linux box with multiple <acronym title="Network Interface Cards">NICs</acronym>.</p>
<p>It happens that there is one of them that loads with a driver disturbing test/activity you’re doing and you want to exclude it from modprobe.</p>
<p>You should edit file /etc/modprobe/blacklist and add there the driver name used by the card you want to get rid of, as follows:</p>
<p><span style="font-family: Courier New; color: #0080ff;">/etc/modprobe.conf</span></p>
<p><span style="font-family: Courier New; color: #0080ff;">[snip]<br />
blacklist 8139cp<br />
blacklist 8139too<br />
[snip]</span></p>
<p>The example above (no, you don’t have to add snips, it is just to show that this is part of a bigger file…) will avoid Linux to probe for Realtek based NICs.</p>
]]></content:encoded>
			<wfw:commentRss>http://techiezone.rottigni.net/2009/01/input-not-supported-on-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

