<?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>Jetpack Flight Log &#187; Uncategorized</title>
	<atom:link href="http://jetpackweb.com/blog/topics/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://jetpackweb.com/blog</link>
	<description>Rock{et}ing the interweb</description>
	<lastBuildDate>Wed, 19 May 2010 22:21:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Optimize your PNG&#8217;s with OptiPNG</title>
		<link>http://jetpackweb.com/blog/2010/02/24/optimize-your-pngs-with-optipng/</link>
		<comments>http://jetpackweb.com/blog/2010/02/24/optimize-your-pngs-with-optipng/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 23:39:58 +0000</pubDate>
		<dc:creator>Brian Racer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://jetpackweb.com/blog/?p=754</guid>
		<description><![CDATA[Here is a quick shell command tip to run all your PNG files through the file size optimizer OptiPNG. Since PNG is a loss-less format quality stays exactly the same and file-size shrinks! I install optipng via MacPorts via the following command: sudo port install optipng In this example, public/images is the directory I want [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a quick shell command tip to run all your PNG files through the file size optimizer <strong>OptiPNG</strong>. Since PNG is a loss-less format quality stays exactly the same and file-size shrinks! I install optipng via MacPorts via the following command:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family: Monaco, monospace;"><span class="kw2">sudo</span> port <span class="kw2">install</span> optipng</pre></div></div>

<p>In this example, <i>public/images</i> is the directory I want to search for PNG files:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family: Monaco, monospace;"><span class="kw2">find</span> public<span class="sy0">/</span>images<span class="sy0">/</span> <span class="re5">-iname</span> <span class="sy0">*</span>.png <span class="re5">-print0</span> <span class="sy0">|</span><span class="kw2">xargs</span> <span class="re5">-0</span> optipng <span class="re5">-o7</span></pre></div></div>

<p>The <strong>-o7</strong> flag means it will try seven different compression techniques for each file and pick the best one. If it couldn&#8217;t do better, optipng will just leave the file alone and move on to the next.</p>
<p>If you just want to check if optipng will perform better compression but you don&#8217;t want it to modify your files yet just, add the <strong>-simulate</strong> parameter at the end.</p>
]]></content:encoded>
			<wfw:commentRss>http://jetpackweb.com/blog/2010/02/24/optimize-your-pngs-with-optipng/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to fix Munin&#8217;s Exim Graph on cPanel</title>
		<link>http://jetpackweb.com/blog/2009/07/16/how-to-fix-munins-exim-graph-on-cpanel/</link>
		<comments>http://jetpackweb.com/blog/2009/07/16/how-to-fix-munins-exim-graph-on-cpanel/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 16:57:07 +0000</pubDate>
		<dc:creator>Brian Racer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[exim]]></category>
		<category><![CDATA[munin]]></category>

		<guid isPermaLink="false">http://jetpackweb.com/blog/?p=113</guid>
		<description><![CDATA[If you notice the Exim graphs on your server have stop updating, you might want to check /var/log/munin/munin-node.log and see if you have lots of these entries: tail /var/log/munin/munin-node.log &#160; ... Plugin &#34;exim_mailstats&#34; exited with status 768. ---- ... You just need to remove the state file, and the graph will start updating again. Don&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>If you notice the Exim graphs on your server have stop updating, you might want to check /var/log/munin/munin-node.log and see if you have lots of these entries:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family: Monaco, monospace;"><span class="kw2">tail</span> <span class="sy0">/</span>var<span class="sy0">/</span>log<span class="sy0">/</span>munin<span class="sy0">/</span>munin-node.log
&nbsp;
...
Plugin <span class="st0">&quot;exim_mailstats&quot;</span> exited with status 768. <span class="re5">----</span>
...</pre></div></div>

<p>You just need to remove the state file, and the graph will start updating again. Don&#8217;t worry about deleting the file, no data should be lost.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family: Monaco, monospace;"><span class="kw2">rm</span> <span class="sy0">/</span>var<span class="sy0">/</span>lib<span class="sy0">/</span>munin<span class="sy0">/</span>plugin-state<span class="sy0">/</span>plugin-exim_mailstats.state</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://jetpackweb.com/blog/2009/07/16/how-to-fix-munins-exim-graph-on-cpanel/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://jetpackweb.com/blog/2008/09/03/hello-world/</link>
		<comments>http://jetpackweb.com/blog/2008/09/03/hello-world/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 22:25:23 +0000</pubDate>
		<dc:creator>Brian Racer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.jetpackllc.com/?p=1</guid>
		<description><![CDATA[&#160; class Greeter &#123; public static function sayHello&#40;&#41; &#123; return 'Hello World'; &#125; &#125; &#160; echo Greeter::sayHello&#40;&#41;;]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family: Monaco, monospace;"><span class="kw2">class</span> Greeter
<span class="br0">&#123;</span>
  <span class="kw2">public</span> static <span class="kw2">function</span> sayHello<span class="br0">&#40;</span><span class="br0">&#41;</span>
  <span class="br0">&#123;</span>
    <span class="kw1">return</span> <span class="st_h">'Hello World'</span><span class="sy0">;</span>
  <span class="br0">&#125;</span>
<span class="br0">&#125;</span>
&nbsp;
<span class="kw1">echo</span> Greeter<span class="sy0">::</span><span class="me2">sayHello</span><span class="br0">&#40;</span><span class="br0">&#41;</span><span class="sy0">;</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://jetpackweb.com/blog/2008/09/03/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
