<?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>Analysis and Review &#187; freebsd</title>
	<atom:link href="http://analysisandreview.com/tag/freebsd/feed/" rel="self" type="application/rss+xml" />
	<link>http://analysisandreview.com</link>
	<description>Unbiased research, analysis and review...</description>
	<lastBuildDate>Fri, 13 Aug 2010 13:29:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Replace sendmail with ssmpt to send email via Gmail</title>
		<link>http://analysisandreview.com/security/replace-sendmail-with-ssmpt-to-send-email-via-gmail/</link>
		<comments>http://analysisandreview.com/security/replace-sendmail-with-ssmpt-to-send-email-via-gmail/#comments</comments>
		<pubDate>Mon, 03 May 2010 18:50:27 +0000</pubDate>
		<dc:creator>Kurt</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[MTA]]></category>
		<category><![CDATA[secure]]></category>
		<category><![CDATA[Sendmail]]></category>
		<category><![CDATA[ssmtp]]></category>

		<guid isPermaLink="false">http://analysisandreview.com/?p=756</guid>
		<description><![CDATA[Okay let&#8217;s set up your freebsd 8 system to use gmail as its MTA. This guide will assist you in setting up your server to send email via gmail with a secure logon. We&#8217;re replacing sendmail with ssmpt because ssmpt is so much easier to configure and sendmail is overkill when you just need to ]]></description>
		<wfw:commentRss>http://analysisandreview.com/security/replace-sendmail-with-ssmpt-to-send-email-via-gmail/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to use Sendmail with FreeBSD</title>
		<link>http://analysisandreview.com/unix/how-to-use-sendmail-with-freebsd/</link>
		<comments>http://analysisandreview.com/unix/how-to-use-sendmail-with-freebsd/#comments</comments>
		<pubDate>Wed, 28 Apr 2010 17:07:36 +0000</pubDate>
		<dc:creator>Kurt</dc:creator>
				<category><![CDATA[Unix]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[send mail]]></category>
		<category><![CDATA[Sendmail]]></category>

		<guid isPermaLink="false">http://analysisandreview.com/?p=750</guid>
		<description><![CDATA[Using sendmail with freebsd is easy. Here we will cover how to start and stop sendmail how to send mail with sendmail how to send mail from the terminal, cli, command prompt how to make sendmail start at boot time How to start and stop send mail: /etc/rc.d/sendmail stop&#60;/li&#62; &#60;li&#62;/etc/rc.d/sendmail start&#60;/li&#62; &#60;li&#62;/etc/rc.d/sendmail restart How to ]]></description>
		<wfw:commentRss>http://analysisandreview.com/unix/how-to-use-sendmail-with-freebsd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable FTP FreeBSD and Allow Only Localhost</title>
		<link>http://analysisandreview.com/unix/enable-ftp-freebsd-and-allow-only-localhost/</link>
		<comments>http://analysisandreview.com/unix/enable-ftp-freebsd-and-allow-only-localhost/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 03:35:43 +0000</pubDate>
		<dc:creator>Kurt</dc:creator>
				<category><![CDATA[Unix]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[FTP]]></category>
		<category><![CDATA[FTPD]]></category>
		<category><![CDATA[Localhost]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://analysisandreview.com/?p=693</guid>
		<description><![CDATA[Enable FTP on your FreeBSD server and allow only your localhost (local machine) access to the ftpd server. The inetd server should be run at boot time by /etc/rc. It then listens for connections on certain internet sockets. When a connection is found on one of its sockets, it decides what service the socket corresponds ]]></description>
		<wfw:commentRss>http://analysisandreview.com/unix/enable-ftp-freebsd-and-allow-only-localhost/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Best freeBSD Firewall for a Web Server, PF Configuration and Testing</title>
		<link>http://analysisandreview.com/unix/best-freebsd-firewall-for-a-web-server-pf-configuration-and-testing/</link>
		<comments>http://analysisandreview.com/unix/best-freebsd-firewall-for-a-web-server-pf-configuration-and-testing/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 04:03:01 +0000</pubDate>
		<dc:creator>Kurt</dc:creator>
				<category><![CDATA[Unix]]></category>
		<category><![CDATA[best freebsd firewall]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[pf]]></category>
		<category><![CDATA[pf configuration]]></category>
		<category><![CDATA[web server]]></category>
		<category><![CDATA[webserver]]></category>

		<guid isPermaLink="false">http://analysisandreview.com/?p=687</guid>
		<description><![CDATA[You&#8217;ll see many articles discussing various firewalls for BSD. freeBSD comes with three firewalls but I&#8217;ll lay out what I believe is the best freebsd firewall for a web server, pf. I need firewall that will help negate DDoS attacks, spoofing and fingerprinting. Allows port 80 and 443 as well as ssh and is simple ]]></description>
		<wfw:commentRss>http://analysisandreview.com/unix/best-freebsd-firewall-for-a-web-server-pf-configuration-and-testing/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to shutdown freebsd 8 and stop shutdown</title>
		<link>http://analysisandreview.com/unix/how-to-shutdown-freebsd-8-and-stop-shutdown/</link>
		<comments>http://analysisandreview.com/unix/how-to-shutdown-freebsd-8-and-stop-shutdown/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 03:45:08 +0000</pubDate>
		<dc:creator>Kurt</dc:creator>
				<category><![CDATA[Unix]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[reboot]]></category>
		<category><![CDATA[schedule]]></category>
		<category><![CDATA[shutdown]]></category>

		<guid isPermaLink="false">http://analysisandreview.com/?p=685</guid>
		<description><![CDATA[Shutdown freebsd now shutdown -r now Shutdown freeBSD at a scheduled time or within a set time. In the sample below we have shutdown taking place in 5 minutes. This is useful when you want to set a configuration and you&#8217;re worried about the system locking you out. Set the shutdown time for five minutes ]]></description>
		<wfw:commentRss>http://analysisandreview.com/unix/how-to-shutdown-freebsd-8-and-stop-shutdown/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FreeBSD 8 LAMP Install for WordPress</title>
		<link>http://analysisandreview.com/unix/freebsd-8-lamp-install-for-wordpress/</link>
		<comments>http://analysisandreview.com/unix/freebsd-8-lamp-install-for-wordpress/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 15:48:15 +0000</pubDate>
		<dc:creator>Kurt</dc:creator>
				<category><![CDATA[Unix]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[BAMP]]></category>
		<category><![CDATA[configure]]></category>
		<category><![CDATA[FAMP]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[mySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[phpMyAdmin]]></category>
		<category><![CDATA[Rollback]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[web server]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://analysisandreview.com/?p=658</guid>
		<description><![CDATA[How to install FreeBSD 8 for WordPress. It&#8217;s a basic LAMP install but since we&#8217;re not using linux it should be called BAMP or maybe FAMP? Who cares.. here are the steps to install FreeBSD 8 with apache, mySQL, PHP then install wordpress. I&#8217;ll be using ports of course for this entire install. I&#8217;m assuming ]]></description>
		<wfw:commentRss>http://analysisandreview.com/unix/freebsd-8-lamp-install-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>How to Keep FreeBSD Up to Date</title>
		<link>http://analysisandreview.com/unix/how-to-keep-freebsd-up-to-date/</link>
		<comments>http://analysisandreview.com/unix/how-to-keep-freebsd-up-to-date/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 05:50:32 +0000</pubDate>
		<dc:creator>Kurt</dc:creator>
				<category><![CDATA[Unix]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[patch]]></category>
		<category><![CDATA[up to date]]></category>
		<category><![CDATA[uptodate]]></category>

		<guid isPermaLink="false">http://analysisandreview.com/?p=651</guid>
		<description><![CDATA[Keeping the freeBSD installation up-to-date is simple. # portsnap fetch # portsnap update # portmanager -u -l&#60;span id=&#34;more-651&#34;&#62;&#60;/span&#62; portsnap &#8211; Approximately every hour, a snapshot of the ports tree is generated, repackaged, and cryptographically signed. portsnap gets this information to see which ports you have out of date so you can easily update them. portsmanager ]]></description>
		<wfw:commentRss>http://analysisandreview.com/unix/how-to-keep-freebsd-up-to-date/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
