<?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 &#187; SysAdmin</title>
	<atom:link href="http://www.vim-fu.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vim-fu.com</link>
	<description>A SysAdmin&#039;s Notebook</description>
	<lastBuildDate>Tue, 21 Jun 2011 23:14:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<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>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>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>
		<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>1</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>
	</channel>
</rss>

