<?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/tag/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.2</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>Mount ISO on Linux/FreeBSD</title>
		<link>http://www.101tech.net/2008/12/04/mount-iso-on-linux/</link>
		<comments>http://www.101tech.net/2008/12/04/mount-iso-on-linux/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 19:13:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Sys Admin]]></category>

		<guid isPermaLink="false">http://www.101tech.net/wordpress/?p=102</guid>
		<description><![CDATA[On Linux
mount -o loop -t iso9660 path/to/iso.iso /mnt
On FreeBSD 
mdconfig -a -t vnode -f /isofile -u 0
mount -t cd9660 /dev/md0 /mnt

]]></description>
		<wfw:commentRss>http://www.101tech.net/2008/12/04/mount-iso-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Qmail-tls notes</title>
		<link>http://www.101tech.net/2008/09/26/qmail-tls-notes/</link>
		<comments>http://www.101tech.net/2008/09/26/qmail-tls-notes/#comments</comments>
		<pubDate>Fri, 26 Sep 2008 15:13:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Qmail]]></category>
		<category><![CDATA[Qmail-Tls]]></category>
		<category><![CDATA[Toaster]]></category>

		<guid isPermaLink="false">http://www.101tech.net/wordpress/?p=88</guid>
		<description><![CDATA[I am using Bill Shuff&#39;s toaster patch ( thanks bill , you rule ! ) , for some reason make cert did not work.  I create the certs manually :
#openssl req -newkey rsa:1024 -x509 -nodes -days 3650 -out servercert.pem -keyout servercert.pem
qmail did show TLS up but i got an error :&#160;
 #openssl s_client -debug [...]]]></description>
		<wfw:commentRss>http://www.101tech.net/2008/09/26/qmail-tls-notes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FreeBSD, Thinkpad X40, Intel 2200BG and WPA</title>
		<link>http://www.101tech.net/2008/09/05/wireless-on-my-x40-running-freebsd-7/</link>
		<comments>http://www.101tech.net/2008/09/05/wireless-on-my-x40-running-freebsd-7/#comments</comments>
		<pubDate>Fri, 05 Sep 2008 12:18:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.101tech.net/wordpress/?p=68</guid>
		<description><![CDATA[I have the intel 2200bg wirelss card and used the iwi-firmware .
Load modules at boot :
vi /boot/loader.conf 
   if_iwi_load=&#8221;YES&#8221;
   wlan_load=&#8221;YES&#8221;
   firmware_load=&#8221;YES&#8221;
   legal.intel_iwi.license_ack=1

configure iwi network options : 
vi /etc/rc.conf 
ifconfig_iwi0=&#8221;WPA DHCP&#8221;

configure WPA settings : 

vi /etc/wpa_supplicant.conf
ctrl_interface_group=0
network={
    ssid=&#8221;ssid&#8221;
    key_mgmt=WPA-PSK
    psk=&#8221;shared-key&#8221;
}
]]></description>
		<wfw:commentRss>http://www.101tech.net/2008/09/05/wireless-on-my-x40-running-freebsd-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MacFusion &#8211; Mount SSH/FTP folders on your Mac</title>
		<link>http://www.101tech.net/2008/08/07/macfusion-mount-sshftp-folders-on-your-mac/</link>
		<comments>http://www.101tech.net/2008/08/07/macfusion-mount-sshftp-folders-on-your-mac/#comments</comments>
		<pubDate>Thu, 07 Aug 2008 13:38:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[FreeBSD]]></category>

		<guid isPermaLink="false">http://www.101tech.net/wordpress/?p=45</guid>
		<description><![CDATA[My journey as a mac newbie continues, this open source tools allows me to share my FreeBSD virtual machine folder with my mac without configuring nfs or anything fancy.
best of all , its opensource &#8230; 
http://www.macfusionapp.org/

]]></description>
		<wfw:commentRss>http://www.101tech.net/2008/08/07/macfusion-mount-sshftp-folders-on-your-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
