<?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>pepechingon.com &#187; Software</title>
	<atom:link href="http://pepechingon.com/category/technology/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://pepechingon.com</link>
	<description>Because all the other nonsense is not enough...</description>
	<lastBuildDate>Mon, 26 Jul 2010 14:32:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Complete Hyper-V based lab on your laptop part 1</title>
		<link>http://pepechingon.com/hyper-v-based-lab-on-your-laptop-part-1/</link>
		<comments>http://pepechingon.com/hyper-v-based-lab-on-your-laptop-part-1/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 14:32:54 +0000</pubDate>
		<dc:creator>J Sanchez</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://pepechingon.com/?p=393</guid>
		<description><![CDATA[All the stars have aligned to make it relatively easy to have an enterprise level lab on a single machine. In this two-part article I will explain how to set up a full Hyper-V based windows domain test enviroment. The Hardware For a long time hardware has...]]></description>
			<content:encoded><![CDATA[<p>All the stars have aligned to make it relatively easy to have an enterprise level lab on a single machine. In this two-part article I will explain how to set up a full <a href="http://www.microsoft.com/windowsserver2008/en/us/hyperv-main.aspx">Hyper-V</a> based windows domain test enviroment.</p>
<p><span style="text-decoration: underline;"><strong>The Hardware</strong></span></p>
<p><strong><span style="font-weight: normal;">For a long time hardware has outpaced software, and we now have powerful enough consumer machines  to run one or more VM&#8217;s on something as portable as a laptop. I used a Dell Precision M4400 with an Intel CORE 2 duo @ 2.54GHZ, 320GB HD and 4GbB of ram. This should work on any other machine with similar specs.</span></strong></p>
<p><strong><span style="text-decoration: underline;">The Software</span></strong></p>
<p><a href="http://www.microsoft.com/en/us/default.aspx">Microsoft</a> has made software easily available for people interested in learning <a href="http://www.microsoft.com/en/us/default.aspx">Microsoft</a> products through programs like <a href="https://www.dreamspark.com/default.aspx">DreamSpark</a> and <a href="http://technet.microsoft.com/en-us/subscriptions/default.aspx">Technet</a>. <a href="https://www.dreamspark.com/default.aspx">DreamSpark</a> is program aimed at students that allows them to download fully licensed copies of software, they would otherwise not be able to afford, all completely free. <a href="http://www.microsoft.com/windowsserver2008/en/us/default.aspx">Windows Server 2008</a>, <a href="http://www.microsoft.com/windowsserver2008/en/us/whats-new.aspx">Windows Server 2008 R</a>2 and <a href="http://en.wikipedia.org/wiki/Windows_Server_2003">Windows Server 2003</a> are all part of the <a href="https://www.dreamspark.com/default.aspx">DreamSpark</a> program. <a href="http://technet.microsoft.com/en-us/subscriptions/default.aspx">Technet</a> is aimed at professionals who are looking to extend their skills and get knee deep in <a href="http://www.microsoft.com/en/us/default.aspx">Microsoft </a>technologies. With subscriptions starting as low as $199.,00 for a one year subscription, subscribers have access to a vast array of fully functional licensed <a href="http://www.microsoft.com/en/us/default.aspx">Microsoft</a> Products including <a href="http://www.microsoft.com/windows/windows-7/default.aspx">Windows 7</a>, <a href="http://www.microsoft.com/windowsserver2008/en/us/default.aspx">Server 2008</a> and <a href="http://www.microsoft.com/windowsserver2008/en/us/whats-new.aspx">Server 2008 R2</a>. For this lab I used <a href="http://www.microsoft.com/windowsserver2008/en/us/whats-new.aspx">Windows Server 2008 R2</a>.</p>
<p><strong><span style="text-decoration: underline;">Installing Server 2008 R2 on a VHD</span></strong></p>
<p>With <a href="http://www.microsoft.com/windows/windows-7/default.aspx">Windows 7</a> and<a href="http://www.microsoft.com/windowsserver2008/en/us/default.aspx"> Windows Server 2008</a> you have the option to boot of a VHD. This allows you to keep your current configuration intact and dual boot  <a href="http://www.microsoft.com/windowsserver2008/en/us/default.aspx">Server 2008</a> and your current <a href="http://www.microsoft.com/windows/windows-7/default.aspx">Windows 7</a> installation without having to partition your disk.</p>
<p style="padding-left: 30px;">We will first create a virtual disk using diskpart, mount it and install <a href="http://www.microsoft.com/windowsserver2008/en/us/default.aspx">Windows Server 2008</a> on the virtual disk.</p>
<ol>
<li>Create a folder in your c: drive and name it VHDS</li>
<li>Open a command prompt and type DISKPART and hit enter.</li>
<li>Once in diskpart type SEL DISK 0 and hit enter.</li>
<li>Once the disk has been selected type CREATE VDISK FILE=C:\VHDS\WINDOWS2008R2.VHD MAXIMUM=100000 TYPE=EXPANDABLE and hit enter. This will create a 100GB expandable virtual disk.</li>
<li>Once the disk has successfully been created. Boot  your machine from the Windows 2008 R2 DVD.</li>
<li>Click next on the language selection screen and hit SHIFT+F10 on the next screen.</li>
<li>This will bring up Windows PE command prompt. Type DISKPART and hit enter.</li>
<li>Type SELECT VDISK FILE=c:\VHDS\WINDOWS2008R2.VHD and hit enter.</li>
<li>After the disk has been successfully selected Type: ATTACH VDISK and hit enter.</li>
<li>After the disk has been successfully attached Type: CREATE PARTITION PRIMARY and hit enter.</li>
<li>After the partition has been successfully created Type: FORMAT FS=NTFS QUICK and hit enter.</li>
<li>Once the formatting has completed successfully Type: EXIT and hit enter, to get out of diskpart.</li>
<li>At the command prompt Type SETUP.EXE and hit enter. This will launch the setup window.</li>
<li>Click on Install at the setup windows and agree to the license.</li>
<li>Select custom installation and you should see the 100 GB drive available, select it and click next</li>
<li>At this point <a href="http://www.microsoft.com/windowsserver2008/en/us/default.aspx">Server 2008 R2</a> should install on the VHD we created.</li>
</ol>
<p>Once the installation has completed, the boot loader will display both the current <a href="http://www.microsoft.com/windows/windows-7/default.aspx">Windows 7</a> installation  and the new <a href="http://www.microsoft.com/windowsserver2008/en/us/default.aspx">Windows Server 2008</a> installation.</p>
<p>In part 2 I will go over <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=3FAC6D40-D6B5-4658-BC54-62B925ED7EEA&amp;amp;displaylang=en&amp;displaylang=en">virtual networking</a>, installing <a href="http://www.microsoft.com/windowsserver2008/en/us/ad-main.aspx">Active Directory</a>, <a href="http://en.wikipedia.org/wiki/Domain_Name_System">DNS</a> and <a href="http://en.wikipedia.org/wiki/Dynamic_Host_Configuration_Protocol">DHCP</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://pepechingon.com/hyper-v-based-lab-on-your-laptop-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google&#8217;s Android 2.2 Froyo adds USB tethering and Wifi Hotspot</title>
		<link>http://pepechingon.com/googles-android-2-2-froyo-adds-usb-tethering-and-wifi-hotspo/</link>
		<comments>http://pepechingon.com/googles-android-2-2-froyo-adds-usb-tethering-and-wifi-hotspo/#comments</comments>
		<pubDate>Fri, 14 May 2010 15:30:35 +0000</pubDate>
		<dc:creator>J Sanchez</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://pepechingon.com/?p=383</guid>
		<description><![CDATA[According to TechCrunch, Google&#8217;s newest update to the Android OS, Froyo, will add USB Tethering and the ability to turn your phone into a wifi hotspot. Andriod police are also reporting the Froyo will include a 450% performance boost compared to version 2.1 running on...]]></description>
			<content:encoded><![CDATA[<p>According to <a href="http://techcrunch.com/2010/05/13/exclusive-google-to-add-tethering-wifi-hotspot-to-android-2-2-froyo/" target="_blank">TechCrunch</a>, Google&#8217;s newest update to the Android OS, Froyo, will add USB Tethering and the ability to turn your phone into a wifi hotspot. <a href="http://www.androidpolice.com/2010/05/11/exclusive-androidpolice-coms-nexus-one-is-running-android-2-2-froyo-how-fast-is-it-compared-to-2-1-oh-only-about-450-faster/">Andriod police</a> are also reporting the Froyo will include a 450% performance boost compared to version 2.1 running on the NexusOne.</p>
<p>The mobile war is heating up, and it looks like apple is beginning to lose some ground. We will see what apple unveils on June 7th, when they are expected to unveil the fourth generation iPhone . Android seems to be moving faster than apple at this point, and the Android OS is beginning to mature. This could only be good for costumers, who now have a viable alternative to the iPhone.</p>
<p>How cool would it be if the fourth generation iPhone ran on Verizon, and had the ability to tether and turn it into a wifi mobile hotspot?</p>
]]></content:encoded>
			<wfw:commentRss>http://pepechingon.com/googles-android-2-2-froyo-adds-usb-tethering-and-wifi-hotspo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 password recovery</title>
		<link>http://pepechingon.com/windows-7-password-recovery/</link>
		<comments>http://pepechingon.com/windows-7-password-recovery/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 17:37:55 +0000</pubDate>
		<dc:creator>J Sanchez</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://pepechingon.com/?p=370</guid>
		<description><![CDATA[So you got your brand new recently stolen purchased Windows 7 powered computer, and for whatever reason you forgot your password or misplaced the little sticky note where you wrote it down during the initial configuration wizard. Well, luckily there is a tool that will reset or...]]></description>
			<content:encoded><![CDATA[<p>So you got your brand new recently <del datetime="2010-04-22T17:00:19+00:00">stolen</del> purchased Windows 7 powered computer, and for whatever reason you forgot your password or misplaced the little sticky note where you wrote it down during the initial configuration wizard. Well, luckily there is a tool that will reset or blank your password if you find yourself in such pickle.</p>
<p><a href="http://pogostick.net/~pnh/ntpasswd/" target="_blank">Offline NT Password Recovery &amp; Registry Editor</a> is a linux based bootdisk that allows you to clear or reset your Windows password. It works with Windows NT 3.5 all the way through Windows 7. Heck it even works on Server 2008! Best of all you don&#8217;t need to do a repair if you are working on a Windows 7  computer.</p>
<p>Since this is a linux-based disk it does not have a GUI and a small number of users may find it hard to use. But it works!</p>
<ol>
<li><a href="http://pogostick.net/~pnh/ntpasswd/cd080802.zip">Download your copy</a>.</li>
<li>Burn it on to a CD.</li>
<li>Boot from the CD.</li>
<li>Follow the on screen instructions.</li>
</ol>
<p>You will have access to your machine in no time.</p>
]]></content:encoded>
			<wfw:commentRss>http://pepechingon.com/windows-7-password-recovery/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Wolfram Alpha the coolest search engine yet</title>
		<link>http://pepechingon.com/wolfram-alpha-the-coolest-search-engine-yet/</link>
		<comments>http://pepechingon.com/wolfram-alpha-the-coolest-search-engine-yet/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 16:25:46 +0000</pubDate>
		<dc:creator>J Sanchez</dc:creator>
				<category><![CDATA[Math]]></category>
		<category><![CDATA[Science]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://pepechingon.com/?p=352</guid>
		<description><![CDATA[Wolfram Research was awarded The Best in Show and Technical Achievement awards @SXSW for its &#8220;answer&#8221; engine WolframAlpha. I have to say this is the coolest &#8220;answer&#8221; engine yet. I still remember the good &#8216;ol days when as a struggling math student I needed to do computations...]]></description>
			<content:encoded><![CDATA[<p><a href="www.wolfram.com" target="_blank">Wolfram Research</a> was awarded <a href="http://sxsw.com/interactive/webawards/winners" target="_blank">The Best in Show and Technical Achievement awards</a> @SXSW for its &#8220;answer&#8221; engine <a href="http://www.wolframalpha.com" target="_blank">WolframAlpha</a>. I have to say this is the coolest &#8220;answer&#8221; engine yet. I still remember the good &#8216;ol days when as a struggling math student I needed to do computations by hand. While it is certainly cool as a mathematical tool, and as someone who spend countless hours punching in equations into <a href="http://www.mathworks.com/products/matlab/" target="_blank">Matlab</a> and <a href="http://www.maplesoft.com/products/Maple/index.aspx" target="_blank">Maple</a> trying to get assignments turned in, or problems solved. I very much appreciate a tool like this. But the best part is that it does much more than mathematical computations. It can do simple things as weather, life expectancy in a country, maps, coordinates and even information about stocks, all accompanied by some statistical analysis &#8211; after all this is Wolfram Research.  So after a few minutes of reading over the input language, I decided to give it a try. I first computed the eigenvalues of an upper triangular matrix, then the derivative of sin x, followed by the mass energy equivalence for a 90kg object, the life expectancy in the US and the stock information for Halliburton. Here are the result:  Input:</p>
<p><strong>eigenvalues+{{2,2,2,3},{0,i,2,6},{0,0,sqrt(2),1},{0,0,0,-sqrt(3)}}</strong></p>
<p><strong> </strong> <a href="http://pepechingon.com/wp-content/uploads/result1.jpg"><img class="aligncenter size-full wp-image-354" title="WolframAlpha" src="http://pepechingon.com/wp-content/uploads/result1.jpg" alt="" width="575" height="610" /></a> Not only did I get the eigenvalues, but also the eigenvectors.</p>
<p>Input: <strong>derivative of sin x</strong></p>
<p><strong></strong> <strong><a href="http://pepechingon.com/wp-content/uploads/result2.jpg"><img class="aligncenter size-full wp-image-355" title="result2" src="http://pepechingon.com/wp-content/uploads/result2.jpg" alt="" width="576" height="716" /></a></strong></p>
<p>Input: <strong>e=mc^2 </strong> <a href="http://pepechingon.com/wp-content/uploads/result3.jpg"><img class="aligncenter size-full wp-image-356" title="WolframAlpha" src="http://pepechingon.com/wp-content/uploads/result3.jpg" alt="" width="595" height="612" /></a></p>
<p>Input: <strong>life expectancy US</strong> <strong><a href="http://pepechingon.com/wp-content/uploads/result4.jpg"><img class="aligncenter size-full wp-image-357" title="result4" src="http://pepechingon.com/wp-content/uploads/result4.jpg" alt="" width="583" height="580" /></a></strong></p>
<p><strong><span style="font-weight: normal;">Input: </span>HAL stock</strong> <strong><a href="http://pepechingon.com/wp-content/uploads/resukt5.jpg"><img class="aligncenter size-full wp-image-358" title="resukt5" src="http://pepechingon.com/wp-content/uploads/resukt5.jpg" alt="" width="579" height="687" /></a></strong></p>
<p>As you can see this can possibly a very useful tool whether you are settling a bet, or trying to do research.</p>
]]></content:encoded>
			<wfw:commentRss>http://pepechingon.com/wolfram-alpha-the-coolest-search-engine-yet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple 4.0 iPhone OS to enable multitasking</title>
		<link>http://pepechingon.com/apple-4-0-iphone-o-to-enable-multitaskin/</link>
		<comments>http://pepechingon.com/apple-4-0-iphone-o-to-enable-multitaskin/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 20:36:36 +0000</pubDate>
		<dc:creator>J Sanchez</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://pepechingon.com/?p=350</guid>
		<description><![CDATA[Apple insider is reporting that Apple is planning to include the ability to multitask, when it launches the fourth major revision to the iPhone Operating System. If these rumors are in fact true, we can also expect this feature to appear in future versions of...]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.appleinsider.com/articles/10/03/11/apples_iphone_4_0_software_to_deliver_multitaskhttp://www.appleinsider.com/articles/10/03/11/apples_iphone_4_0_software_to_deliver_multitasking_support.html">Apple insider</a> is reporting that Apple is planning to include the ability to multitask, when it launches the fourth major revision to the iPhone Operating System. If these rumors are in fact true, we can also expect this feature to appear in future versions of the iPad.</p>
<p>It will be really interesting to see how apple will incorporate the feature into the iPhone. The iPhone is already a battery hog and managing resources will be a part of the success or failure of the feature. Apple has a reputation of making things intuitive and easy to use, I don&#8217;t expect multitasking to be exception.</p>
]]></content:encoded>
			<wfw:commentRss>http://pepechingon.com/apple-4-0-iphone-o-to-enable-multitaskin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The truth about finallyfast.com and free alternatives</title>
		<link>http://pepechingon.com/the-truth-about-finallyfast-com-and-free-alternative/</link>
		<comments>http://pepechingon.com/the-truth-about-finallyfast-com-and-free-alternative/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 18:53:31 +0000</pubDate>
		<dc:creator>J Sanchez</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://pepechingon.com/?p=318</guid>
		<description><![CDATA[A few months a colleague  of mine ask me if finallyfast.com really worked. I didn&#8217;t really know whether it did or not, so I decided to find out. I put three machines to the test. All of which I use everyday and run fine according to my...]]></description>
			<content:encoded><![CDATA[<p>A few months a colleague  of mine ask me if finallyfast.com really worked. I didn&#8217;t really know whether it did or not, so I decided to find out. I put three machines to the test. All of which I use everyday and run fine according to my standards. No spyware, virus or malware was present at the time of the scan. The subjects were:</p>
<ol>
<li>A brand new computer running Windows 7 with all updates and patches installed &#8211; This is my new work laptop.</li>
<li>A new install Windows XP machine with all updates and patches installed &#8211; I loaded this machine with a fresh install of XP to test my theory</li>
<li>Windows Vista Machine with all updates and patches &#8211; this the machine I use everyday at work.</li>
<li>Macbook Pro running Snow Leopard &#8211; My everyday use personal machine.</li>
</ol>
<p><strong><span style="text-decoration: underline;">Windows 7 machine</span></strong></p>
<p>Much to my surprise the brand new out of the box Dell precision m4400 Windows 7 machine reported a whopping 1034 errors. It found the following errors:</p>
<ul>
<li>Registry errors &#8211; 956</li>
<li>Missing shortcuts &#8211; 23</li>
<li>Missing shared files &#8211; 24</li>
<li>Missing application path &#8211; 0</li>
<li>Missing help files &#8211; 0</li>
<li>Invalid file extensions -31</li>
</ul>
<p><strong><span style="text-decoration: underline;">Windows XP machine</span></strong></p>
<p>The XP machine did a little bit better than the Windows 7 machine. It reported 51 errors.</p>
<ul>
<li>Registry errors &#8211; 43</li>
<li>Missing shared files &#8211; 0</li>
<li>Missing applications path &#8211; 0</li>
<li>Missing help files &#8211; 0</li>
<li>Invalid file extensions &#8211; 8</li>
<li>Device driver error &#8211; 0</li>
</ul>
<p><strong><span style="text-decoration: underline;">Windows Vista machine</span></strong></p>
<p>I expected this machine to have the most errors. I used this machine everyday and install and uninstall programs in a regular basis. I was surprised to find out it only reported 419 errors.</p>
<ul>
<li>Registry errors &#8211; 17</li>
<li>Missing shortcuts 286</li>
<li>Missing shared files &#8211; 24</li>
<li>Missing application path &#8211; 0</li>
<li>Missing fonts &#8211; 0</li>
<li>Missing help files &#8211; 0</li>
<li>Unknown file extensions - 89</li>
</ul>
<p><strong><span style="text-decoration: underline;">Macbook Pro</span></strong></p>
<p>I was not expecting any significant finds on this machine. It is a mac after all. The software found 500 errors. While this is more of a joke than anything. While there are viruses for the mac, I&#8217;ve never been infected in the 8 years I&#8217;ve been a mac user.</p>
<ul>
<li>Internet cache &#8211; 149</li>
<li>Logs &#8211; 348</li>
<li>System cache &#8211; 3</li>
</ul>
<p><strong><span style="text-decoration: underline;">Conclusion</span></strong></p>
<p>The conclusion is that finallyfast.com is not worth spending a cent on. Your computer will not suddenly be blazing fast by fixing application paths, missing shortcuts or deleting temporary files. While there is a a certain performance to  be gained from doing those things, it could be very minimal at best. Most computers out there are running slow as a result from being infected with spyware, viruses and malware. While ascentive claims to remove viruses, spyware and malware, it does not scan for them in the product offered at finallyfast.com, they have a separate product for that.</p>
<p>The results are a clear example of how deceptive their practices are. All the machines are running fine. Two of them are brand new! And while they errors the software found may be legit, they will certainly not make those computers any faster.</p>
<p>The average computer user is not savvy enough to realize that the errors found on any of the test machines are not preventing the computer from running faster, and if there is any improvement on speed it will be minimal.</p>
<p>Don&#8217;t waste your money on this! There are plenty of alternatives out there, some that are very good and free.</p>
<p><strong><span style="text-decoration: underline;">Free Alternatives</span></strong></p>
<p>Here is a list of all the tools I use when I am presented with an infected computer. I use a combination of tools, and while some work in some cases, while others don&#8217;t. I&#8217;ve had very good success using them. And best of all, they are FREE!</p>
<ol>
<li><a href="http://download.cnet.com/Ad-Aware-Free-Anti-Malware/3000-8022_4-10045910.html?part=dl-ad-aware&amp;subj=dl&amp;tag=top5" target="_blank">Ad-aware</a> &#8211; Free spyware/malvare detection and removal tool.</li>
<li><a href="http://download.cnet.com/AVG-Anti-Virus-Free-Edition/3000-2239_4-10320142.html?part=dl-10044820&amp;subj=dl&amp;tag=button&amp;cdlPid=11014801" target="_blank">Free AVG</a> &#8211; Free antivirus.</li>
<li><a href="http://free.antivirus.com/hijackthis/" target="_blank">HijackThis</a> &#8211; Great little tool for removing malware that Hijack your browser.</li>
<li><a href="http://www.safer-networking.org/en/download/index.html" target="_blank">Spybot Search &amp; Destroy</a> &#8211; If Ad-Aware did not find it, Spybot will.</li>
<li><a href="http://download.cnet.com/Malwarebytes-Anti-Malware/3000-8022_4-10804572.html?part=dl-10804572&amp;subj=dl&amp;tag=button" target="_blank">Malwarebytes</a> &#8211; Another great spyware/malware detection and removal tool.</li>
</ol>
<p>So there you have it. The Free alternative to making your computer finally fast.</p>
]]></content:encoded>
			<wfw:commentRss>http://pepechingon.com/the-truth-about-finallyfast-com-and-free-alternative/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Will Apple&#8217;s new iPad succeed???</title>
		<link>http://pepechingon.com/will-apples-new-ipad-succeed/</link>
		<comments>http://pepechingon.com/will-apples-new-ipad-succeed/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 21:16:53 +0000</pubDate>
		<dc:creator>J Sanchez</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://pepechingon.com/?p=282</guid>
		<description><![CDATA[Yesterday Apple unveiled it&#8217;s highly anticipated tablet computer, the Apple iPad. I have to say, I am a little disappointed in Apple this time. With all the hype they had created and all the speculation and buzz leading up to the unveiling, Steve Jobs failed...]]></description>
			<content:encoded><![CDATA[<p>Yesterday Apple unveiled it&#8217;s highly anticipated tablet computer, the Apple iPad. I have to say, I am a little disappointed in Apple this time. With all the hype they had created and all the speculation and buzz leading up to the unveiling, Steve Jobs failed to deliver, in my view. For a few weeks now, there was a lot speculation on the potential looks of the device and what features it could potentially have. Yesterday we finally had all, or at least some of our questions answered. The real question is: Will it succeed?</p>
<p><strong><span style="text-decoration: underline;">Giant iPod touch</span></strong></p>
<p>Just like the ex-president of Google China predicted in previous weeks. The iPad is nothing else than a glorified giant iPod touch. A beautiful, glorified giant iPod touch, that is. The fact of the matter is that while it is a beautiful device. The only two significant features &#8211; other than the larger screen and more horsepower &#8211; are the eBook features and the iWork integration. And while those two features may be enough to convince some people, those two features alone will not be enough to make the iPad a successful product.</p>
<p><strong><span style="text-decoration: underline;">Price</span></strong></p>
<p>The iPhone became a very successful product for Apple, only after Apple slashed the price in half. The price drop gave Apple the ability to appeal to other consumers outside of Apple&#8217;s consumer base. The phone suddenly became and option for the average consumer looking for a new phone. The success of the iPhone allowed Apple to spin-off another profitable business, the app store. The app store is a very profitable business for Apple. Apple takes 30% of the price of any app sold through the app store. Apple made an estimated <a href="http://www.thebigmoney.com/blogs/app-economy/2010/01/26/apple-s-app-store-no-gold-mine-s-ok">1.4 billion dollars</a> in revenue from the app store last year. All of this could not have been possible if the iPhone was still priced at its initial price of $599.</p>
<p>The same holds true for the iPad. In order for the iPad to be successful it must be affordable to the typical consumer, not just Apple fans, like myself. The main reason why Apple&#8217;s laptop and desktop sales have not seen a significant increase in sales with the success of the iPhone and iPod, still boggles me. With that many people walking into the Apple store to buy iPhone and iPods, there aren&#8217;t many snatching any of Apple&#8217;s laptops and desktops, which are equally as appealing as all other Apple products. The difference lies in the big price gap between comparable PC and Macs. The iPad will face the same fate if the price is not lowered. Apple does not seem to understand that the success of this device will not come from the profit they make from selling their hardware, but rather from the money they can make from the sale of books, movies, music and apps. Apple should follow the gaming industry and sell the iPad at a loss, or with a small margin of profit. That will put the iPad in more hands, thus increasing the pool of potential content comsumers. With the current iPad prices, the average consumer will shy away from forking over $500.00 for something he/she doesn&#8217;t really need.</p>
<p><strong><span style="text-decoration: underline;">Not another monthly charge</span></strong></p>
<p>Another reason why consumer will shy away from the new iPad is the need to pay another $30 a month for internet access on another device. My wife and I currently own iPhones, which we pay $30 a month each for our unlimited data plans. If we were to each get an iPad, because we love apple so damn much, that would meanwe would have to fork another $30 each to get a data plan on each device. That&#8217;s on top of the $40 a month we currently pay AT&#038;T for home internet. We would be paying AT&#038;T a total of $160 a month. Just for internet access! Too much! Some may argue that  the 3G plan is optional, but let&#8217;s face. At that point the iPhone becomes a better device, and there is no point to buy an iPad anymore. The bigger screen and eBook reading capability would be the only two valid arguments, and the validity will vary according to your needs.</p>
<p><span style="text-decoration: underline;"><strong>Missing features</strong></span></p>
<p>During the keynote Steve Jobs promised that the iPad would improve the experience of some key things. One of them being web browsing. I find that very hard to believe, when there is no flash support built-into the iPad. How is that making the web browsing experience better Mr. Jobs?<br />
The lack of multi-tasking is also a big flaw of the device. The inability to run multiple applications is a big drawback for me. I want to be able to listen to my AOL radio application and surf the web at the same time. Is that too much to ask? What if you needed to work on a Numbers spreadsheet and Keynote presentation at the same time? With a netbook, you can do both things natively. They will be slow, but they can be done, and something is better than nothing.</p>
<p><span style="text-decoration: underline;"><strong>What do I need this for?</strong></span></p>
<p>One thing I just don&#8217;t get is what the average consumer needs this for? Most of the functionality that comes with iPad already exists in the iPhone and other smart phones, and the laptops most of us carry around daily. Steve tried to knock down the netbook, but Steve forgets what the purpose of the netbook is. The purpose of the netbook is not to make the browsing, email, photos, video, music, game and eBooks experience better. It was to make portable computing more, well, more portable. And to en extent they have succeeded. The only device that most consumers don&#8217;t have that the iPad could be a potential option for is the eBook reader. Most users have all the technology they need embedded in a phone and a laptop that they have become accustomed to carrying for quite sometime now.</p>
<p><strong><span style="text-decoration: underline;">Failure</span></strong></p>
<p>The iPad will be a successful product with high-end costumers and Apple lovers like myself. The average consumer will not buy it, unless some of the flaws are addressed, the biggest one being the price. I am tempted to buy it simply for the eBook reader capability, and well, because I love this stuff. To steal a line from the presidential campaign. What about Joe the plummer? Joe the plummer will probably not even care to take a bite out of that Apple.</p>
]]></content:encoded>
			<wfw:commentRss>http://pepechingon.com/will-apples-new-ipad-succeed/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>VMware ESXi data store browser alternative</title>
		<link>http://pepechingon.com/vmware-data-store-browser-alternative/</link>
		<comments>http://pepechingon.com/vmware-data-store-browser-alternative/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 16:46:55 +0000</pubDate>
		<dc:creator>J Sanchez</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://pepechingon.com/?p=273</guid>
		<description><![CDATA[The VMware data store browser utility that comes with the Vsphere client, well&#8230; it sucks. I have found it to be extremely slow when uploading files, as well not giving accurate transfer rates and times most of the time. After spending close to 3 hours...]]></description>
			<content:encoded><![CDATA[<p>The VMware data store browser utility that comes with the Vsphere client, well&#8230; it sucks. I have found it to be extremely slow when uploading files, as well not giving accurate transfer rates and times most of the time. After spending close to 3 hours trying to upload a 2Gb image to the data store via the data store browser. I finally decided to make the switch to WinSCP. Little did I know SSH is disabled by default on ESXi, but there is a way to enable it. By the time I was done I was able to transfer my 2GB image to my ESXi data store in less then 15 minutes, quite a drastic improvement. So if you want to ditch the crappy data store browser, here are the instructions to follow.</p>
<p><strong>Enable SSH</strong></p>
<p>The first thing we have to do is to enable SSH access to our ESXi host. I know this works for ESXi 4.0 I have not tested in other versions, but feel free to try it.</p>
<ol>
<li>On the ESXi console press ALT+F1.</li>
<li>Type unsupported and hit enter.</li>
<li>Type in your password &#8211; If you did not set a password the type unsupported as the password.</li>
<li>Now, on the command line type <strong>vi /etc/inetd.conf</strong>.</li>
<li>Look for a the line that starts with <strong>#ssh</strong>.</li>
<li>Highlight the move your cursor so that is on top of the <strong>#</strong>.</li>
<li>Hit x to remove the # from the line.</li>
<li>Hit Esc key</li>
<li>type <strong>:wq</strong> and hit enter.</li>
<li>To make sure your file saved <strong>vi /etc/inetd.conf </strong>in the command line and make sure the <strong># </strong>is not at the beginning of the line anymore. If it is, repeat steps 5 &#8211; 9.</li>
<li>Restart your ESXi server. SSH is now enabled.</li>
</ol>
<p><strong>Manipulating files with WinSCP</strong></p>
<ol>
<li>Download WinSCP from <a href="http://winscp.net/download/winscp425.exe">here</a>.</li>
<li>Run WinSCP</li>
<li>Under host name type your ESXi server ip address.</li>
<li>Type root for your username</li>
<li>Type in the root password</li>
<li>Change the file protocol to SCP and click login</li>
</ol>
<p>This should open a file browser with the contents of your ESXi server. You are now free move files from your PC to your ESXi server without using the crappy data store browser that comes with Vsphere client.</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://pepechingon.com/vmware-data-store-browser-alternative/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Creating a bootable USB in Windows XP/Vista</title>
		<link>http://pepechingon.com/creating-a-bootable-usb-in-windows-xpvista/</link>
		<comments>http://pepechingon.com/creating-a-bootable-usb-in-windows-xpvista/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 03:51:37 +0000</pubDate>
		<dc:creator>J Sanchez</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://pepechingon.com/?p=268</guid>
		<description><![CDATA[A few days ago I found myself needing to create a bootable USB drive to test one of our image deployment solutions. Come to find out I had previously formatted my USB drive and did not have a valid bootable partition. Luckily [insert sarcasm here] I...]]></description>
			<content:encoded><![CDATA[<p>A few days ago I found myself needing to create a bootable USB drive to test one of our image deployment solutions. Come to find out I had previously formatted my USB drive and did not have a valid bootable partition. Luckily [insert sarcasm here] I was running Windows Vista. After all, that is the operating system of choice at my job. It turns out Vista has <a href="http://support.microsoft.com/kb/300415">diskpart</a>, just like good ol&#8217; <a href="http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/diskpart.mspx?mfr=true">Windows XP had</a>. Here are the steps to creating a valid USB bootable partition. All commands are in quotes.</p>
<ol>
<li>Insert USB key.</li>
<li>Open a command prompt type &#8220;disk&#8221; and press enter.</li>
<li>Issue the &#8220;list disk&#8221; command to get a list of all disks on your system and press enter.</li>
<li>Issue the &#8220;select disk #&#8221;, where the number denotes the number of the disk on the list that you wish to select, and press enter. Make sure you have the correct disk; otherwise you could be in for a surprise.</li>
<li>Type &#8220;clean&#8221; and press enter. This will erase everything on the selected disk.</li>
<li>Next type &#8220;create partition primary&#8221; and hit enter.</li>
<li>Now that the primary partition has been created. Issue the &#8220;select partition 1&#8243; command and press enter.</li>
<li>Set the partition active by issuing the &#8220;active&#8221; command and press enter.</li>
<li>To format the newly created and activated partition. Issue the &#8220;format fs-fat32&#8243; and hit enter. You can also enter &#8220;format fs-fat32 quick&#8221; to perform a quick format.</li>
<li>Type exit and hit enter.</li>
</ol>
<p>That&#8217;s it!!! proceed to load the files you need the USB drive to boot. You can find files at <a href="bootdisk.com">bootdisk.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://pepechingon.com/creating-a-bootable-usb-in-windows-xpvista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Communication Stalled on Backup Exec 12</title>
		<link>http://pepechingon.com/communication-stalled-on-backup-exec-12/</link>
		<comments>http://pepechingon.com/communication-stalled-on-backup-exec-12/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 00:03:38 +0000</pubDate>
		<dc:creator>J Sanchez</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://pepechingon.com/?p=259</guid>
		<description><![CDATA[For over the past four months I&#8217;ve been struggling with backup exec throwing out a communication stalled error every now and then. Usually I would come to work in the morning and the backup exec services would be stopped. The only way around this was to...]]></description>
			<content:encoded><![CDATA[<p>For over the past four months I&#8217;ve been struggling with backup exec throwing out a communication stalled error every now and then. Usually I would come to work in the morning and the backup exec services would be stopped. The only way around this was to reboot the server. As you can imagine it was not a very good way of maintaining an enterprise level backup solution, but there was nothing else I could think of. After a replacing cables, controller and even the tape library, we continued to have the same problem. I spent countless hours with symantec tech support, only to find out how incompetent they really are. Finally, one day there was light at the end of the tunnel. I finally got some one who new what they were doing. He explained that there is a process that flags the database with paused state for the server, and that due to a programming bug all you had to do was go to the devices tab, right click on the server and pause it and unpause it. Voila!!!! It worked!!!! Inventory, cleaning and most importantly my backups were again</p>
<p>Symantec SUCKS!!!! At least their tech support. I went through at least five customer service reps and not one of them was a bit competent.</p>
<p>If you are experiencing the same problem just follow these instructions. Hopefully it will make your life easier.</p>
<p><a href="http://seer.entsupport.symantec.com/docs/308627.htm">http://seer.entsupport.symantec.com/docs/308627.htm</a></p>
]]></content:encoded>
			<wfw:commentRss>http://pepechingon.com/communication-stalled-on-backup-exec-12/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
