<?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>fak3r &#187; code</title>
	<atom:link href="http://fak3r.com/tag/code/feed/" rel="self" type="application/rss+xml" />
	<link>http://fak3r.com</link>
	<description>look out honey, &#039;cause I&#039;m using technology</description>
	<lastBuildDate>Sat, 11 Feb 2012 05:25:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>HOWTO: webserver in 100 lines of Bash</title>
		<link>http://fak3r.com/2008/09/04/howto-webserver-in-100-lines-of-bash/</link>
		<comments>http://fak3r.com/2008/09/04/howto-webserver-in-100-lines-of-bash/#comments</comments>
		<pubDate>Fri, 05 Sep 2008 00:48:38 +0000</pubDate>
		<dc:creator>phil</dc:creator>
				<category><![CDATA[geek]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[netcat]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[webserver]]></category>
		<category><![CDATA[www]]></category>

		<guid isPermaLink="false">http://fak3r.com/?p=955</guid>
		<description><![CDATA[

I&#8217;m a big Bash fan, I know Perl is the more popular scripting language, and I&#8217;m slowly using it more, but hey, if I need something done, I can do it quicker in Bash (keeping in mind that I&#8217;m a systems guy, not a dev guy).  While at work looking up Bash related syntax [...]]]></description>
		<wfw:commentRss>http://fak3r.com/2008/09/04/howto-webserver-in-100-lines-of-bash/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>HOWTO: create a pidfile for a startup script</title>
		<link>http://fak3r.com/2007/11/08/howto-create-a-pidfile-for-a-startup-script/</link>
		<comments>http://fak3r.com/2007/11/08/howto-create-a-pidfile-for-a-startup-script/#comments</comments>
		<pubDate>Thu, 08 Nov 2007 21:32:44 +0000</pubDate>
		<dc:creator>phil</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[hacker]]></category>

		<guid isPermaLink="false">http://fak3r.com/2007/11/08/creating-a-pidfile-for-a-startup-script-to-use/</guid>
		<description><![CDATA[

On the monit mailing list today someone asked how they could monitor a process that didn&#8217;t have a pidfile associated with it.  Without thinking I jotted this down, there&#8217;s likely a better way, but this should work and may be all I need for some init.d scripts for a couple of apps on ramon (the home server).  In the the beginning of the [...]]]></description>
		<wfw:commentRss>http://fak3r.com/2007/11/08/howto-create-a-pidfile-for-a-startup-script/feed/</wfw:commentRss>
		<slash:comments>32</slash:comments>
		</item>
		<item>
		<title>Allow Varnish to reuse its shared object</title>
		<link>http://fak3r.com/2007/11/07/allow-varnish-to-reuse-its-shared-object/</link>
		<comments>http://fak3r.com/2007/11/07/allow-varnish-to-reuse-its-shared-object/#comments</comments>
		<pubDate>Wed, 07 Nov 2007 19:15:10 +0000</pubDate>
		<dc:creator>phil</dc:creator>
				<category><![CDATA[geek]]></category>
		<category><![CDATA[caching]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[features]]></category>
		<category><![CDATA[varnish]]></category>

		<guid isPermaLink="false">http://fak3r.com/2007/11/07/allow-varnish-to-reuse-its-shared-object/</guid>
		<description><![CDATA[BACKGROUND:  The following is a proposal I submitted to the Varnish developers in order to make it simpler to integrate Varnish (an HTTP accelerator for web sites) into production environments.  fak3r uses Varnish in front of its webserver, Lighttpd, so it&#8217;s likely that the page you&#8217;re now reading was served to you not by the webserver, [...]]]></description>
		<wfw:commentRss>http://fak3r.com/2007/11/07/allow-varnish-to-reuse-its-shared-object/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>crash Internet Explorer with a link</title>
		<link>http://fak3r.com/2007/10/20/crash-internet-explorer-with-a-link/</link>
		<comments>http://fak3r.com/2007/10/20/crash-internet-explorer-with-a-link/#comments</comments>
		<pubDate>Sun, 21 Oct 2007 01:09:51 +0000</pubDate>
		<dc:creator>phil</dc:creator>
				<category><![CDATA[geek]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[hacker]]></category>

		<guid isPermaLink="false">http://fak3r.com/2007/10/20/crash-internet-explorer-with-a-link/</guid>
		<description><![CDATA[I thought the days of crashing IE with just some malformed code were over, apparently not. I just takes a misplaced wildcard in a style declaration to send it down.
&#60;style&#62;*{position:relative}&#60;/style&#62;&#60;table&#62;&#60;input /&#62;&#60;/table&#62;
This took out IE on my work computer which is fully patched. I&#8217;ve read that people running IE under Wine in Linux have it crash [...]]]></description>
		<wfw:commentRss>http://fak3r.com/2007/10/20/crash-internet-explorer-with-a-link/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Firefox 2.0 tweaks</title>
		<link>http://fak3r.com/2006/10/26/firefox-20-tweaks/</link>
		<comments>http://fak3r.com/2006/10/26/firefox-20-tweaks/#comments</comments>
		<pubDate>Thu, 26 Oct 2006 16:29:18 +0000</pubDate>
		<dc:creator>phil</dc:creator>
				<category><![CDATA[geek]]></category>
		<category><![CDATA[code]]></category>

		<guid isPermaLink="false">http://fak3r.com/2006/10/26/firefox-20-tweaks/</guid>
		<description><![CDATA[By now you should know that if you surf the web, you should be using Firefox.  Earlier this week they released version 2.0 with a host of improvements (many small) and some needed polish.  While the jump to 2.0 may have been a bit of a reach, the direction Firefox is heading is [...]]]></description>
		<wfw:commentRss>http://fak3r.com/2006/10/26/firefox-20-tweaks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Please Listen Closely, As Our Menu Options Have Changed</title>
		<link>http://fak3r.com/2006/09/05/please-listen-closely-as-our-menu-options-have-changed/</link>
		<comments>http://fak3r.com/2006/09/05/please-listen-closely-as-our-menu-options-have-changed/#comments</comments>
		<pubDate>Tue, 05 Sep 2006 20:17:19 +0000</pubDate>
		<dc:creator>phil</dc:creator>
				<category><![CDATA[geek]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[howto]]></category>

		<guid isPermaLink="false">http://fak3r.com/2006/09/05/please-listen-closely-as-our-menu-options-have-changed/</guid>
		<description><![CDATA[From the great Freakonomics.com, an article about an online database that&#8217;ll get you through the &#8216;phone trees&#8217; or mazes anytime you have to call some company for customer service. &#8220;One solution to Phone Tree Hell is the beautifully named GetHuman database, which provides a nearly encyclopedic list of companies’ phone numbers and the string of [...]]]></description>
		<wfw:commentRss>http://fak3r.com/2006/09/05/please-listen-closely-as-our-menu-options-have-changed/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Roundcube Webmail update script</title>
		<link>http://fak3r.com/2006/05/31/roundcube-webmail-update-script/</link>
		<comments>http://fak3r.com/2006/05/31/roundcube-webmail-update-script/#comments</comments>
		<pubDate>Wed, 31 May 2006 22:19:00 +0000</pubDate>
		<dc:creator>phil</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[howto]]></category>

		<guid isPermaLink="false">http://cryer.us/fak3r.com/?p=7</guid>
		<description><![CDATA[The Roundcube Webmail Project is moving along, and my Roundcube HOWTO install is one of the more popular ones on my site.  Today I updated to the latest SVN version, since they’ve recently moved from CVS to SVN for version control, and wrote a script to automate this so I can just run it [...]]]></description>
		<wfw:commentRss>http://fak3r.com/2006/05/31/roundcube-webmail-update-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HOWTO: Fix login issue on Typo</title>
		<link>http://fak3r.com/2006/04/06/howto-fix-login-issue-on-typo/</link>
		<comments>http://fak3r.com/2006/04/06/howto-fix-login-issue-on-typo/#comments</comments>
		<pubDate>Thu, 06 Apr 2006 19:58:00 +0000</pubDate>
		<dc:creator>phil</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[hacker]]></category>
		<category><![CDATA[howto]]></category>

		<guid isPermaLink="false">http://cryer.us/fak3r.com/?p=27</guid>
		<description><![CDATA[NOTICE: Before you try this, see the update below &#8211; this could mess things up if you have more than one user, and you’re not trying to fix the Admin login
fak3r.com runs the latest (greatest?) Typo code, but sometimes this leads to problems.  After an update a few days ago I could no longer [...]]]></description>
		<wfw:commentRss>http://fak3r.com/2006/04/06/howto-fix-login-issue-on-typo/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
<enclosure url="http://media.rubyonrails.org/video/rails_take2_with_sound.mov" length="54364199" type="video/quicktime" />
		</item>
		<item>
		<title>IE 7 Beta 2 (and matching DoS attack) released</title>
		<link>http://fak3r.com/2006/02/01/ie-7-beta-2-and-matching-dos-attack-released/</link>
		<comments>http://fak3r.com/2006/02/01/ie-7-beta-2-and-matching-dos-attack-released/#comments</comments>
		<pubDate>Thu, 02 Feb 2006 01:47:00 +0000</pubDate>
		<dc:creator>phil</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[hacker]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://cryer.us/fak3r.com/?p=43</guid>
		<description><![CDATA[Amazing, so today Microsoft releases Beta 2 of IE 7, and almost simultaneously comes a tailor made DoS attack!  ”Overview: A denial of service vulnerability exists within Microsoft Internet Explorer 7.0 Beta 2 which allows for an attacker to cause the browser to crash, and or to execute arbitrary code on the targeted host. [...]]]></description>
		<wfw:commentRss>http://fak3r.com/2006/02/01/ie-7-beta-2-and-matching-dos-attack-released/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Firefox buffer overflow</title>
		<link>http://fak3r.com/2005/12/07/firefox-buffer-overflow/</link>
		<comments>http://fak3r.com/2005/12/07/firefox-buffer-overflow/#comments</comments>
		<pubDate>Thu, 08 Dec 2005 00:05:00 +0000</pubDate>
		<dc:creator>phil</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[hacker]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://cryer.us/fak3r.com/?p=59</guid>
		<description><![CDATA[There&#8217;s a Firefox buffer overflow script listed on Packet Storm.  The Javascript can be embedded into HTML and make Firefox log a very long topic line into its history.dat file.  Any ensuing Firefox starts will cause a crash due to a buffer overflow.  The fix would be to delete the history.dat file, [...]]]></description>
		<wfw:commentRss>http://fak3r.com/2005/12/07/firefox-buffer-overflow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

