<?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>Sonia Hamilton</title>
	<atom:link href="http://www.snowfrog.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.snowfrog.net</link>
	<description>Linux, BJJ, Balintawak Arnis</description>
	<lastBuildDate>Sun, 05 Feb 2012 05:32:07 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Denyhosts for sshd &#8211; usernames dictionary</title>
		<link>http://www.snowfrog.net/2012/02/03/denyhosts-for-sshd-usernames-dictionary/</link>
		<comments>http://www.snowfrog.net/2012/02/03/denyhosts-for-sshd-usernames-dictionary/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 17:13:46 +0000</pubDate>
		<dc:creator>Sonia Hamilton</dc:creator>
				<category><![CDATA[Other-Tech]]></category>
		<category><![CDATA[Ssh]]></category>

		<guid isPermaLink="false">http://www.snowfrog.net/?p=1337</guid>
		<description><![CDATA[I&#8217;ve just setup the venerable denyhosts on one of my servers, to stop the usual script-kiddies from filling up my logs (I&#8217;m not particularly worried about them getting in&#8230;). Anyway, here is restricted-usernames.gz, a list of denied usernames from the log &#8211; handy to add… <a href="http://www.snowfrog.net/2012/02/03/denyhosts-for-sshd-usernames-dictionary/" rel="bookmark">more...</a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just setup the venerable <a href="http://denyhosts.sourceforge.net/">denyhosts</a> on one of my servers, to stop the usual script-kiddies from <em>filling up my logs</em> (I&#8217;m not particularly worried about them getting in&#8230;).</p>
<p>Anyway, here is <a href="http://www.snowfrog.net/wp-content/uploads/2012/02/restricted-usernames.gz">restricted-usernames.gz</a>, a list of denied usernames from the log &#8211; handy to add to your denyhosts <a href="http://denyhosts.sourceforge.net/faq.html#restricted">restricted-usernames file</a>. There&#8217;s probably a better dictionary of usernames out there &#8211; I&#8217;ll attach it if I <del>find it</del> stumble upon it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.snowfrog.net/2012/02/03/denyhosts-for-sshd-usernames-dictionary/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Clear Line Theme &#8211; Previous Page Newer Posts</title>
		<link>http://www.snowfrog.net/2012/01/30/wordpress-clear-line-theme-previous-page-newer-posts/</link>
		<comments>http://www.snowfrog.net/2012/01/30/wordpress-clear-line-theme-previous-page-newer-posts/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 03:37:38 +0000</pubDate>
		<dc:creator>Sonia Hamilton</dc:creator>
				<category><![CDATA[Other-Tech]]></category>
		<category><![CDATA[Clearline]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.snowfrog.net/?p=1328</guid>
		<description><![CDATA[The WordPress Clear Line Theme has paginators at the bottom of pages, that have links to Previous Page and Next Page. Changing them to say something like Newer Posts and Older Posts is easy &#8211; you need to edit the following four files: archive.php author.php… <a href="http://www.snowfrog.net/2012/01/30/wordpress-clear-line-theme-previous-page-newer-posts/" rel="bookmark">more...</a>]]></description>
			<content:encoded><![CDATA[<p>The WordPress Clear Line Theme has paginators at the bottom of pages, that have links to <strong>Previous Page</strong> and <strong>Next Page</strong>. Changing them to say something like <strong>Newer Posts</strong> and <strong>Older Posts</strong> is easy &#8211; you need to edit the following four files:</p>
<ul>
<li>archive.php</li>
<li>author.php</li>
<li>index.php</li>
<li>search.php</li>
</ul>
<p>In these files, search for the lines that look like:</p>
<pre>posts_nav_link(' &amp;#8212; ', __('&amp;laquo; Previous Page'),...</pre>
<p>Edit each file and change <strong>Previous Page</strong> to <strong>Newer Posts</strong>, and <strong>Next Page</strong> to <strong>Older Posts</strong>.</p>
<p>Alternatively if you&#8217;ve got <a href="http://en.wikipedia.org/wiki/Secure_Shell">ssh</a> shell access (and you&#8217;re hosted on a Unix-like environment eg Linux), you can run the following commands:</p>
<pre>cd /var/www/wp-content/themes/clear-line
sed -i 's/Previous Page/Newer Posts/' archive.php author.php index.php search.php
sed -i 's/Next Page/Older Posts/' archive.php author.php index.php search.php</pre>
<p>Of course before running these <a href="http://en.wikipedia.org/wiki/Sed">sed</a> commands you should backup your files, in case anything goes wrong&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.snowfrog.net/2012/01/30/wordpress-clear-line-theme-previous-page-newer-posts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Clear Line Theme &#8211; Hide Site Admin, Login, Entries RSS</title>
		<link>http://www.snowfrog.net/2012/01/29/wordpress-clearline-theme-hide-site-admin-login-entries-rss/</link>
		<comments>http://www.snowfrog.net/2012/01/29/wordpress-clearline-theme-hide-site-admin-login-entries-rss/#comments</comments>
		<pubDate>Sun, 29 Jan 2012 04:58:40 +0000</pubDate>
		<dc:creator>Sonia Hamilton</dc:creator>
				<category><![CDATA[Other-Tech]]></category>
		<category><![CDATA[Clearline]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.snowfrog.net/?p=1312</guid>
		<description><![CDATA[The default settings in the WordPress Clearline Theme (and most WordPress themes) will display a box of settings containing things like &#8220;Site Admin&#8221;, &#8220;Login&#8221;, &#8220;Entries RSS&#8221;, etc. This is called the Meta Widget. Unfortunately this Meta Widget can really distract from the visual quality of… <a href="http://www.snowfrog.net/2012/01/29/wordpress-clearline-theme-hide-site-admin-login-entries-rss/" rel="bookmark">more...</a>]]></description>
			<content:encoded><![CDATA[<p>The default settings in the WordPress Clearline Theme (and most WordPress themes) will display a box of settings containing things like &#8220;Site Admin&#8221;, &#8220;Login&#8221;, &#8220;Entries RSS&#8221;, etc. This is called the <strong>Meta Widget</strong>.</p>
<p>Unfortunately this Meta Widget can really distract from the visual quality of your site, and it&#8217;s a slight security risk (though hiding it won&#8217;t stop <em>evildoers</em> from working out that you&#8217;re running WordPress).</p>
<p>There&#8217;s a couple of options for hiding the Meta Widget:</p>
<ul>
<li>don&#8217;t display it at all. Go to <em>Appearance -&gt; Widgets</em>, find the Sidebar that Meta is being displayed in, and delete it. You can then login to your blog by going to the <strong>/wp-login.php</strong> page. For example if your blog is <strong>http://myblog.info</strong>, go to <strong>http://myblog.info/wp-login.php</strong> to login</li>
<li>make it smaller and barely visible (the option I prefer). First of all, go to <em>Appearance -&gt; Widgets</em> and move/add a Meta Widget to the <strong>Footer Counters</strong> Sidebar (this Sidebar is specific to the Clearline Theme). Then, you need to edit the <strong>wp-includes/default-widgets.php</strong> file. Search for the line that contains <strong>wp_register</strong> (about line 293), then delete the three lines that contain &#8216;rss2_url&#8217;, &#8216;comments_rss2_url&#8217;, and &#8216;wordpress.org&#8217;, and remove the bulleting from &#8216;wp_loginout&#8217;. The changes are easier to see with some before and after code:</li>
</ul>
<p><strong>Before:</strong></p>
<pre>&lt;ul&gt;
&lt;?php wp_register(); ?&gt;
&lt;li&gt;&lt;?php wp_loginout(); ?&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="&lt;?php bloginfo('rss2_url'); ?&gt;" title=...
&lt;li&gt;&lt;a href="&lt;?php bloginfo('comments_rss2_url'); ?...
&lt;li&gt;&lt;a href="http://wordpress.org/" title="&lt;?php ec...
&lt;?php wp_meta(); ?&gt;
&lt;/ul&gt;</pre>
<p><strong>After:</strong></p>
<pre>&lt;ul&gt;
&lt;?php wp_register(); ?&gt;
&lt;?php wp_loginout(); ?&gt;
&lt;?php wp_meta(); ?&gt;
&lt;/ul&gt;</pre>
<p>Now, you&#8217;ll have a small Login link at the bottom right-hand corner of your blog!</p>
<p><strong>Addendum</strong></p>
<p>If you take the second option (making the Meta Widget smaller and barely visible), you may have noticed you get a small &#8220;Site Admin&#8221; link when logged in (at the bottom right of the page). You can fix this by editing the <strong>wp-includes/general-template.php</strong> file. At about line 319, <strong>change:</strong></p>
<pre>$link = $before . '&lt;a href="' . admin_url()...</pre>
<p><strong>to:</strong></p>
<pre>$link = '';</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.snowfrog.net/2012/01/29/wordpress-clearline-theme-hide-site-admin-login-entries-rss/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Clear Line Theme &#8211; Display Tags not Categories</title>
		<link>http://www.snowfrog.net/2012/01/19/wordpress-clearline-theme-display-tags-not-categories/</link>
		<comments>http://www.snowfrog.net/2012/01/19/wordpress-clearline-theme-display-tags-not-categories/#comments</comments>
		<pubDate>Thu, 19 Jan 2012 13:19:44 +0000</pubDate>
		<dc:creator>Sonia Hamilton</dc:creator>
				<category><![CDATA[Other-Tech]]></category>
		<category><![CDATA[Clearline]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.snowfrog.net/?p=1263</guid>
		<description><![CDATA[The WordPress Clearline theme displays categories not tags for posts, and doesn&#8217;t have a way of modifying it&#8217;s behaviour through the settings area. This is easily fixed with a one line code change: Edit the file /var/www/wp-content/themes/clear-line/functions.php, and at approximately line 340 replace: &#60;?php the_category(',… <a href="http://www.snowfrog.net/2012/01/19/wordpress-clearline-theme-display-tags-not-categories/" rel="bookmark">more...</a>]]></description>
			<content:encoded><![CDATA[<p>The WordPress Clearline theme displays <strong>categories</strong> not <strong>tags</strong> for posts, and doesn&#8217;t have a way of modifying it&#8217;s behaviour through the settings area. This is easily fixed with a one line code change:</p>
<p>Edit the file <strong>/var/www/wp-content/themes/clear-line/functions.php</strong>, and at approximately line 340 replace:</p>
<pre>&lt;?php the_category(', '); ?&gt;</pre>
<p>with this:</p>
<pre>&lt;?php the_tags('', ', '); ?&gt;</pre>
<p>The path to the <strong>functions.php</strong> file may be slightly different on your server; you can quickly locate it using <strong>find</strong>:</p>
<pre>find / -type f -name functions.php 2&gt; /dev/null</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.snowfrog.net/2012/01/19/wordpress-clearline-theme-display-tags-not-categories/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More Balintawak Videos</title>
		<link>http://www.snowfrog.net/2012/01/17/more-balintawak-videos/</link>
		<comments>http://www.snowfrog.net/2012/01/17/more-balintawak-videos/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 04:13:33 +0000</pubDate>
		<dc:creator>Sonia Hamilton</dc:creator>
				<category><![CDATA[Martial Arts]]></category>
		<category><![CDATA[Balintawak]]></category>

		<guid isPermaLink="false">http://www.snowfrog.net/?p=1258</guid>
		<description><![CDATA[I&#8217;ve added some more Balintawak Arnis videos to my Youtube page. They are edits of my training in the Philippines. Some warmup drills: http://www.youtube.com/watch?v=v2sacUPkEGc And Groups 1, 2, and 3 of the Balintawak &#8220;Grouped Training System&#8221;: http://www.youtube.com/watch?v=K0z_o2lTLlQ http://www.youtube.com/watch?v=rahw63pQgbk http://www.youtube.com/watch?v=Cu_0N_4804U <a href="http://www.snowfrog.net/2012/01/17/more-balintawak-videos/" rel="bookmark">more...</a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve added some more <a href="http://en.wikipedia.org/wiki/Balintawak_Eskrima">Balintawak Arnis</a> videos to my <a href="http://www.youtube.com/user/savannacat">Youtube page</a>. They are edits of my training in the Philippines.</p>
<p><strong>Some warmup drills:</strong></p>
<p><a href="http://www.youtube.com/watch?v=v2sacUPkEGc">http://www.youtube.com/watch?v=v2sacUPkEGc</a></p>
<p><strong>And Groups 1, 2, and 3 of the Balintawak &#8220;Grouped Training System&#8221;:</strong></p>
<p><a href="http://www.youtube.com/watch?v=K0z_o2lTLlQ">http://www.youtube.com/watch?v=K0z_o2lTLlQ</a></p>
<p><a href="http://www.youtube.com/watch?v=rahw63pQgbk">http://www.youtube.com/watch?v=rahw63pQgbk</a></p>
<p><a href="http://www.youtube.com/watch?v=Cu_0N_4804U">http://www.youtube.com/watch?v=Cu_0N_4804U</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.snowfrog.net/2012/01/17/more-balintawak-videos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Migrating from Palm to Android</title>
		<link>http://www.snowfrog.net/2012/01/17/migrating-from-palm-to-android/</link>
		<comments>http://www.snowfrog.net/2012/01/17/migrating-from-palm-to-android/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 19:03:00 +0000</pubDate>
		<dc:creator>Sonia Hamilton</dc:creator>
				<category><![CDATA[Other-Tech]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[PalmPilot]]></category>

		<guid isPermaLink="false">http://www.snowfrog.net/?p=1254</guid>
		<description><![CDATA[My venerable Palm Treo 550 is showing it&#8217;s age (as is the company), so I&#8217;ve been looking for a new phone platform to migrate to for a few years. And since I&#8217;m now working for Google, Android is the obvious choice (dog-fooding and all that).… <a href="http://www.snowfrog.net/2012/01/17/migrating-from-palm-to-android/" rel="bookmark">more...</a>]]></description>
			<content:encoded><![CDATA[<p>My venerable <a href="https://www.google.com/search?q=palm+treo+550&amp;hl=en&amp;client=firefox-a&amp;hs=Kqs&amp;rls=org.mozilla:en-US:official&amp;prmd=imvns&amp;tbm=isch&amp;tbo=u&amp;source=univ&amp;sa=X&amp;ei=U3MUT7LmAePX0QHXlf2LAw&amp;ved=0CFUQsAQ&amp;biw=1200&amp;bih=592">Palm Treo 550</a> is showing it&#8217;s age (<a href="http://ces.cnet.com/2300-33363_1-10010775.html">as is the company</a>), so I&#8217;ve been looking for a new phone platform to migrate to for a few years. And since I&#8217;m now working for Google, Android is the obvious choice (<a href="http://en.wikipedia.org/wiki/Eating_your_own_dog_food">dog-fooding</a> and all that).</p>
<p>Some tricks and tools I&#8217;ve find useful in my migration from Palm to Android:</p>
<ul>
<li><a href="http://www.synthesis.ch/">Synthesis SyncML clients</a> are great for syncing to a SyncML server. Not $free like Funambol, but Synthesis has nice extra things like syncing of memos.</li>
<li>for a SyncML server I&#8217;m using <a href="https://www.memotoo.com/">Memotoo</a>. I could&#8217;ve setup my own SyncML server, but at $5/month Memotoo is cheap, and I know it works&#8230;</li>
<li>on the Android Market there&#8217;s a <a href="http://gnukeyring.sourceforge.net/">Keyring</a> client, thus enabling me to bring across my Palm Treo Keyring (full of Secret Squirrel Stuff, like passwords for servers, etc). I&#8217;m yet to work out how I&#8217;m going to back this up, but probably something with Memotoo</li>
</ul>
<p>So, I&#8217;m using SyncML clients on my Treo and Android to sync up to Memotoo, keeping both in sync. Memotoo gives me a nice desktop that sort of replaces the <a href="http://www.jpilot.org/images/jpilot-address.png">JPilot desktop</a> (so I can type stuff in at a real keyboard and sync it to my phones). Shweeeet, I&#8217;m almost migrated!</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.snowfrog.net/2012/01/17/migrating-from-palm-to-android/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First Day at Google &#8211; Floating Fish</title>
		<link>http://www.snowfrog.net/2012/01/12/first-day-at-google-floating-fish/</link>
		<comments>http://www.snowfrog.net/2012/01/12/first-day-at-google-floating-fish/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 23:47:28 +0000</pubDate>
		<dc:creator>Sonia Hamilton</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://www.snowfrog.net/?p=1249</guid>
		<description><![CDATA[My first day at Google &#8211; a fish floated through the kitchen&#8230; http://www.youtube.com/watch?v=FoTRfO6BqIc <a href="http://www.snowfrog.net/2012/01/12/first-day-at-google-floating-fish/" rel="bookmark">more...</a>]]></description>
			<content:encoded><![CDATA[<p>My first day at Google &#8211; a fish floated through the kitchen&#8230;</p>
<p><a href="http://www.youtube.com/watch?v=FoTRfO6BqIc">http://www.youtube.com/watch?v=FoTRfO6BqIc</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.snowfrog.net/2012/01/12/first-day-at-google-floating-fish/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Balintawak Arnis Cebu</title>
		<link>http://www.snowfrog.net/2011/11/16/balintawak-arnis-cebu/</link>
		<comments>http://www.snowfrog.net/2011/11/16/balintawak-arnis-cebu/#comments</comments>
		<pubDate>Wed, 16 Nov 2011 02:24:36 +0000</pubDate>
		<dc:creator>Sonia Hamilton</dc:creator>
				<category><![CDATA[Martial Arts]]></category>
		<category><![CDATA[Balintawak]]></category>

		<guid isPermaLink="false">http://www.snowfrog.net/?p=1228</guid>
		<description><![CDATA[I&#8217;m in Cebu, the Philippines at the moment, learning Balintawak Arnis (stick fighting). A little video of my training &#8211; I&#8217;m still very much a beginner&#8230; http://www.youtube.com/watch?v=JPD_59EEdlc <a href="http://www.snowfrog.net/2011/11/16/balintawak-arnis-cebu/" rel="bookmark">more...</a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m in Cebu, the Philippines at the moment, learning Balintawak Arnis (stick fighting). A little video of my training &#8211; I&#8217;m still very much a beginner&#8230;</p>
<p><a href="http://www.youtube.com/watch?v=JPD_59EEdlc">http://www.youtube.com/watch?v=JPD_59EEdlc</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.snowfrog.net/2011/11/16/balintawak-arnis-cebu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ssh &#8211; DISPLAY is not set &#8211; Failed to allocate internet-domain X11 display socket</title>
		<link>http://www.snowfrog.net/2011/11/06/ssh-display-is-not-set-failed-to-allocate-internet-domain-x11-display-socket/</link>
		<comments>http://www.snowfrog.net/2011/11/06/ssh-display-is-not-set-failed-to-allocate-internet-domain-x11-display-socket/#comments</comments>
		<pubDate>Sun, 06 Nov 2011 10:14:40 +0000</pubDate>
		<dc:creator>Sonia Hamilton</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ssh]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://soniahamilton.wordpress.com/?p=1216</guid>
		<description><![CDATA[A little ssh error I came across while trying to work remotely on an Ubuntu machine. ssh X Display Forwarding wasn&#8217;t working, and I was getting an error: DISPLAY is not set Digging through /var/log/auth.log, I also noticed this error: Failed to allocate internet-domain X11… <a href="http://www.snowfrog.net/2011/11/06/ssh-display-is-not-set-failed-to-allocate-internet-domain-x11-display-socket/" rel="bookmark">more...</a>]]></description>
			<content:encoded><![CDATA[<p>A little ssh error I came across while trying to work remotely on an Ubuntu machine. <a href="http://tldp.org/HOWTO/XDMCP-HOWTO/ssh.html">ssh X Display Forwarding</a> wasn&#8217;t working, and I was getting an error:</p>
<pre>DISPLAY is not set</pre>
<p>Digging through /var/log/auth.log, I also noticed this error:</p>
<pre>Failed to allocate internet-domain X11 display socket</pre>
<p>After much Googling, it seems that IPv6 was causing the problem. It was solved by adding:</p>
<pre>AddressFamily inet</pre>
<p>to <strong>/etc/ssh/sshd_config</strong>, and restarting the ssh server.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.snowfrog.net/2011/11/06/ssh-display-is-not-set-failed-to-allocate-internet-domain-x11-display-socket/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>reload mutt configuration</title>
		<link>http://www.snowfrog.net/2011/10/20/reload-mutt-configuration/</link>
		<comments>http://www.snowfrog.net/2011/10/20/reload-mutt-configuration/#comments</comments>
		<pubDate>Thu, 20 Oct 2011 05:14:00 +0000</pubDate>
		<dc:creator>Sonia Hamilton</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[mutt]]></category>

		<guid isPermaLink="false">http://soniahamilton.wordpress.com/?p=1211</guid>
		<description><![CDATA[To reload your mutt configuration (for example after editing muttrc): :source /path/to/muttrc For example: :source /home/sonia/.muttrc <a href="http://www.snowfrog.net/2011/10/20/reload-mutt-configuration/" rel="bookmark">more...</a>]]></description>
			<content:encoded><![CDATA[<p>To reload your <a href="http://www.mutt.org/">mutt</a> configuration (for example after editing muttrc):</p>
<pre>:source /path/to/muttrc</pre>
<p>For example:</p>
<pre>:source /home/sonia/.muttrc</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.snowfrog.net/2011/10/20/reload-mutt-configuration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

