<?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>Webscalability</title>
	<atom:link href="http://www.webscalability.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webscalability.com/blog</link>
	<description>Unix, Systems and Web</description>
	<lastBuildDate>Tue, 01 May 2012 13:43:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>emacs-nav &#8211; Emacs mode for filesystem navigation &#8211; Google Project Hosting</title>
		<link>http://www.webscalability.com/blog/2012/05/emacs-nav-emacs-mode-for-filesystem-navigation-google-project-hosting/</link>
		<comments>http://www.webscalability.com/blog/2012/05/emacs-nav-emacs-mode-for-filesystem-navigation-google-project-hosting/#comments</comments>
		<pubDate>Tue, 01 May 2012 13:43:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[emacs]]></category>
		<category><![CDATA[ide]]></category>
		<category><![CDATA[nav]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.webscalability.com/blog/?p=150</guid>
		<description><![CDATA[Nav is a lightweight solution for Emacs users who want something like TextMate&#8217;s file browser, or the Eclipse project view. Unlike these two, Nav only shows the contents of a single directory at a time. Nav can be run painlessly &#8230; <a href="http://www.webscalability.com/blog/2012/05/emacs-nav-emacs-mode-for-filesystem-navigation-google-project-hosting/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Nav is a lightweight solution for Emacs users who want something like TextMate&#8217;s file browser, or the Eclipse project view. Unlike these two, Nav only shows the contents of a single directory at a time. Nav can be run painlessly in terminals, where Speedbar either fails on its attempt to make a new frame or is hidden. Nav&#8217;s terminal-friendliness comes from running in the frame where it was started, keeping window management simple. The Nav key bindings are also simple &#8212; each key command is a single keystroke long.</p>
<p>via <a href="http://code.google.com/p/emacs-nav/">emacs-nav &#8211; Emacs mode for filesystem navigation &#8211; Google Project Hosting</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webscalability.com/blog/2012/05/emacs-nav-emacs-mode-for-filesystem-navigation-google-project-hosting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Having trouble getting mod_dumpio to work?</title>
		<link>http://www.webscalability.com/blog/2012/03/having-trouble-getting-mod_dumpio-to-work/</link>
		<comments>http://www.webscalability.com/blog/2012/03/having-trouble-getting-mod_dumpio-to-work/#comments</comments>
		<pubDate>Tue, 20 Mar 2012 16:16:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[dumpio]]></category>
		<category><![CDATA[logging]]></category>

		<guid isPermaLink="false">http://www.webscalability.com/blog/?p=145</guid>
		<description><![CDATA[Note that it works with a default loglevel of debug, so in your vhost set: LogLevel debug or change the loglevel it activates at]]></description>
			<content:encoded><![CDATA[<p>Note that it works with a default loglevel of debug, so in your vhost set:</p>
<pre>LogLevel debug</pre>
<p>or change the loglevel it activates at</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webscalability.com/blog/2012/03/having-trouble-getting-mod_dumpio-to-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Managing your passwords with KeePass</title>
		<link>http://www.webscalability.com/blog/2012/03/managing-your-passwords-with-keepass/</link>
		<comments>http://www.webscalability.com/blog/2012/03/managing-your-passwords-with-keepass/#comments</comments>
		<pubDate>Sun, 04 Mar 2012 20:31:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.webscalability.com/blog/?p=143</guid>
		<description><![CDATA[A combination of KeePass (for Windows / Mac / Linux) and minikeepass for iphone, storing the password file on a dropbox share is both powerful and free. Ensure you use a secure master key.]]></description>
			<content:encoded><![CDATA[<p>A combination of <a href="http://keepass.info/">KeePass</a> (for Windows / Mac / Linux) and <a href="http://itunes.apple.com/gb/app/minikeepass-secure-password/id451661808?mt=8">minikeepass</a> for iphone, storing the password file on a <a href="http://db.tt/ROU3TSCI">dropbox</a> share is both powerful and free.</p>
<p><strong>Ensure</strong> you use a secure master key.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webscalability.com/blog/2012/03/managing-your-passwords-with-keepass/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Experimenting with git</title>
		<link>http://www.webscalability.com/blog/2012/02/experimenting-with-git/</link>
		<comments>http://www.webscalability.com/blog/2012/02/experimenting-with-git/#comments</comments>
		<pubDate>Sat, 25 Feb 2012 18:09:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://www.webscalability.com/blog/?p=141</guid>
		<description><![CDATA[My first commit to github.com, a simple perl script written to generate an RSS feed from an IMAP inbox, imap2rss.pl. Update: a useful introduction to git.]]></description>
			<content:encoded><![CDATA[<p>My first commit to github.com, a simple perl script written to generate an RSS feed from an IMAP inbox, <a title="imap2rss.pl" href="https://github.com/jamespo/imap2rss.pl">imap2rss.pl</a>.</p>
<p>Update: <a href="http://nfarina.com/post/9868516270/git-is-simpler">a useful introduction to git</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webscalability.com/blog/2012/02/experimenting-with-git/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learning Python &#8211; Online Resources</title>
		<link>http://www.webscalability.com/blog/2012/02/learning-python-online-resources/</link>
		<comments>http://www.webscalability.com/blog/2012/02/learning-python-online-resources/#comments</comments>
		<pubDate>Fri, 24 Feb 2012 22:34:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.webscalability.com/blog/?p=136</guid>
		<description><![CDATA[I&#8217;ve been working on improving my python, here are some of the resources I&#8217;ve been using: Google&#8217;s Python Class Learn Python the Hard Way (almost a complete beginner&#8217;s guide to programming, but useful for reinforcing key concepts) (More to be &#8230; <a href="http://www.webscalability.com/blog/2012/02/learning-python-online-resources/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been working on improving my python, here are some of the resources I&#8217;ve been using:</p>
<ul>
<li><a href="http://code.google.com/edu/languages/google-python-class/">Google&#8217;s Python Class</a></li>
<li><a href="http://learnpythonthehardway.org/">Learn Python the Hard Way</a> <em>(almost a complete beginner&#8217;s guide to programming, but useful for reinforcing key concepts)</em></li>
</ul>
<p><em>(More to be added as I use them).</em></p>
<p>My IDE is a <a href="http://www.webscalability.com/dotemacs.html">customized</a> GNU Emacs (on Linux) and <a href="http://ipython.org/">ipython</a>. I&#8217;ve found <a href="http://stackoverflow.com/questions/tagged/python">StackOverflow</a> to be a very useful resource.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webscalability.com/blog/2012/02/learning-python-online-resources/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The latest generation of my .emacs setup</title>
		<link>http://www.webscalability.com/blog/2012/02/the-latest-generation-of-my-emacs-setup/</link>
		<comments>http://www.webscalability.com/blog/2012/02/the-latest-generation-of-my-emacs-setup/#comments</comments>
		<pubDate>Wed, 22 Feb 2012 22:49:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.webscalability.com/blog/?p=133</guid>
		<description><![CDATA[My .emacs]]></description>
			<content:encoded><![CDATA[<p><a title="dotemacs" href="/dotemacs.html">My .emacs</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.webscalability.com/blog/2012/02/the-latest-generation-of-my-emacs-setup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FTP Must Die!</title>
		<link>http://www.webscalability.com/blog/2012/01/ftp-must-die/</link>
		<comments>http://www.webscalability.com/blog/2012/01/ftp-must-die/#comments</comments>
		<pubDate>Sun, 29 Jan 2012 22:52:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.webscalability.com/blog/?p=129</guid>
		<description><![CDATA[FtpMustDie &#8211; Greg&#039;s Wiki. I completely agree.]]></description>
			<content:encoded><![CDATA[<p><a href='http://mywiki.wooledge.org/FtpMustDie'>FtpMustDie &#8211; Greg&#039;s Wiki</a>.</p>
<p>I completely agree.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webscalability.com/blog/2012/01/ftp-must-die/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to increase security by marking cookies as &#8216;secure&#8217; in Apache</title>
		<link>http://www.webscalability.com/blog/2012/01/xmatters-community-how-to-increase-security-by-marking-cookies-as-secure-in-apache/</link>
		<comments>http://www.webscalability.com/blog/2012/01/xmatters-community-how-to-increase-security-by-marking-cookies-as-secure-in-apache/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 16:01:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[cookies]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.webscalability.com/blog/?p=125</guid>
		<description><![CDATA[# Fix the cookie path and secure it Header edit Set-Cookie "^(.*)" $1;Secure via xMatters Community: How to increase security by marking cookies as &#8216;secure&#8217;.]]></description>
			<content:encoded><![CDATA[<pre># Fix the cookie path and secure it
Header edit Set-Cookie "^(.*)" $1;Secure</pre>
<p>via <a href="http://community.xmatters.com/docs/DOC-1164">xMatters Community: How to increase security by marking cookies as &#8216;secure&#8217;</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webscalability.com/blog/2012/01/xmatters-community-how-to-increase-security-by-marking-cookies-as-secure-in-apache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UK Government Betrayal of Open Standards Confirmed &#8211; Open Enterprise</title>
		<link>http://www.webscalability.com/blog/2012/01/uk-government-betrayal-of-open-standards-confirmed-open-enterprise/</link>
		<comments>http://www.webscalability.com/blog/2012/01/uk-government-betrayal-of-open-standards-confirmed-open-enterprise/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 22:55:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.webscalability.com/blog/?p=123</guid>
		<description><![CDATA[UK Government Betrayal of Open Standards Confirmed &#8211; Open Enterprise.]]></description>
			<content:encoded><![CDATA[<p><a href='http://blogs.computerworlduk.com/open-enterprise/2012/01/uk-cabinet-office-betrayal-of-open-standards-confirmed/index.htm'>UK Government Betrayal of Open Standards Confirmed &#8211; Open Enterprise</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webscalability.com/blog/2012/01/uk-government-betrayal-of-open-standards-confirmed-open-enterprise/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux 3.2 &#8211; Linux Kernel Newbies</title>
		<link>http://www.webscalability.com/blog/2012/01/linux-3-2-linux-kernel-newbies/</link>
		<comments>http://www.webscalability.com/blog/2012/01/linux-3-2-linux-kernel-newbies/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 21:09:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.webscalability.com/blog/?p=121</guid>
		<description><![CDATA[Summary: This release includes support for Ext4 block sizes bigger than 4KB and up to 1MB, which improve performance with big files; btrfs has been updated with faster scrubbing, automatic backup of critical filesystem metadata and tools for manual inspection &#8230; <a href="http://www.webscalability.com/blog/2012/01/linux-3-2-linux-kernel-newbies/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Summary: This release includes support for Ext4 block sizes bigger than 4KB and up to 1MB, which improve performance with big files; btrfs has been updated with faster scrubbing, automatic backup of critical filesystem metadata and tools for manual inspection of the filesystems; the process scheduler has added support to set upper limits of CPU time; the desktop reponsiveness in presence of heavy writes has been improved, TCP has been updated to include an algorithm which speeds up the recovery of the connection after lost packets; the profiling tool &quot;perf top&quot; has added support for live inspection of tasks and libraries and see the annotated assembly code; the Device Mapper has added support for &#8216;thin provisioning&#8217; of storage, and a new architeture has been added: the Hexagon DSP processor from Qualcomm. Other drivers and small improvements and fixes are also available in this release.</p>
<p>via <a href='http://kernelnewbies.org/Linux_3.2'>Linux 3.2 &#8211; Linux Kernel Newbies</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webscalability.com/blog/2012/01/linux-3-2-linux-kernel-newbies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

