<?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>Detritus</title>
	<atom:link href="http://louismeunier.com/wp/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://louismeunier.com/wp</link>
	<description></description>
	<lastBuildDate>Wed, 27 Jul 2011 19:36:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>Check Mail Flow Beyond SMTP Checks</title>
		<link>http://louismeunier.com/wp/?p=167</link>
		<comments>http://louismeunier.com/wp/?p=167#comments</comments>
		<pubDate>Thu, 21 Jul 2011 01:24:20 +0000</pubDate>
		<dc:creator>Louis M.</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Perl]]></category>

		<guid isPermaLink="false">http://louismeunier.com/wp/?p=167</guid>
		<description><![CDATA[<p> Even if SMTP services are running, it cannot be assumed that mail is flowing. There are a number of reasons that mail may not reach its destination. This is a simple script that uses Gmail to send an email to an internal server, most likely Exchange, which should automatically reply to the message. For [...]]]></description>
		<wfw:commentRss>http://louismeunier.com/wp/?feed=rss2&#038;p=167</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get Your Post Seen on Twitter</title>
		<link>http://louismeunier.com/wp/?p=162</link>
		<comments>http://louismeunier.com/wp/?p=162#comments</comments>
		<pubDate>Wed, 20 Jul 2011 19:16:16 +0000</pubDate>
		<dc:creator>Louis M.</dc:creator>
				<category><![CDATA[Perl]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://louismeunier.com/wp/?p=162</guid>
		<description><![CDATA[<p>Sometimes getting your tweet seen by a Twitterer with a lot of traffic seems like a matter of dumb luck. I don&#8217;t really believe in luck, so I wrote a simple script that looks for evidence a user has interacted with twitter and immediately sends a predefined message. While this won&#8217;t guarantee your tweet will [...]]]></description>
		<wfw:commentRss>http://louismeunier.com/wp/?feed=rss2&#038;p=162</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Manage Twitter Followers</title>
		<link>http://louismeunier.com/wp/?p=153</link>
		<comments>http://louismeunier.com/wp/?p=153#comments</comments>
		<pubDate>Wed, 20 Jul 2011 03:33:26 +0000</pubDate>
		<dc:creator>Louis M.</dc:creator>
				<category><![CDATA[Perl]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://louismeunier.com/wp/?p=153</guid>
		<description><![CDATA[<p>Here is a simple bit of code to keep track of your followers on Twitter. It will acknowledge them when they start following you through either a mention or a direct message. It also shows you who has stopped following you rather just seeing a count change. To run this script you will need to [...]]]></description>
		<wfw:commentRss>http://louismeunier.com/wp/?feed=rss2&#038;p=153</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backing up mySQL via email</title>
		<link>http://louismeunier.com/wp/?p=62</link>
		<comments>http://louismeunier.com/wp/?p=62#comments</comments>
		<pubDate>Wed, 15 Jun 2011 00:29:35 +0000</pubDate>
		<dc:creator>Louis M.</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://louismeunier.com/wp/?p=62</guid>
		<description><![CDATA[<p>I setup a simple set of scripts to email me an encrypted copy of a database run on a regular schedule.</p> <p>First off I created a simple bash script that dumps all the databases from the local mysql server, tars it, encrypts it and then uses a simple perl script to email it to me, [...]]]></description>
		<wfw:commentRss>http://louismeunier.com/wp/?feed=rss2&#038;p=62</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Combine Text Files from Command Line</title>
		<link>http://louismeunier.com/wp/?p=91</link>
		<comments>http://louismeunier.com/wp/?p=91#comments</comments>
		<pubDate>Wed, 16 Sep 2009 13:26:33 +0000</pubDate>
		<dc:creator>Louis M.</dc:creator>
				<category><![CDATA[Simple Tricks]]></category>

		<guid isPermaLink="false">http://louismeunier.com/wp/?p=91</guid>
		<description><![CDATA[<p>Looking for a way to combine files quickly? Using the example of exports from active directory where you export a number of different OU&#8217;s, you can quickly combine them into one file directly from the command line. </p> copy /b *.txt all.txt /b <p>This will combine all the files in your directory ending with .txt [...]]]></description>
		<wfw:commentRss>http://louismeunier.com/wp/?feed=rss2&#038;p=91</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backing up mySQL via email</title>
		<link>http://louismeunier.com/wp/?p=63</link>
		<comments>http://louismeunier.com/wp/?p=63#comments</comments>
		<pubDate>Fri, 12 Jun 2009 00:38:19 +0000</pubDate>
		<dc:creator>Louis M.</dc:creator>
				<category><![CDATA[Perl]]></category>
		<category><![CDATA[Simple Tricks]]></category>

		<guid isPermaLink="false">http://louismeunier.com/wp/?p=63</guid>
		<description><![CDATA[<p>Looking for the easiest way to backup a number of MySQL servers that required absolutely no intervention, I decided to leverage the ample email storage I have available to me and the power of cron. A simple bash script makes the magic happen.</p> <p>First I needed to get the data out of MySQL. Might as [...]]]></description>
		<wfw:commentRss>http://louismeunier.com/wp/?feed=rss2&#038;p=63</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>List to CSV</title>
		<link>http://louismeunier.com/wp/?p=58</link>
		<comments>http://louismeunier.com/wp/?p=58#comments</comments>
		<pubDate>Tue, 09 Jun 2009 01:09:58 +0000</pubDate>
		<dc:creator>Louis M.</dc:creator>
				<category><![CDATA[Perl]]></category>
		<category><![CDATA[Simple Tricks]]></category>

		<guid isPermaLink="false">http://louismeunier.com/wp/?p=58</guid>
		<description><![CDATA[<p>Sometimes you get data in a list format and you need it in comma separated format. Sure, you could open up Excel and then use the transpose function, but you could also paste it into a simple script.</p> #!C;\perl\bin use Win32::Clipboard; my $clipboard = Win32::Clipboard(); my $out; while (){ my $tmp = $_; last if [...]]]></description>
		<wfw:commentRss>http://louismeunier.com/wp/?feed=rss2&#038;p=58</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Multiple Tabs in IE, Firefox and Chrome</title>
		<link>http://louismeunier.com/wp/?p=50</link>
		<comments>http://louismeunier.com/wp/?p=50#comments</comments>
		<pubDate>Mon, 08 Jun 2009 21:48:58 +0000</pubDate>
		<dc:creator>Louis M.</dc:creator>
				<category><![CDATA[Simple Tricks]]></category>

		<guid isPermaLink="false">http://louismeunier.com/wp/?p=50</guid>
		<description><![CDATA[<p>I often find myself working in the same browser windows day after day. Sometimes its at work where I have WLC, Nagios, Unity, CCM and a few others open and then sometimes its at home where I have my bank and a few other bills open in different tabs. Rather than do a bunch of [...]]]></description>
		<wfw:commentRss>http://louismeunier.com/wp/?feed=rss2&#038;p=50</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rogue DHCP Detection</title>
		<link>http://louismeunier.com/wp/?p=41</link>
		<comments>http://louismeunier.com/wp/?p=41#comments</comments>
		<pubDate>Fri, 05 Jun 2009 01:08:56 +0000</pubDate>
		<dc:creator>Louis M.</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Perl]]></category>

		<guid isPermaLink="false">http://louismeunier.com/wp/?p=41</guid>
		<description><![CDATA[<p>Okay, so dhcp is a great tool. It can also cause havoc on your network when it shows up unintentionally. Since network access control isn&#8217;t always an option for some of us, we will have to find ways to detect an additional dhcp server.</p> <p>Nagios&#8217; default check_dhcp service check only makes sure that dhcp is [...]]]></description>
		<wfw:commentRss>http://louismeunier.com/wp/?feed=rss2&#038;p=41</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Pseudo Random Password Generator</title>
		<link>http://louismeunier.com/wp/?p=31</link>
		<comments>http://louismeunier.com/wp/?p=31#comments</comments>
		<pubDate>Thu, 04 Jun 2009 12:35:07 +0000</pubDate>
		<dc:creator>Louis M.</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[Simple Tricks]]></category>

		<guid isPermaLink="false">http://louismeunier.com/wp/?p=31</guid>
		<description><![CDATA[<p>I&#8217;ve worked for companies that set up their user scripts to run in batch jobs. This is great, especially when there is a high volume of accounts to create and/or there are a lot of settings that need to be configured. But, when it comes down to generating the password a lot of people fail [...]]]></description>
		<wfw:commentRss>http://louismeunier.com/wp/?feed=rss2&#038;p=31</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Nagios Bulk Config</title>
		<link>http://louismeunier.com/wp/?p=5</link>
		<comments>http://louismeunier.com/wp/?p=5#comments</comments>
		<pubDate>Thu, 04 Jun 2009 02:34:22 +0000</pubDate>
		<dc:creator>Louis M.</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Perl]]></category>

		<guid isPermaLink="false">http://louismeunier.com/wp/?p=5</guid>
		<description><![CDATA[<p>About five years ago, I needed to get Nagios started on a moderately sized network. The proposition of having to configure a few hundred switches for monitoring manually wasn&#8217;t very appealing. That&#8217;s a lot of configuration files to create.</p> <p>I decided that a Perl script would be the best option to get me going. I [...]]]></description>
		<wfw:commentRss>http://louismeunier.com/wp/?feed=rss2&#038;p=5</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

