<?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>Flipflops.org &#187; Note to Self</title>
	<atom:link href="http://www.flipflops.org/category/note-to-self/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.flipflops.org</link>
	<description>Flipflops.org is about web development and fairly conceptual art</description>
	<lastBuildDate>Sat, 05 Jun 2010 22:46:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Replace multiple spaces with Notepad++</title>
		<link>http://www.flipflops.org/2010/06/05/replace-multiple-spaces-with-notepad/</link>
		<comments>http://www.flipflops.org/2010/06/05/replace-multiple-spaces-with-notepad/#comments</comments>
		<pubDate>Sat, 05 Jun 2010 22:46:16 +0000</pubDate>
		<dc:creator>Flipflops</dc:creator>
				<category><![CDATA[Note to Self]]></category>
		<category><![CDATA[Stuff]]></category>
		<category><![CDATA[notepad++]]></category>
		<category><![CDATA[regular expression]]></category>

		<guid isPermaLink="false">http://www.flipflops.org/?p=355</guid>
		<description><![CDATA[The one programme I miss when I am at work, forced (not entirely unwillingly) to use an iMac with a screen the size of tombstone is Notepad++
I&#8217;ve been trying to process a text document with a search / replace, but the regular expression support seems a bit limited (see wiki)
To find two or more spaces [...]]]></description>
			<content:encoded><![CDATA[<p>The one programme I miss when I am at work, forced (not entirely unwillingly) to use an iMac with a screen the size of tombstone is <a href="http://notepad-plus.sourceforge.net/uk/site.htm">Notepad++</a></p>
<p>I&#8217;ve been trying to process a text document with a search / replace, but the regular expression support seems a bit limited (<a href="http://sourceforge.net/apps/mediawiki/notepad-plus/index.php?title=Regular_Expressions">see wiki</a>)</p>
<p>To find two or more spaces I used the following expression:</p>
<p><code><br />
([\s]+)([\s]+)<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.flipflops.org/2010/06/05/replace-multiple-spaces-with-notepad/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Set ACL Permissions</title>
		<link>http://www.flipflops.org/2009/02/05/set-acl-permissions/</link>
		<comments>http://www.flipflops.org/2009/02/05/set-acl-permissions/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 21:03:27 +0000</pubDate>
		<dc:creator>Flipflops</dc:creator>
				<category><![CDATA[Note to Self]]></category>

		<guid isPermaLink="false">http://www.flipflops.org/2009/02/05/set-acl-permissions/</guid>
		<description><![CDATA[Note to Self
 su - root 
setfacl -R -m user:webadmin:rwx /var/www/vhosts/&#60;new domain&#62;
]]></description>
			<content:encoded><![CDATA[<p><strong>Note to Self</strong><br />
<code> su - root </code><br />
<code>setfacl -R -m user:webadmin:rwx /var/www/vhosts/&lt;new domain&gt;</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.flipflops.org/2009/02/05/set-acl-permissions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
