<?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>1st Byte Solutions &#187; Uncategorized</title>
	<atom:link href="http://www.1stbyte.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.1stbyte.com</link>
	<description>Company site for Greg Fischer { GregTheGeek }</description>
	<lastBuildDate>Tue, 17 Jan 2012 18:36:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Removing offending key in known_hosts</title>
		<link>http://www.1stbyte.com/2010/08/05/removing-offending-key-in-known_hosts/</link>
		<comments>http://www.1stbyte.com/2010/08/05/removing-offending-key-in-known_hosts/#comments</comments>
		<pubDate>Fri, 06 Aug 2010 05:39:42 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.1stbyte.com/2010/08/05/removing-offending-key-in-known_hosts/</guid>
		<description><![CDATA[sed -i '53d' ~/.ssh/known_hosts Run in your home directory. Replace &#8220;53&#8243; with the line number referred to in the known_hosts error from the ssh login attempt. You need the &#8220;d&#8221;. If you had line 12, then you&#8217;ll show &#8217;12d&#8217; in that sed command.]]></description>
		<wfw:commentRss>http://www.1stbyte.com/2010/08/05/removing-offending-key-in-known_hosts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Force removal of Active Directory from a server</title>
		<link>http://www.1stbyte.com/2009/07/21/force-removal-of-active-directory-from-a-server/</link>
		<comments>http://www.1stbyte.com/2009/07/21/force-removal-of-active-directory-from-a-server/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 02:02:24 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Windows Server]]></category>

		<guid isPermaLink="false">http://www.1stbyte.com/?p=180</guid>
		<description><![CDATA[Not too often would you need this, but I just ran into a situation where it was handy to get AD off an existing, but inactive, domain controller.  I couldn&#8217;t get dcpromo to uninstall the services and demote the darn thing, because this server thought it was still active in the domain.  I had physically [...]]]></description>
		<wfw:commentRss>http://www.1stbyte.com/2009/07/21/force-removal-of-active-directory-from-a-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Uninstalling VMWare tools when not running on a VMWare host</title>
		<link>http://www.1stbyte.com/2009/07/21/uninstalling-vmware-tools-when-not-running-on-a-vmware-host/</link>
		<comments>http://www.1stbyte.com/2009/07/21/uninstalling-vmware-tools-when-not-running-on-a-vmware-host/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 01:55:56 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[VirtualBox]]></category>
		<category><![CDATA[VMWare]]></category>
		<category><![CDATA[Windows Server]]></category>

		<guid isPermaLink="false">http://www.1stbyte.com/?p=177</guid>
		<description><![CDATA[I&#8217;ve moved a few virtual machines off of both ESXi and VMWare Server recently. (was testing VMWare, which I do like.) I moved them into VirtualBox while I test OpenSolaris, which I am REALLY liking&#8230; but off topic. Anyway, once I got the vmdk hard drive files copied, I created a new machine config in [...]]]></description>
		<wfw:commentRss>http://www.1stbyte.com/2009/07/21/uninstalling-vmware-tools-when-not-running-on-a-vmware-host/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to insert CTL ALT DEL keys using Remote Desktop Connection client</title>
		<link>http://www.1stbyte.com/2009/07/21/how-to-use-ctl-alt-del-when-connection-mstsc-to-a-vrdp-virtualbox/</link>
		<comments>http://www.1stbyte.com/2009/07/21/how-to-use-ctl-alt-del-when-connection-mstsc-to-a-vrdp-virtualbox/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 01:52:38 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[VirtualBox]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.1stbyte.com/2009/07/21/how-to-use-ctl-alt-del-when-connection-mstsc-to-a-vrdp-virtualbox/</guid>
		<description><![CDATA[When you run mstsc.exe, the Remote Desktop Connection client to connect to a virtual machine VRDP or other RDP connections, it&#8217;s not exactly clear how to enter the CTL+ALT+DEL keystroke to login. Do this: CTL+ALT+END :)]]></description>
		<wfw:commentRss>http://www.1stbyte.com/2009/07/21/how-to-use-ctl-alt-del-when-connection-mstsc-to-a-vrdp-virtualbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Custom ringtone added to EnV Touch with SD Card</title>
		<link>http://www.1stbyte.com/2009/06/15/custom-ringtone-added-to-env-touch-with-sd-card/</link>
		<comments>http://www.1stbyte.com/2009/06/15/custom-ringtone-added-to-env-touch-with-sd-card/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 05:55:52 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Env Touch]]></category>

		<guid isPermaLink="false">http://www.1stbyte.com/2009/06/15/custom-ringtone-added-to-env-touch-with-sd-card/</guid>
		<description><![CDATA[It&#8217;s possible to email an mp3 as a TXT message to yourself, but that&#8217;s not going to work for me. I suppose there are other&#8217;s out there like myself, that do not have any data on their plan. I do have text messages, but no data, so no pictures or audio can text to me [...]]]></description>
		<wfw:commentRss>http://www.1stbyte.com/2009/06/15/custom-ringtone-added-to-env-touch-with-sd-card/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>test</title>
		<link>http://www.1stbyte.com/2008/08/22/test/</link>
		<comments>http://www.1stbyte.com/2008/08/22/test/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 18:54:45 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.1stbyte.com/2008/08/22/test/</guid>
		<description><![CDATA[See how they run  ]]></description>
		<wfw:commentRss>http://www.1stbyte.com/2008/08/22/test/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

