<?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>CTLUG &#187; reviews</title>
	<atom:link href="http://www.supergluetech.com/wp/tag/reviews/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.supergluetech.com/wp</link>
	<description>Cookeville TN Linux Users Group</description>
	<lastBuildDate>Thu, 10 Jun 2010 05:21:15 +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>LSN has gone to hell</title>
		<link>http://www.supergluetech.com/wp/2009/11/lsn-has-gone-to-hell/</link>
		<comments>http://www.supergluetech.com/wp/2009/11/lsn-has-gone-to-hell/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 15:47:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[/dev/randon]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[hall-of-shame]]></category>
		<category><![CDATA[reviews]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://www.supergluetech.com/wp/?p=55</guid>
		<description><![CDATA[Face it: www.golsn.com is in terminal decline]]></description>
			<content:encoded><![CDATA[<p>You know, 4 years ago I would have thought Local Sales Network was really going somewhere. No so these days.</p>
<p>As of lately, the site has completely gone to hell. For starters, almost all the &#8220;big boys&#8221; with their premier ads have pulled out. The only ones buying banner ads are NON-LOCAL businesses. Then again, how could you even contact them? The contact system has been broken for over 2 years. And to make things worse, using the contact form on the site has never resulting in any response.</p>
<p>But what is even worse is this: nobody is buying anything on that site anymore. And I mean nobody. The only responses you get from listings on there these days are people wanting to trade crap like horses and used tires. And while I don&#8217;t mind a good set of used tires for a used car &#8211; what on earth gives some of these people the idea that I would even WANT a horse?!</p>
<p>Of coarse, my favorite are the ones that contact you all day long to see how much they can talk you down on your asking price &#8211; yet have absolutely no desire to actually buy anything. They are simply curious to see if you would have been willing to take a lower price. I cannot cound how many times I have responded with &#8220;how much are you willing to pay for it?&#8221; and was answered &#8220;oh, well &#8211; I don&#8217;t really need it &#8211; just curious&#8221;. WTF?</p>
<p>You know, I own mycookietown.com &#8211; perhaps I should create my own classifieds site on that domain&#8230;.</p>
<p>&#8230;one that filters out useless trolls and actually responds to the inquires of those willing to spend money.</p>
<p>- Dean</p>
]]></content:encoded>
			<wfw:commentRss>http://www.supergluetech.com/wp/2009/11/lsn-has-gone-to-hell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>KVM provides full virtualization under Linux</title>
		<link>http://www.supergluetech.com/wp/2009/10/kvm-provides-full-virtualization-under-linux/</link>
		<comments>http://www.supergluetech.com/wp/2009/10/kvm-provides-full-virtualization-under-linux/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 14:17:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[/dev/randon]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[reviews]]></category>
		<category><![CDATA[virtualization]]></category>

		<guid isPermaLink="false">http://www.supergluetech.com/wp/?p=32</guid>
		<description><![CDATA[KVM is an open source project that provides full virtualization on-par with closed-source tools such as VMware]]></description>
			<content:encoded><![CDATA[<p>Open Source just keeps getting better and better.</p>
<p>Been messing around with alternatives to VMWares ESX and ESXi. Of the top contender thus far is KVM.</p>
<p>KVM is a true kernel-level hypervisor similar to ESXi. Unlike ESXi, you still load a typical Linux OS first &#8211; the KVM runs via a special kernel module.</p>
<p>At first glance, I was a bit confused: you install Qemu and KVM. &#8220;So is this Qemu or is it KVM&#8221;. It is actually both. KVM is largely comprised of two components: the kernel-level hypervisor and a handfull of shared libraries and binaries shared by Qemu.</p>
<p>At the core, you call the &#8220;kvm&#8221; command just as you would call the &#8220;qemu&#8221; command (they take the same arguments).</p>
<p>Installation on Ubuntu is easy-squeezy:</p>
<p><em>apt-get install kvm qemu</em></p>
<p>Currently, kvm supports all the neato stuff you would expect from a kick-ass virtualizer:</p>
<ul>
<li>Full virtualization that takes advantage of VTI and AMD-V extensions</li>
<li>Supports snapshots and machine states</li>
<li>Live migration of a running guest from one server to another</li>
<li>Multi-processor support (up to 64 I believe)</li>
<li>Good memory management with Windows guests</li>
</ul>
<p>There are some GUI tools for managing the virtual machines &#8211; one of the neatest I found was virtual-manager. Similar to VMWares VCenter. I have not used this tool much however in favor of custom scripts for management.</p>
<p>Looks like I will be deploying this in an initial test phase at our TeirII data center in Franklin, TN for the Army National Guards website (http://www.nationalguard.com). I will keep everyone posted on how the tests turn out!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.supergluetech.com/wp/2009/10/kvm-provides-full-virtualization-under-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
