<?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>HauntedShell &#187; Reviews</title>
	<atom:link href="http://hauntedshell.com/category/reviews/feed/" rel="self" type="application/rss+xml" />
	<link>http://hauntedshell.com</link>
	<description>Just another Hauntedshell.com weblog</description>
	<lastBuildDate>Sat, 01 May 2010 20:05:47 +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>Lighttd: Put your webserver on a diet</title>
		<link>http://hauntedshell.com/2008/10/13/lighttd-put-your-webserver-on-a-diet/</link>
		<comments>http://hauntedshell.com/2008/10/13/lighttd-put-your-webserver-on-a-diet/#comments</comments>
		<pubDate>Mon, 13 Oct 2008 19:19:13 +0000</pubDate>
		<dc:creator>Kwame</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[lighttpd]]></category>
		<category><![CDATA[web dev]]></category>

		<guid isPermaLink="false">http://www.hauntedshell.com/?p=88</guid>
		<description><![CDATA[When you&#8217;re working with limited system resources, every bit that can be freed up counts. And if you have do your web development on machine with only 384mb of RAM, you start to be become a bit, um, mercenary about your resources. Running an Apache+PHP+MySQL stack alongside a GNOME desktop (xfce or fluxbox would be [...]]]></description>
			<content:encoded><![CDATA[<p>When you&#8217;re working with limited system resources, every bit that can be freed up counts. And if you have do your web development on machine with only 384mb of RAM, you start to be become a bit, um, mercenary about your resources. Running an Apache+PHP+MySQL stack alongside a GNOME desktop (xfce or fluxbox would be better but we all like our little luxuries) , Firefox and a text editor is not my idea of an efficient workspace. When you take the fact that I&#8217;ll be working on a wordpress install with about 19k entries, you start getting a sour taste in your mouth.<span id="more-88"></span></p>
<p>That&#8217;s where <a title="Lighttpd" href="http://www.lighttpd.net/">Lighttpd</a> comes in. It&#8217;s ,according to its site,</p>
<blockquote><p>�designed and optimized for high performance environments. With a small memory footprint compared to other web-servers, effective management of the cpu-load, and advanced feature set (FastCGI, SCGI, Auth, Output-Compression, URL-Rewriting and many more) lighttpd is the perfect solution for every server that is suffering load problems&#8221;</p></blockquote>
<p>Anyways, what we&#8217;re interested in is the small memory footprint and the effective management of the cpu-load part.</p>
<p><strong>Installation</strong></p>
<p>We need to get and install lighttpd, PHP and MySQL:</p>
<p>Guides available from:<br />
<a title="Lighttpd Installation Instructions" href="http://trac.lighttpd.net/trac/wiki/TutorialInstallation">Instructions from Lighttpd Trac</a><br />
<a title="Lighttpd Installation Instructions" href="http://www.cyberciti.biz/tips/installing-and-configuring-lighttpd-webserver-howto.html">Lighttpd installation instructions from *Nix Craft</a><br />
<a title="Lighttpd Installation Instructions" href="http://joshdick.net/index.php?section=article&amp;name=lighttpd">Lighttpd+PHP+Perl+MySQL installation guide for Windows users</a><br />
<a title="Lighttpd Installation Instructions" href="http://ubuntuforums.org/showthread.php?t=643976">Lighttpd+PHP+MySQL Installation guide for Ubuntu</a><br />
A few notes:</p>
<ul>
<li>The settings for fastcgi suggested on the Lighttpd wiki will load a large number of php-cgi process that you probably will not be using. I&#8217;ll probably suggest you set
<pre>"PHP_FCGI_CHILDREN" =&gt; "2"</pre>
<p>instead of</p>
<pre>"PHP_FCGI_CHILDREN" =&gt; "16"</pre>
<p>You can make adjustments later if you feel the need.</li>
<li>You need to modify the default my.cnf to make things a bit more effcient. You can follow <a title="Low End Box - Reduce MySQl memory usage" href="http://http://www.lowendbox.com/blog/reducing-mysql-memory-usage-for-low-end-boxes/">this guide</a> to get you started.</li>
</ul>
<p>Does it help to use lighttpd instead of apache? Yeah, it does. I&#8217;ve been using it for the last couple of weeks and it&#8217;s been able to handle my requirements without problem. My final opinion? Well, it is not as full featured as apache but if you have a limited memory budget or are just looking for a lean mean web server, you really should take a good look at lighttpd. Now if you don&#8217;t mind, some of us have real work to do and can&#8217;t spend all day reading other people&#8217;s blogs <img src='http://hauntedshell.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> .</p>
]]></content:encoded>
			<wfw:commentRss>http://hauntedshell.com/2008/10/13/lighttd-put-your-webserver-on-a-diet/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Samurize: The Way of the Desktop Warrior</title>
		<link>http://hauntedshell.com/2008/07/30/samurize-the-way-of-the-desktop-warrior/</link>
		<comments>http://hauntedshell.com/2008/07/30/samurize-the-way-of-the-desktop-warrior/#comments</comments>
		<pubDate>Wed, 30 Jul 2008 15:29:58 +0000</pubDate>
		<dc:creator>Kwame</dc:creator>
				<category><![CDATA[Pimp my PC]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.hauntedshell.com/?p=68</guid>
		<description><![CDATA[If you are a member of that special group of computer users, the tinkerers, you are going to wonder where Samurize has been all your life. I&#8217;d seen it mentioned a few times on Lifehacker but never really paid attention. Well, my mistake. &#8220;What is Samurize?&#8221;, you ask. Well, Samurize is &#8220;an advanced system monitoring [...]]]></description>
			<content:encoded><![CDATA[<p>If you are a member of that special group of computer users, the tinkerers, you are going to wonder where <a href="http://www.samurize.com">Samurize</a> has been all your life. I&#8217;d seen it mentioned a few times on Lifehacker but never really paid attention. Well, my mistake. &#8220;What is Samurize?&#8221;, you ask. Well, Samurize is &#8220;an advanced system monitoring and desktop enhancement engine for Windows 2000/XP/2003/Vista&#8221;. Translation: lots of stats and very cool ways to play with and display them.<span id="more-68"></span><br />
[singlepic=25,320,240,,center]<br />
The scope of features is just way too big to get into right now but basically you get to select the stats(called meters) you want, where they are displayed and how they are displayed. For example, I&#8217;m using Samurize to embedd my CPU usage, Uptime, RAM usage, free space on my C:\ and the contents of a text file containing my to-do list on my desktop.<br />
[singlepic=24,320,240,,center]</p>
<p>The built in meters include disk usage, cpu usage, network traffic, memory usage, uptime, system temperatures, battery levels, POP/IMAP mailboxes&#8230;.it&#8217;s quite a comprehensive list). You can also monitor other computers over a network or publish your stats using the included server. You can even write your own scripts to power these meters if you need some specific information. The built-configuration editor allows you to really get finetune your settings and looks although it can be a bit intimidating for first time users with all the options that are available.<br />
[singlepic=23,320,240,,center]<br />
All in all, Samurize is a great utility, offering comprehensive information and in-depth customization of how that information is presented. I recommend it to anyone who wants to monitor system information or anything else, for that matter.</p>
]]></content:encoded>
			<wfw:commentRss>http://hauntedshell.com/2008/07/30/samurize-the-way-of-the-desktop-warrior/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
