<?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>WTF *Nix &#187; FreeBSD</title>
	<atom:link href="http://www.wtfnix.com/tag/freebsd/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wtfnix.com</link>
	<description>Just another *nix Blog</description>
	<lastBuildDate>Tue, 04 May 2010 13:46:34 +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>WTF How the Linux Boots</title>
		<link>http://www.wtfnix.com/2009/12/wtf-how-the-linux-boots/</link>
		<comments>http://www.wtfnix.com/2009/12/wtf-how-the-linux-boots/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 12:38:07 +0000</pubDate>
		<dc:creator>WTF *Nix</dc:creator>
				<category><![CDATA[Boot]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[General Linux Blogging]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Linux Commands]]></category>
		<category><![CDATA[Linux Kernel]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[boot disk]]></category>
		<category><![CDATA[boot sector]]></category>
		<category><![CDATA[bsd]]></category>
		<category><![CDATA[etc]]></category>
		<category><![CDATA[inittab]]></category>
		<category><![CDATA[kerneld]]></category>
		<category><![CDATA[linux boot]]></category>
		<category><![CDATA[lvm]]></category>
		<category><![CDATA[netbase]]></category>
		<category><![CDATA[netstd_init]]></category>
		<category><![CDATA[rc]]></category>
		<category><![CDATA[rc.d]]></category>
		<category><![CDATA[respawn]]></category>
		<category><![CDATA[sbin]]></category>
		<category><![CDATA[sysinit]]></category>
		<category><![CDATA[telinit]]></category>
		<category><![CDATA[telinit 3]]></category>
		<category><![CDATA[telinit q]]></category>

		<guid isPermaLink="false">http://www.wtfnix.com/?p=1110</guid>
		<description><![CDATA[However many times I have been asked how the Linux boots, well as it turns out, there isn&#8217;t much to the boot process, see the following six steps it takes:

A boot loader finds the kernel image on the disk, loads it into memory, and starts it.
The kernel initializes the devices and its drivers.
The kernel mounts [...]]]></description>
		<wfw:commentRss>http://www.wtfnix.com/2009/12/wtf-how-the-linux-boots/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FreeBSD Guides and Tips</title>
		<link>http://www.wtfnix.com/2009/01/freebsd-guides-and-tips/</link>
		<comments>http://www.wtfnix.com/2009/01/freebsd-guides-and-tips/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 11:06:54 +0000</pubDate>
		<dc:creator>clarkee</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[General Linux Blogging]]></category>
		<category><![CDATA[General Networking]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[TCP/IP Networking]]></category>
		<category><![CDATA[Web Servers]]></category>

		<guid isPermaLink="false">http://www.wtfnix.com/?p=942</guid>
		<description><![CDATA[Hello Everybody,
I&#8217;m new here so I thought I&#8217;d tell you all about my main &#8216;project&#8217; documenting my experience with FreeBSD and how to use FreeBSD for common tasks!
I work in a software development company and from time to time we need servers for many tasks like blogging, wiki&#8217;ing, version control, ftp, mail, application servers etc. [...]]]></description>
		<wfw:commentRss>http://www.wtfnix.com/2009/01/freebsd-guides-and-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>tcpdump &#8211; dump traffic on a network</title>
		<link>http://www.wtfnix.com/2008/11/tcpdump-dump-traffic-network/</link>
		<comments>http://www.wtfnix.com/2008/11/tcpdump-dump-traffic-network/#comments</comments>
		<pubDate>Thu, 20 Nov 2008 09:51:16 +0000</pubDate>
		<dc:creator>WTF *Nix</dc:creator>
				<category><![CDATA[Linux Commands]]></category>
		<category><![CDATA[bsd]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[hacker]]></category>
		<category><![CDATA[hacker dump]]></category>
		<category><![CDATA[phreaking]]></category>
		<category><![CDATA[tcpdump]]></category>

		<guid isPermaLink="false">http://www.wtfnix.com/?p=933</guid>
		<description><![CDATA[SYNOPSIS
tcpdump [ -adeflnNOpqRStuvxX ] [ -c count ]
[ -C file_size ] [ -F file ]
[ -i interface ] [ -m module ] [ -r file ]
[ -s snaplen ] [ -T type ] [ -w file ]
[ -E algo:secret ] [ expression ]
DESCRIPTION
Tcpdump  prints  out  the  headers of packets on a network
interface that match the [...]]]></description>
		<wfw:commentRss>http://www.wtfnix.com/2008/11/tcpdump-dump-traffic-network/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Midlife Samba Crisis on a FreeBSD</title>
		<link>http://www.wtfnix.com/2008/04/midlife-samba-crisis-on-a-freebsd/</link>
		<comments>http://www.wtfnix.com/2008/04/midlife-samba-crisis-on-a-freebsd/#comments</comments>
		<pubDate>Tue, 29 Apr 2008 07:52:10 +0000</pubDate>
		<dc:creator>WTF *Nix</dc:creator>
				<category><![CDATA[General Networking]]></category>
		<category><![CDATA[borked]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[nano]]></category>
		<category><![CDATA[samba]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[vi]]></category>

		<guid isPermaLink="false">http://www.wtfnix.com/?p=35</guid>
		<description><![CDATA[The other day let&#8217;s put this in short, called out to do a job on Thursday night @ 4:30PM turn around at 3:30AM I was headed home from doing a recovery effort on a offsite location.
Well little here nor there, I have created a pretty little Script for anyone wanting to use this if they [...]]]></description>
		<wfw:commentRss>http://www.wtfnix.com/2008/04/midlife-samba-crisis-on-a-freebsd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
