<?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>Dan Antonielli &#187; install</title>
	<atom:link href="http://www.danantonielli.com/tag/install/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.danantonielli.com</link>
	<description>The personal page of Dan Antonielli</description>
	<lastBuildDate>Sat, 21 Jan 2012 20:02:08 +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>Install PLEX on Apple TV 4.4.4 &#8211; Windows Guide</title>
		<link>http://www.danantonielli.com/2012/01/01/install-plex-on-apple-tv-4-4-4-guide/</link>
		<comments>http://www.danantonielli.com/2012/01/01/install-plex-on-apple-tv-4-4-4-guide/#comments</comments>
		<pubDate>Mon, 02 Jan 2012 07:02:36 +0000</pubDate>
		<dc:creator>Dan Antonielli</dc:creator>
				<category><![CDATA[Apple Products]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[0.9.0]]></category>
		<category><![CDATA[4.4.4]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[Apple TV]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[plex]]></category>
		<category><![CDATA[putty]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.danantonielli.com/?p=222</guid>
		<description><![CDATA[<p>This is a quick tutorial on how to install Plex 0.9.0 Beta on your  Jailbreaken Apple TV with firmware 4.4.4. This entire tutorial was done using Windows 7.</p> <p>What you will need to do this:</p> Jailbroken Apple TV 2 (4.4.4 will be used in this tutorial) How To Putty SSH Client (Or equivalent) Download <p>Step 1: Turn your [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-239" style="margin-top: 0px; margin-bottom: 0px; margin-left: 10px; margin-right: 0px;" src="http://www.danantonielli.com/wp-content/uploads/2012/01/plexlogo.png" alt="" width="200" height="200" />This is a quick tutorial on how to install<strong> Plex 0.9.0 Beta</strong> on your <strong> Jailbreaken Apple TV</strong> with <strong>firmware 4.4.4</strong>. This entire tutorial was done using Windows 7.</p>
<p><strong>What you will need to do this:</strong></p>
<ul>
<li>Jailbroken Apple TV 2 (4.4.4 will be used in this tutorial) <a title="Jailbreak Your Apple TV" href="http://www.danantonielli.com/2012/01/01/jailbreak-apple-tv-4-4-4-guide/">How To</a></li>
<li>Putty SSH Client (Or equivalent) <a title="Download Putty" href="http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html" target="_blank">Download</a></li>
</ul>
<p><strong>Step 1:</strong> Turn your Apple TV on and navigate to<em><strong> Settings &gt; General &gt; Network.</strong></em> Write down the numbers next to the<strong> “IP Address”</strong> field. For this demo I am going to use <strong>“192.168.0.114″</strong></p>
<p><strong><span id="more-222"></span><img class="size-full wp-image-262 aligncenter" title="" src="http://www.danantonielli.com/wp-content/uploads/2012/01/first.png" alt="" width="334" height="222" /></strong></p>
<p><strong>Step 2:</strong> Launch <strong>Putty.exe</strong> …You should not have to install this application.</p>
<p><img class="size-full wp-image-250 aligncenter" title="" src="http://www.danantonielli.com/wp-content/uploads/2012/01/pstep2.png" alt="" width="464" height="446" /></p>
<p><strong>Step 3:</strong> Enter your Apple TVs IP Address under the <strong>“Host Name (or IP address)”</strong> field and hit enter. The first time you do this it will take a longer amount of time and warn you about security. Click<strong> &#8220;Yes&#8221; </strong>on the pop-up.</p>
<p><img class="size-full wp-image-248 aligncenter" title="" src="http://www.danantonielli.com/wp-content/uploads/2012/01/pstep3.png" alt="" width="500" height="338" /></p>
<p><strong>Step 4:</strong> It will ask you<strong> “login as:”</strong> enter <strong>“root”</strong> to log in as the root user and hit enter.</p>
<p><img class="size-full wp-image-261 aligncenter" title="" src="http://www.danantonielli.com/wp-content/uploads/2012/01/pstep4.png" alt="" width="500" height="60" /></p>
<p><strong>Step 5:</strong> It will ask you for your root user password. Enter the default password of  <strong>”alpine”</strong> and hit enter. <em>(the password will not show as you type)</em></p>
<p><img class="size-full wp-image-254 aligncenter" title="" src="http://www.danantonielli.com/wp-content/uploads/2012/01/pstep51.png" alt="" width="500" height="103" /></p>
<p><strong>Step 6:</strong> Now you have to add new Cydia sources. Copy the text below, right click in Putty to paste it, click enter when done.</p>
<blockquote>
<p style="text-align: center;"><code>echo "deb http://www.ambertation.de ./downloads/PLEX/" &gt; /etc/apt/sources.list.d/plex.list</code></p>
</blockquote>
<p><img class="size-full wp-image-256 aligncenter" title="" src="http://www.danantonielli.com/wp-content/uploads/2012/01/pstep6.png" alt="" width="500" height="97" /></p>
<p><strong>Step 7:</strong> Now you have update your Cydia database. Copy the text below, right click in Putty to paste it, click enter when done. It may ask you a couple of yes or no questions. Answer <strong>&#8220;y&#8221;</strong> every time.</p>
<blockquote>
<p style="text-align: center;"><code>apt-get update</code></p>
</blockquote>
<p><img class="size-full wp-image-258 aligncenter" title="" src="http://www.danantonielli.com/wp-content/uploads/2012/01/pstep7.png" alt="" width="500" height="97" /></p>
<p><strong>Step 8:</strong> Install Plex for Apple TV 4.4.4. Copy the text below, right click in Putty to paste it, click enter when done.  It may ask you a couple of yes or no questions. Answer <strong>&#8220;y&#8221;</strong> every time.</p>
<blockquote>
<p style="text-align: center;"><code>apt-get install com.plex.client-plugin=0.0.9.0.0-312c11b0</code></p>
</blockquote>
<p><img class="size-full wp-image-260 aligncenter" title="" src="http://www.danantonielli.com/wp-content/uploads/2012/01/pstep8.png" alt="" width="500" height="313" /><strong>Step 9:</strong> Apple TV will reboot and you will see a PLEX menu now.</p>
<p><img class="size-full wp-image-263 aligncenter" title="" src="http://www.danantonielli.com/wp-content/uploads/2012/01/finalstep.png" alt="" width="417" height="273" /></p>
<p>Enjoy <img src='http://www.danantonielli.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.danantonielli.com/2012/01/01/install-plex-on-apple-tv-4-4-4-guide/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Windows 7 installation hangs at &quot;Completing Installation&quot; &#8211; FIX</title>
		<link>http://www.danantonielli.com/2009/05/20/windows-7-installation-hangs-at-completing-installation-fix/</link>
		<comments>http://www.danantonielli.com/2009/05/20/windows-7-installation-hangs-at-completing-installation-fix/#comments</comments>
		<pubDate>Thu, 21 May 2009 04:34:27 +0000</pubDate>
		<dc:creator>Dan Antonielli</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Completing Installation]]></category>
		<category><![CDATA[Dan Antonielli]]></category>
		<category><![CDATA[freezes]]></category>
		<category><![CDATA[hangs]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[RC 7100]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.danantonielli.com/?p=13</guid>
		<description><![CDATA[<p>I have seen the following issue posted a few times now</p> <p>Directly after the first restart the installer hangs on &#8220;Completing Installation&#8221;</p> <p>I have installed Windows 7 on all of my machines (The RC 7100 build) ranging form Netbooks to Quad-Core powerhouses with 8gigs of RAM.  Recently I ran into this issue and figured out [...]]]></description>
			<content:encoded><![CDATA[<p>I have seen the following issue posted a few times now</p>
<blockquote><p>Directly after the first restart the installer hangs on &#8220;Completing Installation&#8221;</p></blockquote>
<p>I have installed Windows 7 on all of my machines (The RC 7100 build) ranging form Netbooks to Quad-Core powerhouses with 8gigs of RAM.  Recently I ran into this issue and figured out what I was doing wrong after 2 failed attempts.</p>
<p>On the <strong>&#8220;Where do you want to install Windows&#8221;</strong> page I was just formatting the partition I wanted and clicking<strong> &#8220;Next&#8221;</strong></p>
<p><strong>THAT IS WHAT I DID WRONG!</strong></p>
<p><em>I did the following and it was smooth sailing from there.</em></p>
<p><span style="font-family: mceinline;"><strong>DO NOT</strong></span> just hit <strong>&#8220;Format&#8221;</strong></p>
<p><strong>&#8220;Delete&#8221;</strong> then <strong>&#8220;Allocate&#8221;</strong></p>
<p><span id="more-13"></span>It will then create 2 partitions.</p>
<p><strong>Par 1 </strong> &#8211;  Will be called &#8220;System Allocated&#8221; and only be 100mb ( This was the key )</p>
<p><strong>Par 2</strong> &#8211;  Will be your new OS volume</p>
<p><em>( You can also just leave the area &#8220;Unallocated&#8221; and click &#8220;Next&#8221; )</em></p>
<div id="attachment_17" class="wp-caption alignnone" style="width: 310px"><a href="http://www.danantonielli.com/wp-content/uploads/2009/05/w7install1.jpg" rel="lightbox[13]"><img class="size-medium wp-image-17" title="W7 Install Screenshot" src="http://www.danantonielli.com/wp-content/uploads/2009/05/w7install-300x224.jpg" alt="Where do you want to install Windows?" width="300" height="224" /></a><p class="wp-caption-text">Where do you want to install Windows?</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.danantonielli.com/2009/05/20/windows-7-installation-hangs-at-completing-installation-fix/feed/</wfw:commentRss>
		<slash:comments>85</slash:comments>
		</item>
	</channel>
</rss>

