<?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>Mark Sanborn . net &#187; FreeBSD</title>
	<atom:link href="http://www.marksanborn.net/category/freebsd/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.marksanborn.net</link>
	<description>Coder, Entrepreneur, Blogger, and Coffee Addict</description>
	<lastBuildDate>Fri, 09 Sep 2011 15:37:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Adding Shell to Vim Using Screen</title>
		<link>http://www.marksanborn.net/howto/adding-shell-to-vim-using-screen/</link>
		<comments>http://www.marksanborn.net/howto/adding-shell-to-vim-using-screen/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 14:00:10 +0000</pubDate>
		<dc:creator>Mark Sanborn</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.marksanborn.net/?p=345</guid>
		<description><![CDATA[When programming in Perl or any language that requires you to run it from shell it is often helpful to have two screens open at once. One screen for your editor and one screen for running the program. This is &#8230; <a href="http://www.marksanborn.net/howto/adding-shell-to-vim-using-screen/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.marksanborn.net/howto/adding-shell-to-vim-using-screen/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How Do I Find Open Ports on FreeBSD?</title>
		<link>http://www.marksanborn.net/howto/how-do-i-find-open-ports-on-freebsd/</link>
		<comments>http://www.marksanborn.net/howto/how-do-i-find-open-ports-on-freebsd/#comments</comments>
		<pubDate>Wed, 20 Aug 2008 14:00:12 +0000</pubDate>
		<dc:creator>Mark Sanborn</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Howto]]></category>

		<guid isPermaLink="false">http://www.marksanborn.net/?p=337</guid>
		<description><![CDATA[Sometimes it is helpful to know which ports are currently open on your server. On my FreeBSD servers I like to use the sockstat command. It is very similar to the netstat command for Windows or Linux. You can configure &#8230; <a href="http://www.marksanborn.net/howto/how-do-i-find-open-ports-on-freebsd/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.marksanborn.net/howto/how-do-i-find-open-ports-on-freebsd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Detecting a Mount in BASH</title>
		<link>http://www.marksanborn.net/howto/detecting-a-mount-in-bash/</link>
		<comments>http://www.marksanborn.net/howto/detecting-a-mount-in-bash/#comments</comments>
		<pubDate>Mon, 30 Jun 2008 17:05:46 +0000</pubDate>
		<dc:creator>Mark Sanborn</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Bash]]></category>

		<guid isPermaLink="false">http://www.marksanborn.net/?p=209</guid>
		<description><![CDATA[Often times we will use bash to create scripts for backing up or transfering files. A lot of times these files are transfered over a mounted network share or an external usb drive. Since these mount points are not always &#8230; <a href="http://www.marksanborn.net/howto/detecting-a-mount-in-bash/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.marksanborn.net/howto/detecting-a-mount-in-bash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Mysql 5.1 on FreeBSD 7.0</title>
		<link>http://www.marksanborn.net/freebsd/installing-mysql-51-on-freebsd-70/</link>
		<comments>http://www.marksanborn.net/freebsd/installing-mysql-51-on-freebsd-70/#comments</comments>
		<pubDate>Thu, 12 Jun 2008 12:00:53 +0000</pubDate>
		<dc:creator>Mark Sanborn</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Mysql]]></category>

		<guid isPermaLink="false">http://www.marksanborn.net/?p=195</guid>
		<description><![CDATA[Well we all love Mysql and a lot of times it is the first things we install on a server. I recently installed it on my FreeBSD 7.0 server and it went pretty smooth. You can install mysql from the &#8230; <a href="http://www.marksanborn.net/freebsd/installing-mysql-51-on-freebsd-70/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.marksanborn.net/freebsd/installing-mysql-51-on-freebsd-70/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Using Markers in Vim</title>
		<link>http://www.marksanborn.net/software/using-markers-in-vim/</link>
		<comments>http://www.marksanborn.net/software/using-markers-in-vim/#comments</comments>
		<pubDate>Tue, 10 Jun 2008 01:27:06 +0000</pubDate>
		<dc:creator>Mark Sanborn</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.marksanborn.net/?p=191</guid>
		<description><![CDATA[Vim is a powerful text editor that pretty much rivals anything out there. Once you get used to the commands and hotkeys you can wiz through config files. Vim is also very popular for programming, not only for its productivity &#8230; <a href="http://www.marksanborn.net/software/using-markers-in-vim/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.marksanborn.net/software/using-markers-in-vim/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Creating Useful Bash Aliases</title>
		<link>http://www.marksanborn.net/linux/creating-useful-bash-aliases/</link>
		<comments>http://www.marksanborn.net/linux/creating-useful-bash-aliases/#comments</comments>
		<pubDate>Thu, 24 Apr 2008 05:36:28 +0000</pubDate>
		<dc:creator>Mark Sanborn</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Alias]]></category>
		<category><![CDATA[Bash]]></category>

		<guid isPermaLink="false">http://www.marksanborn.net/?p=152</guid>
		<description><![CDATA[Bash can be configured to recognize any word you want and link it to a command. This is called an alias. This is can be used for many reasons. For instance, you could assign a short word like dvdbackupnow to &#8230; <a href="http://www.marksanborn.net/linux/creating-useful-bash-aliases/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.marksanborn.net/linux/creating-useful-bash-aliases/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Encrypt a File on Linux or FreeBSD with GnuPG</title>
		<link>http://www.marksanborn.net/security/encrypt-a-file-on-linux-or-freebsd-with-gnupg/</link>
		<comments>http://www.marksanborn.net/security/encrypt-a-file-on-linux-or-freebsd-with-gnupg/#comments</comments>
		<pubDate>Tue, 22 Apr 2008 16:07:18 +0000</pubDate>
		<dc:creator>Mark Sanborn</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Enryption]]></category>
		<category><![CDATA[GnuPG]]></category>

		<guid isPermaLink="false">http://www.marksanborn.net/?p=140</guid>
		<description><![CDATA[If you ever wanted to quickly encrypt a file in Linux or FreeBSD without complicated keyrings and key files this is the post for you. In this guide we will use gnupg to quickly encrypt any file in Linux or &#8230; <a href="http://www.marksanborn.net/security/encrypt-a-file-on-linux-or-freebsd-with-gnupg/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.marksanborn.net/security/encrypt-a-file-on-linux-or-freebsd-with-gnupg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Numbering Each Line in a Text File</title>
		<link>http://www.marksanborn.net/linux/numbering-each-line-in-a-text-file/</link>
		<comments>http://www.marksanborn.net/linux/numbering-each-line-in-a-text-file/#comments</comments>
		<pubDate>Mon, 21 Apr 2008 17:25:50 +0000</pubDate>
		<dc:creator>Mark Sanborn</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.marksanborn.net/?p=150</guid>
		<description><![CDATA[Sometimes we are given an error message that references a line number in a text file. We can number each line so we can find the error message right a way. In fact, we can print out the exact line &#8230; <a href="http://www.marksanborn.net/linux/numbering-each-line-in-a-text-file/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.marksanborn.net/linux/numbering-each-line-in-a-text-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finding Ports to Install in FreeBSD</title>
		<link>http://www.marksanborn.net/freebsd/finding-ports-to-install-in-freebsd/</link>
		<comments>http://www.marksanborn.net/freebsd/finding-ports-to-install-in-freebsd/#comments</comments>
		<pubDate>Fri, 18 Apr 2008 15:00:12 +0000</pubDate>
		<dc:creator>Mark Sanborn</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Ports]]></category>

		<guid isPermaLink="false">http://www.marksanborn.net/?p=148</guid>
		<description><![CDATA[FreeBSD is founded on the idea that compiling is faster/better than using pre-made packages. To make compiling easy FreeBSD uses a &#8220;package management&#8221; system called ports; however, it is difficult to find the port to compile since FreeBSD&#8217;s package management &#8230; <a href="http://www.marksanborn.net/freebsd/finding-ports-to-install-in-freebsd/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.marksanborn.net/freebsd/finding-ports-to-install-in-freebsd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First Time Upgrading FreeBSD</title>
		<link>http://www.marksanborn.net/freebsd/first-time-upgrading-freebsd/</link>
		<comments>http://www.marksanborn.net/freebsd/first-time-upgrading-freebsd/#comments</comments>
		<pubDate>Thu, 17 Apr 2008 18:02:19 +0000</pubDate>
		<dc:creator>Mark Sanborn</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Upgrade]]></category>

		<guid isPermaLink="false">http://www.marksanborn.net/?p=143</guid>
		<description><![CDATA[If you remember from my post on my Initial Impression of FreeBSD 7.0 I am fairly new at using FreeBSD. After my recent WordPress SQL Injection Attack I went around updating everything that I could get my hands on. A &#8230; <a href="http://www.marksanborn.net/freebsd/first-time-upgrading-freebsd/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.marksanborn.net/freebsd/first-time-upgrading-freebsd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

