<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>RSS feed for InstantSpot site Progressive Overload</title><link>http://ajlcom.instantspot.com</link><description>Aaron Lynch on web development and other stuff</description><language>en-us</language><copyright>This work is Copyright &#xA9; 2009 by Progressive Overload</copyright><generator>RSSVille ColdFusion FeedMaker, version 1.0</generator><pubDate>Sat, 07 Nov 2009 16:42:37 GMT</pubDate><item><title>Windows and Linux...at the same time! </title><link>http://ajlcom.instantspot.com/blog/2008/02/21/Windows-and-Linuxat-the-same-time-</link><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Be prepared ... cool geek stuff ahead.&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;I &lt;em&gt;think &lt;/em&gt;I came across this blog entry on digg, but I can&apos;t remember for certain.  But wherever the original source, it is awesome.&lt;/p&gt; &lt;p&gt;Long story short, you can run a virtual Windows machine (with vmware server) and connect to it via &lt;a href=&quot;http://www.cendio.se/files/thinlinc/seamlessrdp/seamlessrdp.zip&quot;&gt;seamless rdp&lt;/a&gt; allowing you to interact with your windows applications right on your linux desktop.&lt;/p&gt; &lt;p&gt;Here is a screenshot example.  You can see my Gnome panel at the top of the screen, and the Windows taskbar at the bottom.&lt;/p&gt; &lt;p align=&quot;center&quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://img216.imageshack.us/img216/3027/symbiosisresizedxz0.png&quot;&gt;&lt;img width=&quot;500&quot; height=&quot;312&quot; alt=&quot;&quot; src=&quot;/userfiles/073006/90/symbiosis.png&quot; /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;While this is cool in a gadgety sort of way, it is also going to be so much nicer for IE browser testing and who knows what else.&lt;/p&gt; &lt;p&gt;Here is a blog post detailing exactly how to get your own symbiosis up and running.&lt;/p&gt; &lt;p&gt;NOTE: in the example below the &amp;quot;\&amp;quot; in his examples were removed for some reason... your launcher should look like this&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;code&gt;rdesktop -A -s &apos;c:\seamlessrdp\seamlessrdpshell.exe c:\windows\explorer.exe&apos; WindowsIpAddressHere -u YOURUSERNAME -p YOURPASSWORD&lt;/code&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;a href=&quot;http://news.softpedia.com/news/Windows-Linux-Symbiosis-Not-a-Dream-Anymore-59314.shtml&quot;&gt;Windows-Linux-Symbiosis-Not-a-Dream-Anymore&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 21 Feb 2008 17:30:00 GMT</pubDate><guid>http://ajlcom.instantspot.com/blog/2008/02/21/Windows-and-Linuxat-the-same-time-</guid><category>Linux,Virtualization,Ubuntu</category></item><item><title>Installing Vmware Server 1.03 on PCLinuxOS 2007</title><link>http://ajlcom.instantspot.com/blog/2008/02/01/Installing-Vmware-Server-103-on-PCLinuxOS-2007</link><description>&lt;p&gt;Recently I got the bug to try out a different Linux distribution on my laptop.  I have been a die-hard Ubuntu user since I made the switch full time (haven&apos;t looked back since!), so after trying and failing to install Gentoo (guess I&apos;m not L33T enough for that distro yet) I landed on PCLinuxOS 2007.&lt;/p&gt; &lt;p&gt;Once I got my development environment configured just like I like it, it was time to install a Windows VM so I can run some applications that I need at my day job (IE6,IE7, Flexbuilder, etc).  For this purpose, I elected to use &lt;a href=&quot;http://register.vmware.com/content/eula103.html&quot;&gt;Vmware Server 1.03&lt;/a&gt; (we already had that tarball downloaded).&lt;/p&gt; &lt;p&gt;When installing, I encountered an installation error that turned out to be somewhat commonplace.&lt;/p&gt; &lt;p&gt;&lt;div class=&quot;code&quot; &gt;&lt;pre&gt;Building the vmmon module. Using 2.6.x kernel build system.  make:  Entering directory &apos;/tmp/vmware-config0/vmmon-only&apos; make -C /lib/modules/2.6.22.15.tex2/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules  make[1]: Entering directory &apos;/usr/src/linux-2.6.22.15.tex2&apos; CC [M]  /tmp/vmware-config0/vmmon-only/linux/driver.o In file included from /tmp/vmware-config0/vmmon-only/linux/driver.c:80: /tmp/vmware-config0/vmmon-only/./include/compat_kernel.h:21:  error: expected declaration specifiers or ... before compat_exit  /tmp/vmware-config0/vmmon-only/./include/compat_kernel.h:21:  error: expected declaration specifiers or ... before exit_code  /tmp/vmware-config0/vmmon-only/./include/compat_kernel.h:21:  warning: type defaults to int in declaration of _syscall1  make[2]: *** [/tmp/vmware-config0/vmmon-only/linux/driver.o] Error 1  make[1]: *** [_module_/tmp/vmware-config0/vmmon-only] Error 2  make[1]: Leaving directory &apos;/usr/src/linux-2.6.22.15.tex2&apos;  make: *** [vmmon.ko]  Error 2 make: Leaving directory &apos;/tmp/vmware-config0/vmmon-only&apos; Unable to build the vmmon module.&lt;/pre&gt;&lt;/div&gt;&lt;/p&gt; &lt;p&gt;To get past this error, a quick Google search turned up a patch called the &amp;quot;vmware-any-any-update&amp;quot; that needed to be run.  (get that &lt;a href=&quot;http://platan.vc.cvut.cz/ftp/pub/vmware/vmware-any-any-update115.tar.gz&quot;&gt;here&lt;/a&gt;).&lt;/p&gt; &lt;p&gt;Ok, so that fixed the first error but then I ran into this...&lt;/p&gt; &lt;p&gt;&lt;div class=&quot;code&quot; &gt;&lt;pre&gt;Building the vmmon module.  Building for VMware Server 1.0.0. Using 2.6.x kernel build system. make: Entering directory &apos;/tmp/vmware-config1/vmmon-only&apos; make -C /lib/modules/2.6.22.15.tex2/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules  make[1]: Entering directory &apos;/usr/src/linux-2.6.22.15.tex2&apos; CC [M]  /tmp/vmware-config1/vmmon-only/linux/driver.o CC [M]  /tmp/vmware-config1/vmmon-only/linux/driverLog.o CC [M]  /tmp/vmware-config1/vmmon-only/linux/hostif.o CC [M]  /tmp/vmware-config1/vmmon-only/common/comport.o CC [M]  /tmp/vmware-config1/vmmon-only/common/cpuid.o CC [M]  /tmp/vmware-config1/vmmon-only/common/hash.o CC [M]  /tmp/vmware-config1/vmmon-only/common/memtrack.o CC [M]  /tmp/vmware-config1/vmmon-only/common/phystrack.o CC [M]  /tmp/vmware-config1/vmmon-only/common/task.o gcc: error trying to exec &apos;cc1plus&apos;: execvp: No such file or directory  make[2]: *** [/tmp/vmware-config1/vmmon-only/common/task.o] Error 1 make[1]: *** [_module_/tmp/vmware-config1/vmmon-only] Error 2  make[1]: Leaving directory &apos;/usr/src/linux-2.6.22.15.tex2&apos; make: *** [vmmon.ko] Error 2  make: Leaving directory &apos;/tmp/vmware-config1/vmmon-only&apos;   Unable to build the vmmon module.&lt;/pre&gt;&lt;/div&gt;&lt;/p&gt; &lt;p&gt;Another quick trip through the Google search told me that I just didn&apos;t have g++ installed.  The easy way to find this package is to just open Synaptic and do a search for &amp;quot;g++&amp;quot;.&lt;/p&gt; &lt;p&gt;&lt;div class=&quot;code&quot; &gt;&lt;pre&gt;Starting VMware services: Virtual machine monitor [ OK ] Virtual ethernet [ OK ]  Bridged networking on /dev/vmnet0 [ OK ]  Host-only networking on /dev/vmnet1 (background) [ OK ]  Host-only networking on /dev/vmnet8 (background) [ OK ]  NAT service on /dev/vmnet8 [ OK ]   The configuration of VMware Server 1.0.3 build-44356 for Linux for this running kernel completed successfully.&lt;/pre&gt;&lt;/div&gt;&lt;/p&gt;</description><pubDate>Fri, 01 Feb 2008 16:10:00 GMT</pubDate><guid>http://ajlcom.instantspot.com/blog/2008/02/01/Installing-Vmware-Server-103-on-PCLinuxOS-2007</guid><category>Linux,Virtualization</category></item><item><title>Create VMware virtual machines without VMware Server</title><link>http://ajlcom.instantspot.com/blog/2007/06/11/Create-VMware-virtual-machines-without-VMware-Server</link><description>&lt;p&gt;  If, for some reason, you opt not to use VMware Server, you can still create your own virutal machines.    &lt;/p&gt;  &lt;p&gt;  VMware Player does not provide functionality to create a VM, only the ability to run one.  The other day I came across &lt;a href=&quot;http://www.easyvmx.com/easyvmx.shtml&quot;&gt;EasyVMX&lt;/a&gt; , a site offering free VM creation for use in VMware player.   &lt;/p&gt;  &lt;p&gt;  Once you download and install VMware player (&lt;a href=&quot;http://www.vmware.com/download/player/&quot;&gt;click here to go to downloads&lt;/a&gt; ).  Create a VMX at EasyVMX, then open that with VMware player.  It really is that easy.  If for example you want to create an Ubuntu VM, you would obviously still need an Ubuntu install disk, or .iso.  (&lt;a href=&quot;http://www.ubuntu.com/getubuntu/download&quot;&gt;Get Ubuntu!&lt;/a&gt;)    &lt;/p&gt;  &lt;p&gt;  &lt;u&gt;A little about VMware Player (From VMware.com):&lt;/u&gt;  &lt;/p&gt;  &lt;blockquote&gt;   &lt;h3&gt;&lt;em&gt;Run multiple operating systems simultaneously on a single PC&lt;/em&gt;&lt;/h3&gt;   &lt;p&gt;   &lt;em&gt;Get   more out of your existing computer hardware. Use the free VMware Player   application to run multiple operating systems simultaneously on a   single PC. &lt;/em&gt;   &lt;/p&gt;   &lt;p&gt;   &lt;em&gt;With VMware Player, you can use any virtual machine created by   VMware Workstation, VMware Server or VMware ESX Server, as well as   Microsoft virtual machines and Symantec LiveState Recovery disks. Use   32- and 64-bit Windows, Linux, NetWare, or Solaris x86 operating   systems side-by-side, without rebooting or partitioning your hard drive.&lt;/em&gt;   &lt;/p&gt;   &lt;h3&gt;&lt;em&gt;Evaluate virtual appliances with ease&lt;/em&gt;&lt;/h3&gt;   &lt;p&gt;   &lt;em&gt;VMware Player makes   it simple to quickly evaluate one of the many virtual appliances   available through the VMware Virtual Appliance Marketplace. A virtual   appliance is a pre-built, pre-configured and ready-to-use enterprise   software application on a virtual machine. With VMware Player, anyone   can quickly and easily experience the benefits of preconfigured   products without any installation or configuration hassles.&lt;/em&gt;   &lt;/p&gt;  &lt;/blockquote&gt;  </description><pubDate>Mon, 11 Jun 2007 16:18:34 GMT</pubDate><guid>http://ajlcom.instantspot.com/blog/2007/06/11/Create-VMware-virtual-machines-without-VMware-Server</guid><category>Virtualization</category></item><item><title>Robots and main page accessibility</title><link>http://ajlcom.instantspot.com/blog/2005/11/15/Robots-and-main-page-accessibility</link><description>On my quest towards e-stardom (aka a relevant and content-rich website), I realized that the navigation towards my older &amp;quot;news items&amp;quot; was somewhat lacking.  My solution for this problem was to create a side bar menu that would contain all of the news item titles in descending date order (aka newest first). &lt;br /&gt;  &lt;br /&gt;  A day or two after this change, I began to notice a positive side-effect to including all of these titles as links on the main page...The robots (spiders) were crawling all through my site!  I&amp;#39;m not 100% sure, but I can&amp;#39;t imagine how this increased indexing would hurt my chances of being returned in some search results.&lt;br /&gt;  &lt;br /&gt;  In a possibly related subject, a Google search for &amp;#39;Aaron Lynch&amp;#39; now returns this page in the top 10 search results (#6 as of this entry) and an MSN search returns &lt;a href=&quot;http://www.aaronjlynch.com&quot;&gt;www.AaronJLynch.com&lt;/a&gt; as #3!&lt;br /&gt;  &lt;br /&gt;  Does anybody want my autograph?  &lt;img src=&quot;/fckeditor/editor/images/smiley/msn/wink_smile.gif&quot; alt=&quot;&quot; /&gt;&lt;br /&gt;  &lt;br /&gt;  UPDATE 1/25/06:  Either Google has changed my ranking somehow, or my switch to BlogCFC&amp;nbsp; has harmed my accessibility somehow.  I now turn up on like page 5 or something terrible.  Back to the drawing board!    </description><pubDate>Tue, 15 Nov 2005 06:00:00 GMT</pubDate><guid>http://ajlcom.instantspot.com/blog/2005/11/15/Robots-and-main-page-accessibility</guid><category>SEO</category></item></channel></rss>