<?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>Vim-Fu</title>
	<atom:link href="http://www.vim-fu.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vim-fu.com</link>
	<description>A SysAdmin&#039;s Notebook</description>
	<lastBuildDate>Thu, 29 Jul 2010 03:15:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Starting Over in VIM using e!</title>
		<link>http://www.vim-fu.com/starting-over-in-vim-using-e/</link>
		<comments>http://www.vim-fu.com/starting-over-in-vim-using-e/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 02:57:10 +0000</pubDate>
		<dc:creator>jroberts</dc:creator>
				<category><![CDATA[Vim Tricks]]></category>

		<guid isPermaLink="false">http://www.vim-fu.com/?p=1030</guid>
		<description><![CDATA[<p>I haven&#8217;t posted a trick in a while, so here&#8217;s a good one to know.</p>
<p>Ever start working on a file in command mode and then hit the caps key without realizing it.  Wham! All sorts of un-expected things can happen before you know it.  What do you do then? You could use q! to exit [...]]]></description>
		<wfw:commentRss>http://www.vim-fu.com/starting-over-in-vim-using-e/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL tuning script</title>
		<link>http://www.vim-fu.com/mysql-tuning-script/</link>
		<comments>http://www.vim-fu.com/mysql-tuning-script/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 04:07:05 +0000</pubDate>
		<dc:creator>jroberts</dc:creator>
				<category><![CDATA[SysAdmin]]></category>

		<guid isPermaLink="false">http://www.vim-fu.com/?p=1023</guid>
		<description><![CDATA[This is really useful script called tuning-primer.sh by Matt Montgomery.  [...]]]></description>
		<wfw:commentRss>http://www.vim-fu.com/mysql-tuning-script/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using Screen to connect to a serial console</title>
		<link>http://www.vim-fu.com/using-screen-to-connect-to-a-serial-console/</link>
		<comments>http://www.vim-fu.com/using-screen-to-connect-to-a-serial-console/#comments</comments>
		<pubDate>Sat, 24 Apr 2010 20:10:50 +0000</pubDate>
		<dc:creator>jroberts</dc:creator>
				<category><![CDATA[SysAdmin]]></category>

		<guid isPermaLink="false">http://www.vim-fu.com/?p=999</guid>
		<description><![CDATA[<p>Not much to write about here.  You can use screen as a replacement for minicom. Who knew!?!?!  Screen will never stop amazing me with all the cool stuff that it can do.</p>
screen /dev/ttyUSB0
<p>To set the baud rate to 57,600:</p>
screen /dev/ttyUSB0 57600
<p>To enable CTS/RTS handshake:</p>
screen /dev/ttyUSB0 57600,ctsrts
<p>^a,k to end the session.
^a,i to check the status of [...]]]></description>
		<wfw:commentRss>http://www.vim-fu.com/using-screen-to-connect-to-a-serial-console/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blacklisted Email in Amazon&#8217;s EC2 Cloud</title>
		<link>http://www.vim-fu.com/blacklisted-email-in-amazons-ec2-cloud/</link>
		<comments>http://www.vim-fu.com/blacklisted-email-in-amazons-ec2-cloud/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 18:38:13 +0000</pubDate>
		<dc:creator>jroberts</dc:creator>
				<category><![CDATA[EC2 Related]]></category>

		<guid isPermaLink="false">http://www.vim-fu.com/?p=993</guid>
		<description><![CDATA[<p>One of the major problems in having your systems in Amazon&#8217;s EC2 cloud is that the ip you get assigned is almost surely blacklisted with every major email blacklist  before you&#8217;ve sent a single piece of email (check for this using mxtoolbox.com).  I learned this the hard way when I started hearing the our registration and [...]]]></description>
		<wfw:commentRss>http://www.vim-fu.com/blacklisted-email-in-amazons-ec2-cloud/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Cisco POE and Polycom phones</title>
		<link>http://www.vim-fu.com/cisco-poe-and-polycom-phones/</link>
		<comments>http://www.vim-fu.com/cisco-poe-and-polycom-phones/#comments</comments>
		<pubDate>Mon, 19 Apr 2010 05:41:29 +0000</pubDate>
		<dc:creator>jroberts</dc:creator>
				<category><![CDATA[SysAdmin]]></category>

		<guid isPermaLink="false">http://www.vim-fu.com/?p=970</guid>
		<description><![CDATA[They just continuously flapped when ever they were powered by the 3550.  Adding this line fixed the issue [...]]]></description>
		<wfw:commentRss>http://www.vim-fu.com/cisco-poe-and-polycom-phones/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cisco&#8217;s DNS Rewrite &#8211; My new best friend</title>
		<link>http://www.vim-fu.com/ciscos-dns-rewrite-my-new-best-friend/</link>
		<comments>http://www.vim-fu.com/ciscos-dns-rewrite-my-new-best-friend/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 19:33:24 +0000</pubDate>
		<dc:creator>jroberts</dc:creator>
				<category><![CDATA[SysAdmin]]></category>

		<guid isPermaLink="false">http://www.vim-fu.com/?p=943</guid>
		<description><![CDATA[DNS Rewriting is a simple and elegant solution that can save you time and [...]]]></description>
		<wfw:commentRss>http://www.vim-fu.com/ciscos-dns-rewrite-my-new-best-friend/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bulk Adding users to Gmail and notifying them of their new credentials</title>
		<link>http://www.vim-fu.com/bulk-adding-users-to-gmail-and-notifying-them-of-their-new-credentials/</link>
		<comments>http://www.vim-fu.com/bulk-adding-users-to-gmail-and-notifying-them-of-their-new-credentials/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 18:12:23 +0000</pubDate>
		<dc:creator>jroberts</dc:creator>
				<category><![CDATA[SysAdmin]]></category>

		<guid isPermaLink="false">http://www.vim-fu.com/?p=937</guid>
		<description><![CDATA[<p>My company is making a small jump from Google Apps Standard this morning to the Premier service, but because we are taking the opportunity to change the domain name, we are forced to do a migration.  This is really not a big deal compared to the mail migrations I have done in the past, in [...]]]></description>
		<wfw:commentRss>http://www.vim-fu.com/bulk-adding-users-to-gmail-and-notifying-them-of-their-new-credentials/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Great iPhone app for working out regexes.</title>
		<link>http://www.vim-fu.com/great-iphone-app-for-working-out-regexes/</link>
		<comments>http://www.vim-fu.com/great-iphone-app-for-working-out-regexes/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 05:30:38 +0000</pubDate>
		<dc:creator>jroberts</dc:creator>
				<category><![CDATA[SysAdmin]]></category>

		<guid isPermaLink="false">http://www.vim-fu.com/?p=923</guid>
		<description><![CDATA[<p style="text-align: left;">This is a great little utility to have on your iPhone.  It&#8217;s called Regexen and it is a tool that allows you to enter some text, and then cook up a regex that will match it.  You can then mail it out to your own email account or a co-worker.  It also has [...]]]></description>
		<wfw:commentRss>http://www.vim-fu.com/great-iphone-app-for-working-out-regexes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Converting from Apache to Nginx</title>
		<link>http://www.vim-fu.com/converting-from-apache-to-nginx/</link>
		<comments>http://www.vim-fu.com/converting-from-apache-to-nginx/#comments</comments>
		<pubDate>Sat, 17 Oct 2009 21:38:05 +0000</pubDate>
		<dc:creator>jroberts</dc:creator>
				<category><![CDATA[SysAdmin]]></category>

		<guid isPermaLink="false">http://www.vim-fu.com/?p=862</guid>
		<description><![CDATA[I've decided to migrate Vim-Fu.com (WordPress) from Apache to Nginx for a couple of [...]]]></description>
		<wfw:commentRss>http://www.vim-fu.com/converting-from-apache-to-nginx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Scalable DNS scheme for Amazon&#8217;s EC2 Cloud</title>
		<link>http://www.vim-fu.com/better-dns-scheme-for-amazons-ec2-cloud/</link>
		<comments>http://www.vim-fu.com/better-dns-scheme-for-amazons-ec2-cloud/#comments</comments>
		<pubDate>Sat, 19 Sep 2009 17:36:06 +0000</pubDate>
		<dc:creator>jroberts</dc:creator>
				<category><![CDATA[EC2 Related]]></category>

		<guid isPermaLink="false">http://www.vim-fu.com/?p=694</guid>
		<description><![CDATA[We are gearing up for the "next phase" release of our EC2 deployment and I've taken the opportunity to re-think the scheme based on my experiences over the last 8 or so months of using EC2.  I have come up with something that is FAR better in my [...]]]></description>
		<wfw:commentRss>http://www.vim-fu.com/better-dns-scheme-for-amazons-ec2-cloud/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
