<?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>Etdot.com</title>
	<atom:link href="http://www.etdot.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.etdot.com</link>
	<description>stuff 'n things</description>
	<lastBuildDate>Tue, 15 Nov 2011 02:07:53 +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>Unable to stop services for VMWare Server 2.0</title>
		<link>http://www.etdot.com/2011/11/14/unable-to-stop-services-for-vmware-server-2-0/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=unable-to-stop-services-for-vmware-server-2-0</link>
		<comments>http://www.etdot.com/2011/11/14/unable-to-stop-services-for-vmware-server-2-0/#comments</comments>
		<pubDate>Tue, 15 Nov 2011 02:07:53 +0000</pubDate>
		<dc:creator>etdot</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.etdot.com/?p=336</guid>
		<description><![CDATA[After updating packages on my Ubuntu Server I ran into problems trying to reconfigure VMWare Server. Each time I tried I received the error: &#8220;Unable to stop services for VMware Server&#8221;. I discovered that there was a hidden flag that could be used to get past this issue. So, I ran the following and was [...]]]></description>
		<wfw:commentRss>http://www.etdot.com/2011/11/14/unable-to-stop-services-for-vmware-server-2-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backup your WordPress database and files automatically</title>
		<link>http://www.etdot.com/2011/11/10/backup-your-wordpress-database-and-files-automatically/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=backup-your-wordpress-database-and-files-automatically</link>
		<comments>http://www.etdot.com/2011/11/10/backup-your-wordpress-database-and-files-automatically/#comments</comments>
		<pubDate>Fri, 11 Nov 2011 04:48:07 +0000</pubDate>
		<dc:creator>etdot</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.etdot.com/?p=331</guid>
		<description><![CDATA[I found this great WordPress plugin today that not only allows you to easily backup both the WordPress database AND files but also lets you schedule automatic backups. In addition to that it provides many options for offline storage of the backups which would prove very useful should your web server go down. Offline storage [...]]]></description>
		<wfw:commentRss>http://www.etdot.com/2011/11/10/backup-your-wordpress-database-and-files-automatically/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jimmy Kimmel &#8211; I Told My Kids I Ate All Their Halloween Candy</title>
		<link>http://www.etdot.com/2011/11/05/ate_kids_halloween_candy_video/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ate_kids_halloween_candy_video</link>
		<comments>http://www.etdot.com/2011/11/05/ate_kids_halloween_candy_video/#comments</comments>
		<pubDate>Sat, 05 Nov 2011 22:32:38 +0000</pubDate>
		<dc:creator>etdot</dc:creator>
				<category><![CDATA[Humor]]></category>

		<guid isPermaLink="false">http://www.etdot.com/?p=326</guid>
		<description><![CDATA[See what happens when you tell your kids you ate their Halloween candy.]]></description>
		<wfw:commentRss>http://www.etdot.com/2011/11/05/ate_kids_halloween_candy_video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to get the IUSR and IWAM user account passwords on an IIS server</title>
		<link>http://www.etdot.com/2011/08/29/how-to-get-the-iusr-and-iwam-user-account-passwords-on-an-iis-server/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-get-the-iusr-and-iwam-user-account-passwords-on-an-iis-server</link>
		<comments>http://www.etdot.com/2011/08/29/how-to-get-the-iusr-and-iwam-user-account-passwords-on-an-iis-server/#comments</comments>
		<pubDate>Mon, 29 Aug 2011 19:09:52 +0000</pubDate>
		<dc:creator>etdot</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[iis]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.etdot.com/?p=322</guid>
		<description><![CDATA[Edit the script, C:\Inetpub\AdminScripts\Adsutil.vbs. Change this line: IsSecureProperty = True to: IsSecureProperty = False Now you can find the IUSR account password by using the Adsutil.vbs tool. Open up command prompt and navigate to C:\Inetpub\AdminScripts. Run either of the following commands: cscript.exe adsutil.vbs get w3svc/anonymoususerpass cscript.exe adsutil.vbs get w3svc/wamuserpass to display the IUSR and IWAM [...]]]></description>
		<wfw:commentRss>http://www.etdot.com/2011/08/29/how-to-get-the-iusr-and-iwam-user-account-passwords-on-an-iis-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mobile Phone Eavesdropping Made Easy: Hackers Crack GPRS Encryption</title>
		<link>http://www.etdot.com/2011/08/17/mobile-phone-eavesdropping-made-easy-hackers-crack-gprs-encryption-pcworld/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mobile-phone-eavesdropping-made-easy-hackers-crack-gprs-encryption-pcworld</link>
		<comments>http://www.etdot.com/2011/08/17/mobile-phone-eavesdropping-made-easy-hackers-crack-gprs-encryption-pcworld/#comments</comments>
		<pubDate>Thu, 18 Aug 2011 02:18:12 +0000</pubDate>
		<dc:creator>etdot</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[In the News]]></category>
		<category><![CDATA[hacks]]></category>

		<guid isPermaLink="false">http://www.etdot.com/?p=318</guid>
		<description><![CDATA[How creepy would it be if it were easy to snoop and intercept all those texts, emails and photos you send over your mobile phone? Do you think that&#8217;s impossible, that the majority of the world&#8217;s mobile Internet traffic is protected by encryption? Think again. via Mobile Phone Eavesdropping Made Easy: Hackers Crack GPRS Encryption [...]]]></description>
		<wfw:commentRss>http://www.etdot.com/2011/08/17/mobile-phone-eavesdropping-made-easy-hackers-crack-gprs-encryption-pcworld/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Keeping up with the hackers (chart) &#124; InSecurity Complex &#8211; CNET News</title>
		<link>http://www.etdot.com/2011/08/17/keeping-up-with-the-hackers-chart-insecurity-complex-cnet-news/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=keeping-up-with-the-hackers-chart-insecurity-complex-cnet-news</link>
		<comments>http://www.etdot.com/2011/08/17/keeping-up-with-the-hackers-chart-insecurity-complex-cnet-news/#comments</comments>
		<pubDate>Thu, 18 Aug 2011 02:14:48 +0000</pubDate>
		<dc:creator>etdot</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[In the News]]></category>
		<category><![CDATA[hacks]]></category>

		<guid isPermaLink="false">http://www.etdot.com/?p=316</guid>
		<description><![CDATA[CNET has an brief article about the major hacks of the year: Keeping up with the hackers (chart) &#124; InSecurity Complex &#8211; CNET News. You can view the direct link to the spreadsheet here.]]></description>
		<wfw:commentRss>http://www.etdot.com/2011/08/17/keeping-up-with-the-hackers-chart-insecurity-complex-cnet-news/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sync OneNote 2010 to Office Live for Editing Anywhere &#8211; How-To Geek</title>
		<link>http://www.etdot.com/2011/08/17/sync-onenote-2010-to-office-live-for-editing-anywhere-how-to-geek/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=sync-onenote-2010-to-office-live-for-editing-anywhere-how-to-geek</link>
		<comments>http://www.etdot.com/2011/08/17/sync-onenote-2010-to-office-live-for-editing-anywhere-how-to-geek/#comments</comments>
		<pubDate>Thu, 18 Aug 2011 02:09:08 +0000</pubDate>
		<dc:creator>etdot</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[office]]></category>
		<category><![CDATA[office 2010]]></category>
		<category><![CDATA[onenote]]></category>
		<category><![CDATA[skydrive]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.etdot.com/?p=314</guid>
		<description><![CDATA[Do you enjoy the rich feature set of OneNote but prefer Evernote’s online syncing? Here’s how you can get the best of both worlds with OneNote 2010 and the free Office Web Apps. via Sync OneNote 2010 to Office Live for Editing Anywhere &#8211; How-To Geek.]]></description>
		<wfw:commentRss>http://www.etdot.com/2011/08/17/sync-onenote-2010-to-office-live-for-editing-anywhere-how-to-geek/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FaceNiff makes Facebook hacking a portable, one-tap affair (video) &#8212; Engadget</title>
		<link>http://www.etdot.com/2011/08/11/faceniff-makes-facebook-hacking-a-portable-one-tap-affair-video-engadget/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=faceniff-makes-facebook-hacking-a-portable-one-tap-affair-video-engadget</link>
		<comments>http://www.etdot.com/2011/08/11/faceniff-makes-facebook-hacking-a-portable-one-tap-affair-video-engadget/#comments</comments>
		<pubDate>Fri, 12 Aug 2011 04:17:41 +0000</pubDate>
		<dc:creator>etdot</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[social networking]]></category>

		<guid isPermaLink="false">http://www.etdot.com/?p=312</guid>
		<description><![CDATA[This Android app listens in on WiFi networks (even ones encrypted with WEP, WPA, or WPA2) and lets you hop on to the accounts of anyone sharing the wireless connection with you. Right now it works with Facebook, Twitter, YouTube, and Nasza-Klasa (a Polish Facebook clone), but developer Bartosz Ponurkiewicz promises more are coming. via [...]]]></description>
		<wfw:commentRss>http://www.etdot.com/2011/08/11/faceniff-makes-facebook-hacking-a-portable-one-tap-affair-video-engadget/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remove your name and photo from LinkedIn Social Advertising Privacy Setting</title>
		<link>http://www.etdot.com/2011/08/11/remove-your-name-and-photo-from-linkedin-social-advertising-privacy-setting/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=remove-your-name-and-photo-from-linkedin-social-advertising-privacy-setting</link>
		<comments>http://www.etdot.com/2011/08/11/remove-your-name-and-photo-from-linkedin-social-advertising-privacy-setting/#comments</comments>
		<pubDate>Fri, 12 Aug 2011 02:54:32 +0000</pubDate>
		<dc:creator>etdot</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[social networking]]></category>

		<guid isPermaLink="false">http://www.etdot.com/?p=310</guid>
		<description><![CDATA[If you are a user of LinkedIn and want to protect your privacy you may want to consider disabling their Social Advertising feature which gives them permission to use your name and photo in advertisements. Just do the following: 1) Click on your name in the upper right hand corner and click the Settings link. [...]]]></description>
		<wfw:commentRss>http://www.etdot.com/2011/08/11/remove-your-name-and-photo-from-linkedin-social-advertising-privacy-setting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8216;War texting&#8217; lets hackers unlock car doors via SMS &#8211; Computerworld</title>
		<link>http://www.etdot.com/2011/07/29/war-texting-lets-hackers-unlock-car-doors-via-sms-computerworld/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=war-texting-lets-hackers-unlock-car-doors-via-sms-computerworld</link>
		<comments>http://www.etdot.com/2011/07/29/war-texting-lets-hackers-unlock-car-doors-via-sms-computerworld/#comments</comments>
		<pubDate>Fri, 29 Jul 2011 14:42:36 +0000</pubDate>
		<dc:creator>etdot</dc:creator>
				<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://www.etdot.com/?p=307</guid>
		<description><![CDATA[A classic case of manufacturers ignoring or oblivious to security concerns. &#8216;War texting&#8217; lets hackers unlock car doors via SMS &#8211; Computerworld.]]></description>
		<wfw:commentRss>http://www.etdot.com/2011/07/29/war-texting-lets-hackers-unlock-car-doors-via-sms-computerworld/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

