<?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>Artur Krzywanski &#187; perl</title>
	<atom:link href="http://www.krzywanski.net/archives/tag/perl/feed" rel="self" type="application/rss+xml" />
	<link>http://www.krzywanski.net</link>
	<description></description>
	<lastBuildDate>Sat, 04 Feb 2012 15:14:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>

   <image>
    <title>Artur Krzywanski</title>
    <url>http://0.gravatar.com/avatar/0bfa3ea8eaa576002aaaa59db7401f55.png?s=48</url>
    <link>http://www.krzywanski.net</link>
   </image>
		<item>
		<title>Auto association of ec2 elastic IPs on instance launch</title>
		<link>http://www.krzywanski.net/archives/592?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=auto-association-of-ec2-elastic-ips-on-instance-launch</link>
		<comments>http://www.krzywanski.net/archives/592#comments</comments>
		<pubDate>Thu, 03 Jun 2010 13:18:58 +0000</pubDate>
		<dc:creator>Artur</dc:creator>
				<category><![CDATA[Sysadmin]]></category>
		<category><![CDATA[ec2]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://www.krzywanski.net/?p=592</guid>
		<description><![CDATA[<a href="http://www.krzywanski.net/archives/592" title="Auto association of ec2 elastic IPs on instance launch"></a>What a pain is to have to associate elastic IPs when launching Amazon AWS ec2 instances. Think about 15-20 machines which need static (elastic) ip. I solved this problem with a bit of Perl code: First thing You need to &#8230;<p class="read-more"><a href="http://www.krzywanski.net/archives/592">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://www.krzywanski.net/archives/592/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Reinstalling list of GEMs on a new server</title>
		<link>http://www.krzywanski.net/archives/451?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=reinstalling-exactly-the-same-list-of-gems-on-a-new-server</link>
		<comments>http://www.krzywanski.net/archives/451#comments</comments>
		<pubDate>Tue, 26 Jan 2010 11:55:55 +0000</pubDate>
		<dc:creator>Artur</dc:creator>
				<category><![CDATA[Sysadmin]]></category>
		<category><![CDATA[gem]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ror]]></category>

		<guid isPermaLink="false">http://www.krzywanski.net/?p=451</guid>
		<description><![CDATA[<a href="http://www.krzywanski.net/archives/451" title="Reinstalling list of GEMs on a new server"></a>When I have to migrate servers to new OS or reinstall list of gems on another box you can get a quite big list of gems to install. This post will describe how to do it &#8220;admin way&#8221; which basically &#8230;<p class="read-more"><a href="http://www.krzywanski.net/archives/451">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://www.krzywanski.net/archives/451/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Nagios check_file_age mod</title>
		<link>http://www.krzywanski.net/archives/429?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=nagios-check_fila_age-mod</link>
		<comments>http://www.krzywanski.net/archives/429#comments</comments>
		<pubDate>Tue, 22 Dec 2009 13:41:25 +0000</pubDate>
		<dc:creator>Artur</dc:creator>
				<category><![CDATA[Sysadmin]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[nagios]]></category>
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://www.krzywanski.net/?p=429</guid>
		<description><![CDATA[<a href="http://www.krzywanski.net/archives/429" title="Nagios check_file_age mod"></a>As I don&#8217;t think in seconds about time and more like hours days etc. I&#8217;ve added this small bit of code to Nagios check_file_age script to display age in days. I&#8217;m using this to check PID file age for service &#8230;<p class="read-more"><a href="http://www.krzywanski.net/archives/429">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://www.krzywanski.net/archives/429/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Find what is eating your disk space using Perl</title>
		<link>http://www.krzywanski.net/archives/297?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=find-what-is-eating-your-disk-space-using-perl</link>
		<comments>http://www.krzywanski.net/archives/297#comments</comments>
		<pubDate>Wed, 22 Jul 2009 13:28:29 +0000</pubDate>
		<dc:creator>Artur</dc:creator>
				<category><![CDATA[Sysadmin]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://www.krzywanski.net/?p=297</guid>
		<description><![CDATA[<a href="http://www.krzywanski.net/archives/297" title="Find what is eating your disk space using Perl"></a>A while ago I&#8217;ve wrote a small script which I use to pin down the directories and files which suck off the space from the hard drives, usually it&#8217;s some user leaving to big log files, unused project files etc. &#8230;<p class="read-more"><a href="http://www.krzywanski.net/archives/297">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://www.krzywanski.net/archives/297/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

