<?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; Technology</title>
	<atom:link href="http://pepechingon.com/category/technology/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>Redundant OSPF configuration over two isp&#8217;s</title>
		<link>http://pepechingon.com/redundant-ospf-over-two-isps/</link>
		<comments>http://pepechingon.com/redundant-ospf-over-two-isps/#comments</comments>
		<pubDate>Thu, 27 May 2010 17:46:15 +0000</pubDate>
		<dc:creator>J Sanchez</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://pepechingon.com/?p=389</guid>
		<description><![CDATA[Last week we needed to make our network as redundant as possible. We have two different circuits coming from two different ISP&#8217;s, one is our main circuit, the other is used only for backup purposes. While we could manually change routes in case one of our circuits...]]></description>
			<content:encoded><![CDATA[<p>Last week we needed to make our network as redundant as possible. We have two different circuits coming from two different ISP&#8217;s, one is our main circuit, the other is used only for backup purposes. While we could manually change routes in case one of our circuits or routers failed, we wanted to automate the process so no human intervention was needed. I accomplished this by turning on OSPF on all the internal routers and did PBR (Policy-based routing) for all default routes. This allows OSPF to handle all routes and backup routes within the Autonomous System, and the routing policy handles the static routing. This created a redundant network. Here is how I configured it:</p>
<p>FYI &#8211; All networks are /24 networks &#8211; they all have 255.255.255.0 netmask.</p>
<p><a href="http://pepechingon.com/wp-content/uploads/Network2.png"><img class="aligncenter size-full wp-image-390" title="Network2" src="http://pepechingon.com/wp-content/uploads/Network2.png" alt="" width="584" height="365" /></a></p>
<p>We do router <strong>Internal1. </strong>I will not go over assigning ip addresses to interfaces. I will only concentrate on the OSPF set up and the PBR. The same configuration applies to all the routers, except that the path of the default route will change depending on where you are on the network.</p>
<p><span style="text-decoration: underline;"><strong>Setting up OSPF</strong></span><br />
INTERNAL1(config)#<em>router OSPF 1</em> &#8211; To enter in to router OSPF configuration mode.<br />
INTERNAL1(config-router)#<em>network 10.10.10.0 0.0.0.255 area 0 </em>- To advertise the 10 network.<br />
INTERNAL1(config-router)#<em>network 4.4.4.0 0.0.0.0.255 area 0 </em>- To advertise the 4 network.<br />
INTERNAL1(config-router)#<em>exit </em>- To go back to configuration mode.</p>
<p><strong><span style="text-decoration: underline;">Setting up PBR</span></strong><br />
INTERNAL1(config)#<em>ip sla monitor 10 </em>- To create an SLA monitor, 10 is just an arbitrary # to identify the monitor.<br />
INTERNAL1(config-sla-monitor)# <em>type echo protocol ipIcmpEcho 4.4.4.4</em> &#8211; The router will monitor pings to the next hop router.<br />
INTERNAL1(config-sla-monitor-echo)# <em>frequency 3</em> &#8211; The SLA repeats every 3 seconds.<br />
INTERNAL1(config-sla-monitor-echo)# <em>exit</em> &#8211; To return to configuration mode.<br />
INTERNAL1(config)# <em>ip sla monitor schedule 10 start-time now life foreve</em>r &#8211; We schedule the SLA monitor to start now and run forever.<br />
INTERNAL1(config-router)#<em>exit </em>- To go back to configuration mode.<br />
INTERNAL1(config)#track 10 rtr 10 reachability &#8211; This will create tracking object 10 using SLA 10.<br />
INTERNAL1(config)#ip route 0.0.0.0 0.0.0.0 4.4.4.4 track 1 &#8211; To create a default route using the tracking object we just created.<br />
INTERNAL1(config)#ip route 0.0.0.0 0.0.0.0 10.10.10.2 10 &#8211; This is the backup default route with a metric of 10.</p>
<p>Now the router will ping Edge1 and if it is up it will route via Edge 1, otherwise all traffic will route via INTERNAL2.</p>
<p>The same principles can be applied to all the other routers. We do not run OSPF on the interfaces in the EDGE routers that connect to the isp&#8217;s.</p>
<p>One thing to keep in mind is that if you have any dedicated ip&#8217;s terminating at any device on your network, none of that stuff will work. For example, if you are using a public ip from ISP1 for your email server, once the route to from that network goes down and the back up route kicks in, your email server will no longer work. In order to create a completely redundant network, you must run eBGP on  both edge routers and advertise the same block of ip&#8217;s on both circuits, also you need to create a iBGP peering session between the two edge routers. That will be the next step on this process, and I will write about that once I have successfully completed the project.</p>
]]></content:encoded>
			<wfw:commentRss>http://pepechingon.com/redundant-ospf-over-two-isps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The coolest google logo ever!</title>
		<link>http://pepechingon.com/the-coolest-google-logo-ever/</link>
		<comments>http://pepechingon.com/the-coolest-google-logo-ever/#comments</comments>
		<pubDate>Fri, 21 May 2010 15:55:44 +0000</pubDate>
		<dc:creator>J Sanchez</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://pepechingon.com/?p=385</guid>
		<description><![CDATA[Google decide to pay tribute to the 30 year anniversary of pac-man. Google is know for re-designing their logo&#8217;s and replacing them with what they call doodles.  Today they revealed their best one. At first glance it looks like that usual re-designed logo, but what do you...]]></description>
			<content:encoded><![CDATA[<p><a href="http://google.com">Google</a> decide to pay tribute to the <a href="http://www.google.com/search?q=PAC-MAN+30th+Anniversary&amp;ct=pacman10-hp&amp;oi=ddle">30 year anniversary of pac-man</a>. Google is know for re-designing their logo&#8217;s and replacing them with what they call <a href="http://www.google.com/doodle4google/history.html">doodles</a>.  Today they revealed their best one. At first glance it looks like that usual re-designed logo, but what do you know? If you click on it,  you can actually play the game!!! Like, how cool is that?!!!</p>
<p>Unfortunately I am not very good, and I&#8217;ve died at least four times. Must&#8230;continue&#8230;to..play.</p>
]]></content:encoded>
			<wfw:commentRss>http://pepechingon.com/the-coolest-google-logo-ever/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>Basic Cisco ASA configuration</title>
		<link>http://pepechingon.com/basic-cisco-asa-configuration/</link>
		<comments>http://pepechingon.com/basic-cisco-asa-configuration/#comments</comments>
		<pubDate>Fri, 26 Mar 2010 21:46:40 +0000</pubDate>
		<dc:creator>J Sanchez</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://pepechingon.com/?p=364</guid>
		<description><![CDATA[A few days ago we had a need for a router, we did not have one handy, but we did have a Cisco ASA 5505. While I&#8217;ve configured my fair share of routers, I never had the need to configure a PIX or ASA. It...]]></description>
			<content:encoded><![CDATA[<p>A few days ago we had a need for a router, we did not have one handy, but we did have a Cisco ASA 5505. While I&#8217;ve configured my fair share of routers, I never had the need to configure a PIX or ASA. It turns out that while there are difference when configuring a security device and a router or switch, the commands are very similar.</p>
<p>Here is the scope of I what I needed to accomplish:<br />
Inside network = 10.0.0.0/24<br />
Outside network ip = 76.203.90.1/30<br />
Default route via 76.203.90.2<br />
Hostname = ASA<br />
No DHCP<br />
All traffic should be allowed<br />
Exec password must be set to cisco.</p>
<p>Here is how we accomplish this very basic configuration &#8211; Please note that all commands are in <em>italics</em>.</p>
<p>After you get into Global configuration type the following:<br />
ciscoasa(config)# <em>host ASA</em> &#8211; This will change the host name to ASA</p>
<p><strong>Configure passwords:</strong><br />
ASA(config)#enable secret cisco &#8211; This will set our privilege mode password to cisco.</p>
<p><strong>Configure the interfaces:</strong><br />
ASA(config)#<em>int fa0/0</em> &#8211; to configure the interface Fastethernet0/0<br />
ASA(config-int)#<em>ip add 10.0.0.1 255.255.255.0</em> &#8211; This will assign 10.0.0.1/24 as the ip address of our interface.<br />
ASA(config-int)#<em>nameif inside</em> &#8211; This will label that interface as our inside network.<br />
ASA(config-int)#<em>no shut</em><br />
ASA(config-int)#<em>int fa0/1</em> &#8211; this will take us to interface configuration mode for interface Fastethernet0/1<br />
ASA(config-int)#<em>ip add 76.203.90.1 255.255.255.252</em> &#8211; This will assign 76.203.90.1/30 to the interface.<br />
ASA(config-int)#<em>nameif outside</em> &#8211; This will label the interface as the outisde interface.<br />
ASA(config-int)#<em>no shut</em> &#8211; This will enable our interface FA0/1.<br />
ASA(config-int)#<em>exit</em> &#8211; This will take us back to global configuration mode.</p>
<p><strong>Configuring NAT/PAT</strong><br />
ASA(config)#<em>nat (inside) 1 0.0.0.0 0.0.0.0</em> &#8211; This tells the ASA to translate all addresses on the inside interface.<br />
ASA(config)#<em>global (outside) 1 interface</em> &#8211; This tells the ASA that all translated addresses should use the outside interface ip for PAT.</p>
<p><strong>Configuring the default route:</strong><br />
ASA(config)#<em>route outside 0.0.0.0 0.0.0.0 76.203.90.2 1</em> &#8211; This configures the default route the the specified ip using the outside interface.</p>
<p><strong>Allowing traffic:</strong><br />
ASA(config)#<em>access-list traffic extended permit ip any any</em> &#8211; This will permit any traffic to and from any ip address.<br />
ASA(config)#<em>access-group traffic in interface inside</em> &#8211; This will apply the access list we just created to all inbound traffic on the inside interface.</p>
<p><strong>Saving your configuration to memory:</strong><br />
ASA(config)#<em>wr mem</em></p>
<p>That&#8217;s it! You have now configured an ASA.</p>
<p>I will expand on this tutorial to make the configuration to include DHCP, timed ACLs and ASDM.<br />
Stay tuned.</p>
]]></content:encoded>
			<wfw:commentRss>http://pepechingon.com/basic-cisco-asa-configuration/feed/</wfw:commentRss>
		<slash:comments>0</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>
	</channel>
</rss>
