<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://driveactivated.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Drive:Activated - All Comments</title><link>http://driveactivated.com/blog/default.aspx</link><description>The name&amp;#39;s Sam, and this is my shameless self-promoting (sometimes deprecating) attention-seeking (time-wasting) machine.</description><dc:language>en</dc:language><generator>CommunityServer 2007.1 (Build: 21119.1142)</generator><item><title>re: Get Windows to find your Apple Airport Extreme</title><link>http://driveactivated.com/blog/archive/2007/05/19/get-windows-to-find-your-apple-airport-extreme.aspx#956</link><pubDate>Wed, 06 Aug 2008 17:40:19 GMT</pubDate><guid isPermaLink="false">a6ad56f3-672a-4869-8ea2-4a03165d64f8:956</guid><dc:creator>Dave</dc:creator><description>&lt;p&gt;I had a similar situation. My roomate has a mac and an airport, me with two pcs (one laptop both running vista premium, 1 32bit other 64 bit).&lt;/p&gt;
&lt;p&gt;My computers saw the network but were unable to connect. After trying to install the utility with no success, using his mac, I retrieved the hexidecimal conversion of the wireless network password. After inserting that when windows prompted me for the password, the computers connected right away and now work with a hitch. &lt;/p&gt;
&lt;p&gt;I believe he went to the airport where you can configure the network and change the password etc...&lt;/p&gt;
&lt;img src="http://driveactivated.com/aggbug.aspx?PostID=956" width="1" height="1"&gt;</description></item><item><title>re: Recovering VMware snapshot after parent changed</title><link>http://driveactivated.com/blog/archive/2007/11/06/recovering-vmware-snapshot-after-parent-changed.aspx#955</link><pubDate>Sun, 03 Aug 2008 09:56:29 GMT</pubDate><guid isPermaLink="false">a6ad56f3-672a-4869-8ea2-4a03165d64f8:955</guid><dc:creator>Martin</dc:creator><description>&lt;p&gt;Great solution!!&lt;/p&gt;
&lt;p&gt;It save me a lot of time. Because I don't have to reinstall the hole system.&lt;/p&gt;
&lt;p&gt;Thankyou very much. &lt;/p&gt;
&lt;img src="http://driveactivated.com/aggbug.aspx?PostID=955" width="1" height="1"&gt;</description></item><item><title>re: Fueling the Linux battle practically - part 1</title><link>http://driveactivated.com/blog/archive/2007/01/17/fueling-the-linux-battle-practically-part-1.aspx#954</link><pubDate>Fri, 01 Aug 2008 22:21:02 GMT</pubDate><guid isPermaLink="false">a6ad56f3-672a-4869-8ea2-4a03165d64f8:954</guid><dc:creator>robotii</dc:creator><description>&lt;p&gt;Interesting post - in fact an interesting set of posts, but have you considered the following. &lt;/p&gt;
&lt;p&gt;&amp;quot;And so we come to the biggest problem of all when it comes to new users and Linux:&lt;/p&gt;
&lt;p&gt;They find out they're not wanted.&lt;/p&gt;
&lt;p&gt;&amp;quot;&lt;/p&gt;
&lt;p&gt;From &lt;a rel="nofollow" target="_new" href="http://linux.oneandoneis2.org/LNW.htm"&gt;linux.oneandoneis2.org/LNW.htm&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;That by the way is an interesting take on the problem, approaching it from a slightly different perspective.&lt;/p&gt;
&lt;img src="http://driveactivated.com/aggbug.aspx?PostID=954" width="1" height="1"&gt;</description></item><item><title>how does an accelerometer work</title><link>http://driveactivated.com/blog/archive/2008/06/03/it-s-chumby-time.aspx#953</link><pubDate>Thu, 31 Jul 2008 20:33:03 GMT</pubDate><guid isPermaLink="false">a6ad56f3-672a-4869-8ea2-4a03165d64f8:953</guid><dc:creator>how does an accelerometer work</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;how does an accelerometer work&lt;/p&gt;
&lt;img src="http://driveactivated.com/aggbug.aspx?PostID=953" width="1" height="1"&gt;</description></item><item><title>re: Recovering VMware snapshot after parent changed</title><link>http://driveactivated.com/blog/archive/2007/11/06/recovering-vmware-snapshot-after-parent-changed.aspx#952</link><pubDate>Thu, 31 Jul 2008 01:37:01 GMT</pubDate><guid isPermaLink="false">a6ad56f3-672a-4869-8ea2-4a03165d64f8:952</guid><dc:creator>Tang</dc:creator><description>&lt;p&gt;I have solve the issue follow your steps.&lt;/p&gt;
&lt;p&gt;But I didn't work in Linux.&lt;/p&gt;
&lt;p&gt;I make a simple tool for windows.&lt;/p&gt;
&lt;p&gt;Main Code:&lt;/p&gt;
&lt;p&gt;try&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;txtResult.Clear();&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;StreamReader sr = new StreamReader(txtPath.Text);&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;decimal Up = nudLines.Value;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;decimal i = 0;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;while (i &amp;lt; Up)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;txtResult.Text += sr.ReadLine();&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;txtResult.AppendText(&amp;quot;\r\n&amp;quot;);&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;i++;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;sr.Close();&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;catch (Exception ex)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;MessageBox.Show(ex.ToString());&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;/p&gt;
&lt;img src="http://driveactivated.com/aggbug.aspx?PostID=952" width="1" height="1"&gt;</description></item><item><title>What is aldactone used for.</title><link>http://driveactivated.com/blog/archive/2007/01/07/groovr-ups-the-ante.aspx#951</link><pubDate>Wed, 30 Jul 2008 23:08:01 GMT</pubDate><guid isPermaLink="false">a6ad56f3-672a-4869-8ea2-4a03165d64f8:951</guid><dc:creator>Aldactone hyperkalemia.</dc:creator><description>&lt;p&gt;Aldactone.&lt;/p&gt;
&lt;img src="http://driveactivated.com/aggbug.aspx?PostID=951" width="1" height="1"&gt;</description></item><item><title>re: Vista dual-booting "/ntldr missing or corrupt" fix</title><link>http://driveactivated.com/blog/archive/2006/12/11/vista-dual-booting-ntldr-missing-or-corrupt-fix.aspx#950</link><pubDate>Wed, 30 Jul 2008 18:41:14 GMT</pubDate><guid isPermaLink="false">a6ad56f3-672a-4869-8ea2-4a03165d64f8:950</guid><dc:creator>Rave</dc:creator><description>&lt;p&gt;That did not solved my Problem.&lt;/p&gt;
&lt;img src="http://driveactivated.com/aggbug.aspx?PostID=950" width="1" height="1"&gt;</description></item><item><title>re: Vista dual-booting "/ntldr missing or corrupt" fix</title><link>http://driveactivated.com/blog/archive/2006/12/11/vista-dual-booting-ntldr-missing-or-corrupt-fix.aspx#949</link><pubDate>Wed, 30 Jul 2008 18:39:04 GMT</pubDate><guid isPermaLink="false">a6ad56f3-672a-4869-8ea2-4a03165d64f8:949</guid><dc:creator>Rave</dc:creator><description>&lt;p&gt;That did not solved my Problem.&lt;/p&gt;
&lt;img src="http://driveactivated.com/aggbug.aspx?PostID=949" width="1" height="1"&gt;</description></item><item><title>re: Vista dual-booting "/ntldr missing or corrupt" fix</title><link>http://driveactivated.com/blog/archive/2006/12/11/vista-dual-booting-ntldr-missing-or-corrupt-fix.aspx#948</link><pubDate>Wed, 30 Jul 2008 17:18:38 GMT</pubDate><guid isPermaLink="false">a6ad56f3-672a-4869-8ea2-4a03165d64f8:948</guid><dc:creator>Deebo</dc:creator><description>&lt;p&gt;Thanks so much BJD955!&lt;/p&gt;
&lt;img src="http://driveactivated.com/aggbug.aspx?PostID=948" width="1" height="1"&gt;</description></item><item><title>What are the side effects of propecia.</title><link>http://driveactivated.com/blog/archive/2007/10/29/stop-3-from-fudging-up-your-windows-mobile-clock.aspx#947</link><pubDate>Wed, 30 Jul 2008 10:23:38 GMT</pubDate><guid isPermaLink="false">a6ad56f3-672a-4869-8ea2-4a03165d64f8:947</guid><dc:creator>Propecia fact.</dc:creator><description>&lt;p&gt;Propecia generic.&lt;/p&gt;
&lt;img src="http://driveactivated.com/aggbug.aspx?PostID=947" width="1" height="1"&gt;</description></item><item><title>Lexapro forum.</title><link>http://driveactivated.com/blog/archive/2007/05/01/got-plastered-at-the-local.aspx#946</link><pubDate>Sun, 27 Jul 2008 09:14:00 GMT</pubDate><guid isPermaLink="false">a6ad56f3-672a-4869-8ea2-4a03165d64f8:946</guid><dc:creator>Lexapro and side effects.</dc:creator><description>&lt;p&gt;Generic lexapro. Success stories with lexapro. Lexapro. Gain weight on lexapro.&lt;/p&gt;
&lt;img src="http://driveactivated.com/aggbug.aspx?PostID=946" width="1" height="1"&gt;</description></item><item><title>Propecia finasteride precautions amp side effects.</title><link>http://driveactivated.com/blog/archive/2007/05/19/get-windows-to-find-your-apple-airport-extreme.aspx#945</link><pubDate>Sat, 26 Jul 2008 12:59:15 GMT</pubDate><guid isPermaLink="false">a6ad56f3-672a-4869-8ea2-4a03165d64f8:945</guid><dc:creator>Generic propecia.</dc:creator><description>&lt;p&gt;Propecia. Effects of propecia. Propecia baldness. Purchase propecia without prescription. Propecia reverse impotence. Propecia side effects fre. Buy propecia international pharmacy.&lt;/p&gt;
&lt;img src="http://driveactivated.com/aggbug.aspx?PostID=945" width="1" height="1"&gt;</description></item><item><title>re: Get Windows to find your Apple Airport Extreme</title><link>http://driveactivated.com/blog/archive/2007/05/19/get-windows-to-find-your-apple-airport-extreme.aspx#944</link><pubDate>Thu, 17 Jul 2008 23:17:08 GMT</pubDate><guid isPermaLink="false">a6ad56f3-672a-4869-8ea2-4a03165d64f8:944</guid><dc:creator>Namanononomolous</dc:creator><description>&lt;p&gt;Ugh Thank god for this page of tips, questions and comments. I spent 5 days trying to connect my Vista based laptop to my Airport so I could use Vista/360 Media Center Experience. &lt;/p&gt;
&lt;p&gt;My vista laptop would see the Airport and show the signal was very strong but every time I entered in the WPA Personal password it told me it was incorrect. My other laptop which is running on XP SP1 connects just fine.&lt;/p&gt;
&lt;p&gt;All I had to do was take down the security down a few notches to WEP and change the channel to 11 and I'm now trying to figure out how to transfer all my music from my laptop to my 360 so I don't have to burn every single disc again.&lt;/p&gt;
&lt;img src="http://driveactivated.com/aggbug.aspx?PostID=944" width="1" height="1"&gt;</description></item><item><title>re: Recovering VMware snapshot after parent changed</title><link>http://driveactivated.com/blog/archive/2007/11/06/recovering-vmware-snapshot-after-parent-changed.aspx#929</link><pubDate>Sat, 28 Jun 2008 10:59:28 GMT</pubDate><guid isPermaLink="false">a6ad56f3-672a-4869-8ea2-4a03165d64f8:929</guid><dc:creator>redfive</dc:creator><description>&lt;p&gt;A MLLION THANKS!&lt;/p&gt;
&lt;p&gt;I messed the VMDKs of our main production server after attaching the main VMDK to another virtual machine to add some Windows files. When I attached the HD to the original virtual machine, I didn't boot any more, came up with the dreaded &amp;quot;parent modified...&amp;quot; message.&lt;/p&gt;
&lt;p&gt;Fixed it on ESX server 3.5 from the console, with &amp;quot;head --lines=20&amp;quot; and &amp;quot;nano&amp;quot;, following your instructions. Worked perfectly! the main file was 137Gb and there was 3 snapshot files, about 10Gb each. The snapshots were linked from last to first and then to the main file (3-&amp;gt;2-&amp;gt;1-&amp;gt;original)&lt;/p&gt;
&lt;p&gt;After fixing the CIDs, the machine worked fine, even after having writing and then deleting some files inside the VMDK.&lt;/p&gt;
&lt;p&gt;You are a Star!&lt;/p&gt;
&lt;p&gt;Angel, Santiago de Compostela, Spain.&lt;/p&gt;
&lt;img src="http://driveactivated.com/aggbug.aspx?PostID=929" width="1" height="1"&gt;</description></item><item><title>ssh iphone</title><link>http://driveactivated.com/blog/archive/2008/06/03/it-s-chumby-time.aspx#928</link><pubDate>Sat, 28 Jun 2008 07:09:06 GMT</pubDate><guid isPermaLink="false">a6ad56f3-672a-4869-8ea2-4a03165d64f8:928</guid><dc:creator>ssh iphone</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;ssh iphone&lt;/p&gt;
&lt;img src="http://driveactivated.com/aggbug.aspx?PostID=928" width="1" height="1"&gt;</description></item></channel></rss>