<?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>David C. Liu &#187; notes</title>
	<atom:link href="http://iceboundflame.com/category/notes/feed" rel="self" type="application/rss+xml" />
	<link>http://iceboundflame.com</link>
	<description></description>
	<lastBuildDate>Mon, 15 Aug 2011 05:42:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Avoiding Debian Headaches: Apt Pinning By Example</title>
		<link>http://iceboundflame.com/2011/04/debian-apt-pinning</link>
		<comments>http://iceboundflame.com/2011/04/debian-apt-pinning#comments</comments>
		<pubDate>Fri, 22 Apr 2011 08:29:20 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[notes]]></category>
		<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://iceboundflame.com/?p=672</guid>
		<description><![CDATA[I use Virtualmin on my Linode VPS. When it Debian 6.0 was first released, Virtualmin only supported 5.0 (lenny), not unstable or 6.0 (squeeze). I was unwittingly auto-upgraded, hosing the Virtualmin install. Cleaning up the mess required a re-install, and &#8230; <a href="http://iceboundflame.com/2011/04/debian-apt-pinning">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://iceboundflame.com/2011/04/debian-apt-pinning/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Best Way to Unclog Print Heads</title>
		<link>http://iceboundflame.com/2010/07/the-best-way-to-unclog-print-heads</link>
		<comments>http://iceboundflame.com/2010/07/the-best-way-to-unclog-print-heads#comments</comments>
		<pubDate>Sat, 10 Jul 2010 05:02:54 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[notes]]></category>
		<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://iceboundflame.com/?p=597</guid>
		<description><![CDATA[I&#8217;ve had many inkjet print heads that eventually got dried up and started streaking when printing. These supposedly delicate parts consist of a very fine, narrow channel for ink of each color. The extremely narrow width allows them to position &#8230; <a href="http://iceboundflame.com/2010/07/the-best-way-to-unclog-print-heads">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://iceboundflame.com/2010/07/the-best-way-to-unclog-print-heads/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Notes: Getting suEXEC execution for PHP under Virtualmin GPL</title>
		<link>http://iceboundflame.com/2009/06/notes-on-virtualmin-gpl-suexec-and-php-5</link>
		<comments>http://iceboundflame.com/2009/06/notes-on-virtualmin-gpl-suexec-and-php-5#comments</comments>
		<pubDate>Fri, 05 Jun 2009 00:24:56 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[notes]]></category>
		<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://iceboundflame.com/?p=265</guid>
		<description><![CDATA[(On Debian 5.0. May be slightly different on other distros) Create files in /etc/skel/: $ cd /etc/skel $ mkdir -P etc/php5 $ cp /etc/php5/apache2/php.ini /etc/skel/etc/php5/php.ini $ mkdir fcgi-bin $ vi fcgi-bin/php5.fcgi Paste the following: #!/bin/bash export PHPRC=$PWD/../etc/php5 umask 022 export &#8230; <a href="http://iceboundflame.com/2009/06/notes-on-virtualmin-gpl-suexec-and-php-5">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://iceboundflame.com/2009/06/notes-on-virtualmin-gpl-suexec-and-php-5/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Cryptic errors from mod_fcgid and Perl</title>
		<link>http://iceboundflame.com/2009/02/cryptic-errors-from-mod_fcgid-and-perl</link>
		<comments>http://iceboundflame.com/2009/02/cryptic-errors-from-mod_fcgid-and-perl#comments</comments>
		<pubDate>Fri, 13 Feb 2009 03:17:48 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[notes]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[catalyst]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://iceboundflame.com/?p=255</guid>
		<description><![CDATA[For future reference, the cryptic error from mod_fcgid: [Thu Feb 12 22:10:27 2009] [warn] (104)Connection reset by peer: mod_fcgid: read data from fastcgi server error. [Thu Feb 12 22:10:27 2009] [error] [client X.X.X.X] Premature end of script headers: dispatch.fcgi means &#8230; <a href="http://iceboundflame.com/2009/02/cryptic-errors-from-mod_fcgid-and-perl">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://iceboundflame.com/2009/02/cryptic-errors-from-mod_fcgid-and-perl/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Present &#8211; Notes from ISEF 2008</title>
		<link>http://iceboundflame.com/2008/05/how-to-present-isef-2008</link>
		<comments>http://iceboundflame.com/2008/05/how-to-present-isef-2008#comments</comments>
		<pubDate>Sat, 17 May 2008 22:15:53 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[life]]></category>
		<category><![CDATA[notes]]></category>

		<guid isPermaLink="false">http://iceboundflame.com/?p=222</guid>
		<description><![CDATA[At the Intel International Science and Engineering Fair this year, I&#8217;ve learned a lot about presentation techniques. Thanks to Patrick for giving me some great suggestions, such as: Posture: stand with feet pointed toward judge, lean forward slightly Hands: use &#8230; <a href="http://iceboundflame.com/2008/05/how-to-present-isef-2008">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://iceboundflame.com/2008/05/how-to-present-isef-2008/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Catalyst on Windows with Strawberry Perl</title>
		<link>http://iceboundflame.com/2008/01/catalyst-on-windows-with-strawberry-perl</link>
		<comments>http://iceboundflame.com/2008/01/catalyst-on-windows-with-strawberry-perl#comments</comments>
		<pubDate>Fri, 18 Jan 2008 01:40:01 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[notes]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[catalyst]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://iceboundflame.com/go/2008/catalyst-on-windows-with-strawberry-perl</guid>
		<description><![CDATA[The Catalyst Framework is an elegant Model-View-Controller based web framework for Perl, with similarities to Ruby on Rails. It is a popular choice for Web 2.0 applications based on Perl, speeding up and simplifying development. Catalyst is very nice to &#8230; <a href="http://iceboundflame.com/2008/01/catalyst-on-windows-with-strawberry-perl">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://iceboundflame.com/2008/01/catalyst-on-windows-with-strawberry-perl/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Unison File Synchronization on a Windows Desktop and Laptop</title>
		<link>http://iceboundflame.com/2005/10/unison-file-synchronization-on-a-windows-desktop-and-laptop</link>
		<comments>http://iceboundflame.com/2005/10/unison-file-synchronization-on-a-windows-desktop-and-laptop#comments</comments>
		<pubDate>Sun, 09 Oct 2005 20:46:43 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[notes]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[computers]]></category>

		<guid isPermaLink="false">http://iceboundflame.net/go/2005/unison-file-synchronization-on-a-windows-desktop-and-laptop/</guid>
		<description><![CDATA[Unison is a nifty tool that allows you to synchronize files over the network.]]></description>
		<wfw:commentRss>http://iceboundflame.com/2005/10/unison-file-synchronization-on-a-windows-desktop-and-laptop/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building PHP with MySQL&#8211;bug!</title>
		<link>http://iceboundflame.com/2005/07/php-with-mysql-build-bug</link>
		<comments>http://iceboundflame.com/2005/07/php-with-mysql-build-bug#comments</comments>
		<pubDate>Fri, 08 Jul 2005 00:37:06 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[notes]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[bookmarks]]></category>
		<category><![CDATA[computers]]></category>

		<guid isPermaLink="false">http://iceboundflame.net/go/2005/build-php-with-mysql/</guid>
		<description><![CDATA[What kind of bug is this? When trying to build PHP on Linux using the option --with-mysql=/usr, I kept getting an error during make. Specifically, this was: ext/mysql/php_mysql.c:1158: undefined reference to 'mysql_create_db' ext/mysql/php_mysql.c:1200: undefined reference to 'mysql_drop_db' It appears that &#8230; <a href="http://iceboundflame.com/2005/07/php-with-mysql-build-bug">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://iceboundflame.com/2005/07/php-with-mysql-build-bug/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Cool CSS demos</title>
		<link>http://iceboundflame.com/2005/06/cool-css-demos</link>
		<comments>http://iceboundflame.com/2005/06/cool-css-demos#comments</comments>
		<pubDate>Sun, 26 Jun 2005 19:15:51 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[notes]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[bookmarks]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://iceboundflame.net/go/2005/cool-css-demos/</guid>
		<description><![CDATA[Here are some awesome CSS sites. The CSS Zen Garden showcases many different designs accomplished purely with CSS. Stu Nicholls&#8217; CSS playground uses creative techniques to accomplish amazing things. css/edge demonstrates some bleeding-edge CSS effects.]]></description>
		<wfw:commentRss>http://iceboundflame.com/2005/06/cool-css-demos/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Playing Super Mario Bros. on piano</title>
		<link>http://iceboundflame.com/2005/06/playing-super-mario-bros-on-piano</link>
		<comments>http://iceboundflame.com/2005/06/playing-super-mario-bros-on-piano#comments</comments>
		<pubDate>Wed, 22 Jun 2005 03:56:19 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[life]]></category>
		<category><![CDATA[notes]]></category>
		<category><![CDATA[bookmarks]]></category>
		<category><![CDATA[funny]]></category>
		<category><![CDATA[gaming]]></category>

		<guid isPermaLink="false">http://iceboundflame.net/?p=164</guid>
		<description><![CDATA[I&#8217;m going to try and learn to play Super Mario Bros. on the piano! Look at this guy, for example, playing it blindfolded! I found the sheet music, so I better start practicing! :-)]]></description>
		<wfw:commentRss>http://iceboundflame.com/2005/06/playing-super-mario-bros-on-piano/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
<enclosure url="http://media.ebaumsworld.com/mariopiano.wmv" length="8006388" type="video/x-ms-wmv" />
		</item>
	</channel>
</rss>

