<?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>101TECH &#187; Misc</title>
	<atom:link href="http://www.101tech.net/category/misc/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.101tech.net</link>
	<description>IT Solutions Done Right!</description>
	<lastBuildDate>Fri, 26 Feb 2010 02:41:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Mount ISO on Linux/FreeBSD</title>
		<link>http://www.101tech.net/2008/12/04/mount-iso-on-linux/</link>
		<comments>http://www.101tech.net/2008/12/04/mount-iso-on-linux/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 19:13:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Sys Admin]]></category>

		<guid isPermaLink="false">http://www.101tech.net/wordpress/?p=102</guid>
		<description><![CDATA[On Linux
mount -o loop -t iso9660 path/to/iso.iso /mnt
On FreeBSD 
mdconfig -a -t vnode -f /isofile -u 0
mount -t cd9660 /dev/md0 /mnt

]]></description>
		<wfw:commentRss>http://www.101tech.net/2008/12/04/mount-iso-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tweak Firefox memory consumption</title>
		<link>http://www.101tech.net/2008/07/03/tweak-firefox-memory-consumption/</link>
		<comments>http://www.101tech.net/2008/07/03/tweak-firefox-memory-consumption/#comments</comments>
		<pubDate>Thu, 03 Jul 2008 12:02:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Memory]]></category>
		<category><![CDATA[Tweak]]></category>

		<guid isPermaLink="false">http://www.101tech.net/wordpress/?p=37</guid>
		<description><![CDATA[
Type About:config in the Address bar.
right click and Add boolean value : config.trim_on_minimize
Set to true
More info here : http://kb.mozillazine.org/Memory_Leak
And originally read here : http://www.ynet.co.il/articles/0,7340,L-3563503,00.html
]]></description>
		<wfw:commentRss>http://www.101tech.net/2008/07/03/tweak-firefox-memory-consumption/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
