<?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>Florian&#039;s weblog</title>
	<atom:link href="http://floriancrouzat.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://floriancrouzat.net</link>
	<description>Everything that rises must converge.</description>
	<lastBuildDate>Sun, 13 May 2012 18:58:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Ossec, jboss, log4j and syslog are on a plane&#8230;</title>
		<link>http://floriancrouzat.net/2012/05/ossec-jboss-log4j-and-syslog-are-on-a-plane/</link>
		<comments>http://floriancrouzat.net/2012/05/ossec-jboss-log4j-and-syslog-are-on-a-plane/#comments</comments>
		<pubDate>Fri, 04 May 2012 11:21:08 +0000</pubDate>
		<dc:creator>Florian</dc:creator>
				<category><![CDATA[Linux/Unix]]></category>
		<category><![CDATA[Sysadmin]]></category>

		<guid isPermaLink="false">http://floriancrouzat.net/?p=384</guid>
		<description><![CDATA[As long as java is concerned you will always face the trouble of processing multi-line logs. It gets worse if you use ossec[1], a powerful log analyzer with real-time alerting. Ossec ships with default rules, especially rule 1002 &#8220;Unknown problem(s) in the system&#8221; that matches generic error-related words such as &#8220;critical&#124;failure&#124;segfault&#124;error&#8221; against your logs. Because [...]]]></description>
		<wfw:commentRss>http://floriancrouzat.net/2012/05/ossec-jboss-log4j-and-syslog-are-on-a-plane/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pacemaker: Moving from IPaddr to IPaddr2</title>
		<link>http://floriancrouzat.net/2012/01/pacemaker-moving-from-ipaddr-to-ipaddr2/</link>
		<comments>http://floriancrouzat.net/2012/01/pacemaker-moving-from-ipaddr-to-ipaddr2/#comments</comments>
		<pubDate>Sat, 14 Jan 2012 10:32:34 +0000</pubDate>
		<dc:creator>Florian</dc:creator>
				<category><![CDATA[Linux/Unix]]></category>
		<category><![CDATA[Sysadmin]]></category>
		<category><![CDATA[linux-ha]]></category>

		<guid isPermaLink="false">http://floriancrouzat.net/?p=369</guid>
		<description><![CDATA[For Linux users only, moving from ocf:heartbeat:IPaddr to ocf:heartbeat:IPaddr2 can be a good idea, especially since IPaddr had bug(s) in it (see my other pacemaker post[1]). I said &#8220;Linux users&#8221; because ocf:heartbeat:IPaddr2 uses /sbin/ip where IPaddr uses /sbin/ifconfig. One of the main differences between /sbin/ifconfig and /sbin/ip is that the primer creates and manages aliases [...]]]></description>
		<wfw:commentRss>http://floriancrouzat.net/2012/01/pacemaker-moving-from-ipaddr-to-ipaddr2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Find -exec, actions, fork and speed</title>
		<link>http://floriancrouzat.net/2011/11/find-exec-actions-fork-and-speed/</link>
		<comments>http://floriancrouzat.net/2011/11/find-exec-actions-fork-and-speed/#comments</comments>
		<pubDate>Wed, 23 Nov 2011 11:25:15 +0000</pubDate>
		<dc:creator>Florian</dc:creator>
				<category><![CDATA[Linux/Unix]]></category>
		<category><![CDATA[Sysadmin]]></category>

		<guid isPermaLink="false">http://floriancrouzat.net/?p=338</guid>
		<description><![CDATA[Assuming you understand such a command: find . type -f -exec ls -l {} \; this post will explains certain subtleties about find, fork, and speed. First, remember not to pipe find with the very bad and dangerous xargs, as explained in this must read &#8220;find guide&#8221;[1]. So, if you can&#8217;t use xargs, you&#8217;ll use [...]]]></description>
		<wfw:commentRss>http://floriancrouzat.net/2011/11/find-exec-actions-fork-and-speed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CentOS 6: Pacemaker &#8220;tips&#8221;</title>
		<link>http://floriancrouzat.net/2011/09/pacemaker-tips/</link>
		<comments>http://floriancrouzat.net/2011/09/pacemaker-tips/#comments</comments>
		<pubDate>Wed, 28 Sep 2011 18:01:14 +0000</pubDate>
		<dc:creator>Florian</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Linux/Unix]]></category>
		<category><![CDATA[Sysadmin]]></category>
		<category><![CDATA[linux-ha]]></category>

		<guid isPermaLink="false">http://floriancrouzat.net/?p=262</guid>
		<description><![CDATA[There are two guides out there that help understand the concepts and syntax: &#8220;Cluster from scratch&#8221; [1], and &#8220;Cluster configuration explained&#8221; [2], though, there are certain subtleties I had a difficult time to find and/or understand, that&#8217;s why I decided to share my poor experience. IRC Freenode #linux-ha is a good place to ask for [...]]]></description>
		<wfw:commentRss>http://floriancrouzat.net/2011/09/pacemaker-tips/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>CentOS 6: Configure bind logging with bind-chroot</title>
		<link>http://floriancrouzat.net/2011/09/centos-6-configure-bind-logging-bind-chroot-rsyslog/</link>
		<comments>http://floriancrouzat.net/2011/09/centos-6-configure-bind-logging-bind-chroot-rsyslog/#comments</comments>
		<pubDate>Tue, 27 Sep 2011 08:46:08 +0000</pubDate>
		<dc:creator>Florian</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Linux/Unix]]></category>
		<category><![CDATA[Sysadmin]]></category>

		<guid isPermaLink="false">http://floriancrouzat.net/?p=253</guid>
		<description><![CDATA[There are two possible configurations: the syslog one (more elegant) the file one. The purpose of the article is to help you create a bind-chroot configuration to separate daemon messages from users queries. Note that with CentOS 6 bind chrooting is done by mount points, see mount &#124; fgrep named while named is started ; [...]]]></description>
		<wfw:commentRss>http://floriancrouzat.net/2011/09/centos-6-configure-bind-logging-bind-chroot-rsyslog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>sed one-liner to help download Facebook’s videos</title>
		<link>http://floriancrouzat.net/2011/09/sed-one-liner-to-help-download-facebooks-videos/</link>
		<comments>http://floriancrouzat.net/2011/09/sed-one-liner-to-help-download-facebooks-videos/#comments</comments>
		<pubDate>Thu, 01 Sep 2011 15:46:31 +0000</pubDate>
		<dc:creator>Florian</dc:creator>
				<category><![CDATA[Linux/Unix]]></category>
		<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://floriancrouzat.net/?p=246</guid>
		<description><![CDATA[As you should guess, one can find a direct link to video (mp4 files stored at Akamai) directly in Facebook video page source code. Unfortunatly, it&#8217;s encoded in a way that prevent copying and pasting the URL directly in your browser. Here&#8217;s a stupid sed one-liner to decode the URL and download (wget) the video. [...]]]></description>
		<wfw:commentRss>http://floriancrouzat.net/2011/09/sed-one-liner-to-help-download-facebooks-videos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>smtp-in.orange.fr refused to talk to me: postfix solution</title>
		<link>http://floriancrouzat.net/2011/07/smtp-in-orange-fr-refused-to-talk-to-me-postfix-solution/</link>
		<comments>http://floriancrouzat.net/2011/07/smtp-in-orange-fr-refused-to-talk-to-me-postfix-solution/#comments</comments>
		<pubDate>Mon, 04 Jul 2011 15:28:02 +0000</pubDate>
		<dc:creator>Florian</dc:creator>
				<category><![CDATA[Linux/Unix]]></category>
		<category><![CDATA[Sysadmin]]></category>

		<guid isPermaLink="false">http://floriancrouzat.net/?p=229</guid>
		<description><![CDATA[Orange sadly limits inbound connexion to it&#8217;s MX to 1 connexion per IP, which is a total pain in the ass when you try to deliver newsletter, or manage a MTA. Here is a sample log from their MX: Jul 4 10:42:42 smtp.example.com postfix/smtp[32347]: 0123456789: host smtp-in.orange.fr[193.252.22.65] refused to talk to me: 421 mwinf5c34 ME [...]]]></description>
		<wfw:commentRss>http://floriancrouzat.net/2011/07/smtp-in-orange-fr-refused-to-talk-to-me-postfix-solution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Arte+7 videos: shell script to uncover rtmp:// URLs</title>
		<link>http://floriancrouzat.net/2010/12/arte7-videos-shell-script-to-uncover-rtmp-urls/</link>
		<comments>http://floriancrouzat.net/2010/12/arte7-videos-shell-script-to-uncover-rtmp-urls/#comments</comments>
		<pubDate>Wed, 01 Dec 2010 21:31:06 +0000</pubDate>
		<dc:creator>Florian</dc:creator>
				<category><![CDATA[Linux/Unix]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://floriancrouzat.net/?p=177</guid>
		<description><![CDATA[I wrote a shell script[1] that gives you the direct URLs of the rtmp:// streams played in Arte+7/Arte-videos flash player so that you can {see,record,transcode} them as you like. If you don&#8217;t know what a shell is, or a bash script, and/or run Windows, this post can&#8217;t help you, sorry :/ The only input required [...]]]></description>
		<wfw:commentRss>http://floriancrouzat.net/2010/12/arte7-videos-shell-script-to-uncover-rtmp-urls/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>iGoogle widgets for Munin and Gentoo Bugzilla</title>
		<link>http://floriancrouzat.net/2010/09/igoogle-widgets-for-munin-and-gentoo-bugzilla/</link>
		<comments>http://floriancrouzat.net/2010/09/igoogle-widgets-for-munin-and-gentoo-bugzilla/#comments</comments>
		<pubDate>Wed, 08 Sep 2010 11:09:16 +0000</pubDate>
		<dc:creator>Florian</dc:creator>
				<category><![CDATA[Gentoo]]></category>

		<guid isPermaLink="false">http://floriancrouzat.net/?p=160</guid>
		<description><![CDATA[I use munin[1] to monitor a couple boxes and iGoogle is my browser&#8217;s homepage. So, I just made up a generic widget[2] that displays images (with munin in mind) in order to add munin graphs on my homepage, the title, title link and image URL are of course customizable so that you can use this [...]]]></description>
		<wfw:commentRss>http://floriancrouzat.net/2010/09/igoogle-widgets-for-munin-and-gentoo-bugzilla/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Hanso Foundation is alive !</title>
		<link>http://floriancrouzat.net/2010/09/the-hanso-foundation-is-alive/</link>
		<comments>http://floriancrouzat.net/2010/09/the-hanso-foundation-is-alive/#comments</comments>
		<pubDate>Sun, 05 Sep 2010 13:56:03 +0000</pubDate>
		<dc:creator>Florian</dc:creator>
				<category><![CDATA[LOST]]></category>

		<guid isPermaLink="false">http://floriancrouzat.net/?p=134</guid>
		<description><![CDATA[I recently felt nostalgic about the &#8220;The Lost Experience&#8221; ARG and somehow managed to gather all the necessary files to revive thehansofoundation.org[1] website ! You can access the pages and browse the different versions of thehansofoundation.org as they were in 2006, using the menu on the top of this page. Note that the page _require_ [...]]]></description>
		<wfw:commentRss>http://floriancrouzat.net/2010/09/the-hanso-foundation-is-alive/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

