<?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>Technology From Scratch</title>
	<atom:link href="http://www.technologyfromscratch.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.technologyfromscratch.com</link>
	<description>Technology from the ground up.</description>
	<lastBuildDate>Tue, 18 Oct 2011 09:17:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>DIY Server Rack</title>
		<link>http://www.technologyfromscratch.com/2010/09/diy-server-rack/</link>
		<comments>http://www.technologyfromscratch.com/2010/09/diy-server-rack/#comments</comments>
		<pubDate>Thu, 30 Sep 2010 08:32:04 +0000</pubDate>
		<dc:creator>blank89</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.blank89.net/?p=5</guid>
		<description><![CDATA[I have so many old computers and weird devices that it was starting to get out of control. Since throwing stuff away wasn&#8217;t an option, a server rack was pretty much my only recourse. Buying a factory built rack was way out of my budget, so my next thought was a DIY project. I&#8217;ve seen [...]]]></description>
		<wfw:commentRss>http://www.technologyfromscratch.com/2010/09/diy-server-rack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>7 Things To Do With The Pipe In a Linux Shell</title>
		<link>http://www.technologyfromscratch.com/2009/10/7-things-to-do-with-the-pipe-in-a-linux-shell/</link>
		<comments>http://www.technologyfromscratch.com/2009/10/7-things-to-do-with-the-pipe-in-a-linux-shell/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 09:32:21 +0000</pubDate>
		<dc:creator>blank89</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.technologyfromscratch.com/2009/10/7-things-to-do-with-the-pipe-in-a-linux-shell/</guid>
		<description><![CDATA[The pipe is the vertical line above your enter key. It looks like this without the quotes: &#8220;&#124;&#8221;. Using the pipe character in the Linux shell allows you to string commands together, performing another command on the output from the first. This is a list of 10 things you can do with the pipe that [...]]]></description>
		<wfw:commentRss>http://www.technologyfromscratch.com/2009/10/7-things-to-do-with-the-pipe-in-a-linux-shell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Prevent XSS in Php with the Owasp Sanitize Library</title>
		<link>http://www.technologyfromscratch.com/2009/10/prevent-xss-in-php-with-the-owasp-sanitize-library/</link>
		<comments>http://www.technologyfromscratch.com/2009/10/prevent-xss-in-php-with-the-owasp-sanitize-library/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 11:20:33 +0000</pubDate>
		<dc:creator>blank89</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.blank89.net/?p=3</guid>
		<description><![CDATA[What does XSS look like? How can we determine if a sites has been attacked, or if it&#8217;s code is vulnerable? The exploid usually looks something like this: &#60;script&#62;alert('XSS!');&#60;/script&#62; A normal user should not be able to execute javascript on anyone elses client to the site. If input like that gets stored anywhere in the [...]]]></description>
		<wfw:commentRss>http://www.technologyfromscratch.com/2009/10/prevent-xss-in-php-with-the-owasp-sanitize-library/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

