<?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>Reliably Broken &#187; freebsd</title>
	<atom:link href="http://reliablybroken.com/b/tag/freebsd/feed/" rel="self" type="application/rss+xml" />
	<link>http://reliablybroken.com/b</link>
	<description>It&#039;s a blog: let&#039;s do funch!</description>
	<lastBuildDate>Sat, 04 Sep 2010 21:22:45 +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>Avoiding the config menu when installing a FreeBSD port</title>
		<link>http://reliablybroken.com/b/2009/01/avoiding-the-config-menu-when-installing-a-freebsd-port/</link>
		<comments>http://reliablybroken.com/b/2009/01/avoiding-the-config-menu-when-installing-a-freebsd-port/#comments</comments>
		<pubDate>Fri, 02 Jan 2009 11:45:39 +0000</pubDate>
		<dc:creator>david</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[freebsd]]></category>

		<guid isPermaLink="false">http://reliablybroken.com/b/?p=24</guid>
		<description><![CDATA[Note to self: if you want to install a port from the FreeBSD ports collection and you want to avoid the configuration menu that some ports use, then set the BATCH build variable.

For example, to install Apache 2.2 with the default configuration, use this:

cd /usr/ports/www/apache22 &#38;&#38; make BATCH=1 install clean


Handy for scripting. More detail in [...]]]></description>
			<content:encoded><![CDATA[<p>Note to self: if you want to install a port from the FreeBSD ports collection and you want to avoid the configuration menu that some ports use, then set the BATCH build variable.</p>

<p>For example, to install Apache 2.2 with the default configuration, use this:</p>

<pre><code>cd /usr/ports/www/apache22 &amp;&amp; make BATCH=1 install clean
</code></pre>

<p>Handy for scripting. More detail in the <a href="http://www.freebsd.org/doc/en/books/porters-handbook/book.html#SLOW-USER-INPUT">FreeBSD porter&#8217;s handbook</a></p>
]]></content:encoded>
			<wfw:commentRss>http://reliablybroken.com/b/2009/01/avoiding-the-config-menu-when-installing-a-freebsd-port/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Humour in FreeBSD man pages</title>
		<link>http://reliablybroken.com/b/2008/06/humour-in-freebsd-man-pages/</link>
		<comments>http://reliablybroken.com/b/2008/06/humour-in-freebsd-man-pages/#comments</comments>
		<pubDate>Sat, 07 Jun 2008 23:13:30 +0000</pubDate>
		<dc:creator>david</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[freebsd]]></category>

		<guid isPermaLink="false">http://reliablybroken.com/b/?p=6</guid>
		<description><![CDATA[Was reading the tunefs man page today while working out how to enable ACLs for a filesystem in FreeBSD. The last line made me laugh.


  You can tune a file system, but you can&#8217;t tune a fish.


The man pages are one of the BSD&#8217;s great strengths.
]]></description>
			<content:encoded><![CDATA[<p>Was reading the <a href="http://www.freebsd.org/cgi/man.cgi?query=tunefs">tunefs man page</a> today while working out how to enable ACLs for a filesystem in <a href="http://www.freebsd.org/">FreeBSD</a>. The last line made me laugh.</p>

<blockquote>
  <p>You can tune a file system, but you can&#8217;t tune a fish.</p>
</blockquote>

<p>The man pages are one of the BSD&#8217;s great strengths.</p>
]]></content:encoded>
			<wfw:commentRss>http://reliablybroken.com/b/2008/06/humour-in-freebsd-man-pages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
