<?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>101TECH &#187; FreeBSD</title>
	<atom:link href="http://www.101tech.net/category/freebsd/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.101tech.net</link>
	<description>IT Solutions Done Right!</description>
	<lastBuildDate>Fri, 26 Feb 2010 02:41:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>FreeBSD &#8211; reload nginx configuration</title>
		<link>http://www.101tech.net/2009/04/23/freebsd-reload-nginx-configuration/</link>
		<comments>http://www.101tech.net/2009/04/23/freebsd-reload-nginx-configuration/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 09:24:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Sys Admin]]></category>
		<category><![CDATA[nginx]]></category>

		<guid isPermaLink="false">http://www.101tech.net/?p=270</guid>
		<description><![CDATA[test the config !!!
sudo nginx -t 
output : 
2009/04/23 09:11:46 [info] 46329#0: the configuration file /usr/local/etc/nginx/nginx.conf syntax is ok
2009/04/23 09:11:46 [info] 46329#0: the configuration file /usr/local/etc/nginx/nginx.conf was tested successfully

then reload : 
sudo kill -HUP `cat /var/run/nginx.pid`
]]></description>
		<wfw:commentRss>http://www.101tech.net/2009/04/23/freebsd-reload-nginx-configuration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Limit account number in qmailadmin</title>
		<link>http://www.101tech.net/2009/03/13/limit-account-number-in-qmailadmin/</link>
		<comments>http://www.101tech.net/2009/03/13/limit-account-number-in-qmailadmin/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 13:09:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Qmail]]></category>
		<category><![CDATA[Sys Admin]]></category>

		<guid isPermaLink="false">http://www.101tech.net/wordpress/?p=196</guid>
		<description><![CDATA[you can do this by creating ( or editing ) /var/vpopmail/domains/domainname/.qmailadmin-limits , the below code will limit all settings to 30 accounts per feature.
maxpopaccounts: 30
maxaliases: 30
maxforwards: 30
maxautoresponders: 30
maxmailinglists: 30

]]></description>
		<wfw:commentRss>http://www.101tech.net/2009/03/13/limit-account-number-in-qmailadmin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix mod_rewrite erros in apache</title>
		<link>http://www.101tech.net/2009/03/12/fix-mod_rewrite-erros-in-apache/</link>
		<comments>http://www.101tech.net/2009/03/12/fix-mod_rewrite-erros-in-apache/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 13:22:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.101tech.net/wordpress/2009/03/12/fix-mod_rewrite-erros-in-apache/</guid>
		<description><![CDATA[change : 

     RewriteEngine On
     RewriteCond %{REQUEST_METHOD} ^TRACE
     RewriteRule .* &#8211; [F]

To this:

     RewriteEngine On
     RewriteCond %{REQUEST_METHOD} ^TRACE
     RewriteRule .* &#8211; [F]
     RewriteLog /var/log/apache2/rewrite.log
    [...]]]></description>
		<wfw:commentRss>http://www.101tech.net/2009/03/12/fix-mod_rewrite-erros-in-apache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Centos5: nfs clients get premission denied</title>
		<link>http://www.101tech.net/2009/02/18/centos5-nfs-clients-get-premission-denied/</link>
		<comments>http://www.101tech.net/2009/02/18/centos5-nfs-clients-get-premission-denied/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 13:43:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Sys Admin]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://www.101tech.net/wordpress/?p=174</guid>
		<description><![CDATA[While working on ny NFS cluster project , I could not mount my nfs exports from clients ( FreBSD &#038; Centos ).
on the FreeBSD client I got these responses :
[udp] server:/data/dir1: Permission denied
on the CentOS client I got these responses:
mount: server:/data/dir1 failed, reason given by server: Permission denied
On the Centos NFS server the logs showed [...]]]></description>
		<wfw:commentRss>http://www.101tech.net/2009/02/18/centos5-nfs-clients-get-premission-denied/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>find whats causing a busy partition in freebsd</title>
		<link>http://www.101tech.net/2009/02/13/find-whats-causing-a-busy-partition-in-freebsd/</link>
		<comments>http://www.101tech.net/2009/02/13/find-whats-causing-a-busy-partition-in-freebsd/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 12:15:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Sys Admin]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://www.101tech.net/wordpress/2009/02/13/find-whats-causing-a-busy-partition-in-freebsd/</guid>
		<description><![CDATA[trying to umount an nfs or external disk partition and got &#8220;partition busy&#8221; ?
use fstat -f to find out what the hold up &#8230;
-f      Restrict examination to files open in the same file systems as
             the named file [...]]]></description>
		<wfw:commentRss>http://www.101tech.net/2009/02/13/find-whats-causing-a-busy-partition-in-freebsd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
