<?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>Mon, 16 Apr 2012 19:52:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Using csshX in OSX Lion</title>
		<link>http://www.vim-fu.com/using-csshx-in-osx-lion/</link>
		<comments>http://www.vim-fu.com/using-csshx-in-osx-lion/#comments</comments>
		<pubDate>Mon, 16 Apr 2012 19:05:00 +0000</pubDate>
		<dc:creator>jroberts</dc:creator>
				<category><![CDATA[SysAdmin]]></category>

		<guid isPermaLink="false">http://www.vim-fu.com/?p=1130</guid>
		<description><![CDATA[<p>Opening 10 windows at a time to issue the same command to 10 machines is a valuable time saver, and csshX is a great tool to do just that.  I considered it a indespensible tool until I upgraded my machines to Lion.  Lion has a feature where it remembers what windows you had [...]]]></description>
		<wfw:commentRss>http://www.vim-fu.com/using-csshx-in-osx-lion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Patching Chef to support dry-run mode by Darren Dao</title>
		<link>http://www.vim-fu.com/patching-chef-to-support-dry-run-mode-by-darren-dao/</link>
		<comments>http://www.vim-fu.com/patching-chef-to-support-dry-run-mode-by-darren-dao/#comments</comments>
		<pubDate>Mon, 20 Jun 2011 23:37:39 +0000</pubDate>
		<dc:creator>ddao</dc:creator>
				<category><![CDATA[SysAdmin]]></category>
		<category><![CDATA[chef dryrun noop]]></category>

		<guid isPermaLink="false">http://www.vim-fu.com/?p=1093</guid>
		<description><![CDATA[How we patch Chef to have dryrun [...]]]></description>
		<wfw:commentRss>http://www.vim-fu.com/patching-chef-to-support-dry-run-mode-by-darren-dao/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Resetting root password in MySQL</title>
		<link>http://www.vim-fu.com/resetting-root-password-in-mysql/</link>
		<comments>http://www.vim-fu.com/resetting-root-password-in-mysql/#comments</comments>
		<pubDate>Tue, 24 May 2011 17:41:49 +0000</pubDate>
		<dc:creator>jroberts</dc:creator>
				<category><![CDATA[SysAdmin]]></category>

		<guid isPermaLink="false">http://www.vim-fu.com/?p=1076</guid>
		<description><![CDATA[<p>This is taken directly from MySQL home page:</p>

Log on to your system as the Unix user that the mysqld server runs as (for example, mysql).
Locate the .pid file that contains the server&#8217;s process ID. The exact location and name of this file depend on your distribution, host name, and configuration. Common locations are /var/lib/mysql/, /var/run/mysqld/, and /usr/local/mysql/data/. Generally, [...]]]></description>
		<wfw:commentRss>http://www.vim-fu.com/resetting-root-password-in-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenSSL-Fu</title>
		<link>http://www.vim-fu.com/openssl-tricks/</link>
		<comments>http://www.vim-fu.com/openssl-tricks/#comments</comments>
		<pubDate>Wed, 20 Oct 2010 03:50:49 +0000</pubDate>
		<dc:creator>jroberts</dc:creator>
				<category><![CDATA[SysAdmin]]></category>

		<guid isPermaLink="false">http://www.vim-fu.com/?p=1064</guid>
		<description><![CDATA[I needed to do a conversion of an ssl-cert today and I found a very thorough post all about OpenSSl and all of the really usefult things it can [...]]]></description>
		<wfw:commentRss>http://www.vim-fu.com/openssl-tricks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>the ball command</title>
		<link>http://www.vim-fu.com/the-ball-command/</link>
		<comments>http://www.vim-fu.com/the-ball-command/#comments</comments>
		<pubDate>Tue, 31 Aug 2010 04:35:31 +0000</pubDate>
		<dc:creator>jroberts</dc:creator>
				<category><![CDATA[Vim Tricks]]></category>

		<guid isPermaLink="false">http://www.vim-fu.com/?p=1041</guid>
		<description><![CDATA[<p>Quite often I&#8217;ll open up several different file in the vim buffer to be edited.</p>
~$ vim `grep -l v1.2r5 *.pl`
<p>Commands like that can save you a lot of time searching through files looking for a single value or word.</p>
<p>How many files did that load into Vim&#8217;s buffer?  Check with:</p>
:ls
<p>Let&#8217;s say grep found three files and [...]]]></description>
		<wfw:commentRss>http://www.vim-fu.com/the-ball-command/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<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>2</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>1</slash:comments>
		</item>
	</channel>
</rss>

