<?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>david winter &#187; freebsd</title>
	<atom:link href="http://davidwinter.me.uk/articles/tag/freebsd/feed/" rel="self" type="application/rss+xml" />
	<link>http://davidwinter.me.uk</link>
	<description>you were expecting someone else?</description>
	<lastBuildDate>Mon, 28 Jun 2010 20:37:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Unix Disk Usage</title>
		<link>http://davidwinter.me.uk/articles/2007/01/21/unix-disk-usage/</link>
		<comments>http://davidwinter.me.uk/articles/2007/01/21/unix-disk-usage/#comments</comments>
		<pubDate>Sun, 21 Jan 2007 12:28:36 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[command line]]></category>
		<category><![CDATA[dapper]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://davidwinter.me.uk/articles/2007/01/21/unix-disk-usage/</guid>
		<description><![CDATA[A very handy command to see the total size of a directory on a Unix-based computer. du -sh * This will show the total size of files and directories in your current working directory. The s flag means to show a summary&#8211;which basically just shows the top level directory only, instead of the contents of [...]]]></description>
			<content:encoded><![CDATA[<p>A very handy command to see the total size of a directory on a Unix-based computer.</p>

<pre><code>du -sh *
</code></pre>

<p>This will show the total size of files and directories in your current working directory. The <code>s</code> flag means to show a summary&#8211;which basically just shows the top level directory only, instead of the contents of each and every folder down the file system hierarchy. The <code>h</code> flag shows a human readable file size.</p>

<p>For my home directory, I get the following output:</p>

<pre><code>404M    Desktop
 30G    Documents
6.0G    Library
 32G    Movies
 18G    Music
 11G    Pictures
2.7G    Projects
 16K    Public
166M    Sites
</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://davidwinter.me.uk/articles/2007/01/21/unix-disk-usage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Where things are installed to on FreeBSD</title>
		<link>http://davidwinter.me.uk/articles/2006/02/14/where-things-are-installed-to-on-freebsd/</link>
		<comments>http://davidwinter.me.uk/articles/2006/02/14/where-things-are-installed-to-on-freebsd/#comments</comments>
		<pubDate>Tue, 14 Feb 2006 09:00:44 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[freebsd]]></category>

		<guid isPermaLink="false">http://davidwinter.me.uk/articles/2006/10/13/where-things-are-installed-to-on-freebsd/</guid>
		<description><![CDATA[This is more of a reference post for me as I keep forgetting, or get confused with the locations used for Ubuntu. At the moment, I&#8217;m working on setting up FreeBSD as a replacement to my Ubuntu web server in the loft. I&#8217;m using a spare PC to test the configurations on. Description Ubuntu Freebsd [...]]]></description>
			<content:encoded><![CDATA[<p>This is more of a reference post for me as I keep forgetting, or get confused with the locations used for Ubuntu.</p>

<p>At the moment, I&#8217;m working on setting up FreeBSD as a replacement to my Ubuntu web server in the loft. I&#8217;m using a spare PC to test the configurations on.</p>

<table>
    <tr>
        <th rowspan="2">Description</th>
        <th rowspan="2">Ubuntu</th>
        <th colspan="2">Freebsd</th>
    </tr>
    <tr>
        <th>Install</th>
        <th>Extra</th>
    </tr>
    <tr>
        <td>Start-up scripts</td>
        <td><code>/etc/init.d/</code></td>
        <td><code>/etc/rc.d/</code></td>
        <td><code>/usr/local/etc/rc.d/</code></td>
    </tr>
    <tr>
        <td>Binaries</td>
        <td></td>
        <td><code>/bin/</code></td>
        <td><code>/usr/local/bin/</code></td>
    </tr>
    <tr>
        <td>System binaries</td>
        <td></td>
        <td><code>/sbin/</code></td>
        <td><code>/usr/local/sbin/</code></td>
    </tr>
    <tr>
        <td>System configuration files</td>
        <td><code>/etc/</code></td>
        <td><code>/etc/</code></td>
        <td><code>/usr/local/etc/</code></td>
    </tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://davidwinter.me.uk/articles/2006/02/14/where-things-are-installed-to-on-freebsd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
