<?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>Noynim IT Solutions of Denver, Colorado &#187; Linux</title>
	<atom:link href="http://www.noynim.com/category/technology-articles/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.noynim.com</link>
	<description>Denver Computer Support</description>
	<lastBuildDate>Mon, 26 Dec 2011 22:31:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Disabling Apache Directory Browsing</title>
		<link>http://www.noynim.com/2009/12/19/disabling-apache-directory-browsing/</link>
		<comments>http://www.noynim.com/2009/12/19/disabling-apache-directory-browsing/#comments</comments>
		<pubDate>Sat, 19 Dec 2009 05:09:55 +0000</pubDate>
		<dc:creator>Noynim IT Solutions</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[apache]]></category>

		<guid isPermaLink="false">http://www.noynim.com/dev/?p=33</guid>
		<description><![CDATA[Disabling directory browsing on apache2. First thing you will need to go is browse into the following  directory:]]></description>
			<content:encoded><![CDATA[<p>Disabling directory browsing on apache2. First thing you will need to go is browse into the following  directory:</p>
<p>/etc/apache2/sites-available</p>
<p>Once you are in there,  edit the default site (vi default):</p>
<p>Under virtualhost, you will see a &lt;Directory /&gt; and the next  line should be Options followed by +FollowSymLinks</p>
<p>Next,  -Indexes so it should look something like this:</p>
<p><VirtualHost 192.168.0.1:80><br />
        DocumentRoot /var/www/<br />
        CustomLog /var/log/apache2/access.log common<br />
        ServerName 192.168.0.1<br />
        <Directory /><br />
                Options +FollowSymLinks -Indexes<br />
                AllowOverride none<br />
        </Directory><br />
</VirtualHost></p>
<p>After this, make sure to restart apache2:</p>
<p>/etc/init.d/apache2 restart</p>
]]></content:encoded>
			<wfw:commentRss>http://www.noynim.com/2009/12/19/disabling-apache-directory-browsing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Checking NIC Speed in Linux</title>
		<link>http://www.noynim.com/2008/04/30/checking-nic-speed-in-linux/</link>
		<comments>http://www.noynim.com/2008/04/30/checking-nic-speed-in-linux/#comments</comments>
		<pubDate>Wed, 30 Apr 2008 05:13:47 +0000</pubDate>
		<dc:creator>Noynim IT Solutions</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.noynim.com/dev/?p=37</guid>
		<description><![CDATA[To check the link speed for Linux, the easiest method is to issue the following command:dmesg &#124; grep 100. This will bring up anything with 100mb or higher, so if you have a 10mb NIC, or think you do, then change it to 10 instead of 100.]]></description>
			<content:encoded><![CDATA[<p>To check the link speed for Linux, the easiest method is to issue the following command:</p>
<p>dmesg | grep 100</p>
<p>This will bring up anything with 100mb or higher, so if you have a 10mb NIC, or think you do, then change it to 10 instead of 100.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.noynim.com/2008/04/30/checking-nic-speed-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

