<?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"
	>

<channel>
	<title>Mikes Thoughts &#187; Linux</title>
	<atom:link href="http://lnxpowered.org/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://lnxpowered.org</link>
	<description>News, Views, Subterfuge</description>
	<pubDate>Mon, 17 Nov 2008 04:07:37 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
			<item>
		<title>What&#8217;s  better than SSH?</title>
		<link>http://lnxpowered.org/2008/11/16/whats-better-than-ssh/</link>
		<comments>http://lnxpowered.org/2008/11/16/whats-better-than-ssh/#comments</comments>
		<pubDate>Mon, 17 Nov 2008 04:07:35 +0000</pubDate>
		<dc:creator>Michael Perry</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://lnxpowered.org/2008/11/16/whats-better-than-ssh/</guid>
		<description><![CDATA[You all know the drill. You want a way to mount remote file systems. You can do NFS if you want because you built a nice little Ubuntu server which provides the legendary NAS-like functionality. You can do samba mounting if you want. I&#8217;ve found issues with Openoffice 3.0 on samba mounts though where files [...]]]></description>
			<content:encoded><![CDATA[<p>You all know the drill. You want a way to mount remote file systems. You can do NFS if you want because you built a nice little Ubuntu server which provides the legendary NAS-like functionality. You can do samba mounting if you want. I&#8217;ve found issues with Openoffice 3.0 on samba mounts though where files cannot be &#8220;saved as&#8221;. I don&#8217;t want multiple copies of all the files all over the place. These are all excel, word, and powerpoint files I use for work each day. Better to mount the one directory and then do edits once and rsync to my work laptop. </p>
<p>Like I said, I can do NFS mounting if I want; but that does not do much for me remotely. Enter SSHfs on Ubuntu. Here&#8217;s the few tricks to this treat.</p>
<ol>
<li>apt-get install sshfs</li>
<li>add yourself to the fuse group</li>
<li>create a mount point perhaps off of /media or something</li>
<li>optionally add the commands to the /etc/fstab</li>
</ol>
<p>By adding the mount commands to /etc/fstab, you can simply do as a user mount /nameof/mountpoint and voila! Now you are all securely mounted up. You can increase the timeout for SSH by adding a user level config file to $HOME/.ssh and add something like this <i>ServerAliveInterval 120</i> and that will increase the timeout. </p>
<p>Want a step by step? Do a google. I&#8217;m purposefully not including links because I learned by doing and you can too! This is a great way to securely mount stuff, edit files, make changes, then save it all.</p>
]]></content:encoded>
			<wfw:commentRss>http://lnxpowered.org/2008/11/16/whats-better-than-ssh/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Console on the Linux</title>
		<link>http://lnxpowered.org/2008/11/10/the-console-on-the-linux/</link>
		<comments>http://lnxpowered.org/2008/11/10/the-console-on-the-linux/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 05:56:11 +0000</pubDate>
		<dc:creator>Michael Perry</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://lnxpowered.org/2008/11/10/the-console-on-the-linux/</guid>
		<description><![CDATA[So, for you windows users; you probably think something that&#8217;s typed into a console must be less comprehensive, less wondrous, more basic. Well, on Linux, console applications are a wonder to behold. There&#8217;s a few that just steal the icing off the cake. Like:
Screen - screen is this wondrous little tool that is big. It [...]]]></description>
			<content:encoded><![CDATA[<p>So, for you windows users; you probably think something that&#8217;s typed into a console must be less comprehensive, less wondrous, more basic. Well, on Linux, console applications are a wonder to behold. There&#8217;s a few that just steal the icing off the cake. Like:</p>
<p><a href="http://www.gnu.org/software/screen/">Screen</a> - screen is this wondrous little tool that is big. It can make you more productive, make sure you don&#8217;t lose work, and give you a chance to start a thing at work, let it work at the task while you drive home. Then whammo! Done!</p>
<p><a href="http://samba.anu.edu.au/rsync/">Rsync</a> - well, rsync is something that has to be delved into to be appreciated. Its one of those tools which seem so basic. A file synchronization tool; but it does so much more.</p>
<p><a href="http://moc.daper.net/">MOC</a> - what da heck is MOC? Music on Console of course. Way back when, I used this other one called mp3blaster which is not a living thing any longer; but is still plenty cool. Then there is MOC. MOC rocks the music collection by freeing you from graphics applications. Grok the Moc.</p>
<p>BTW, if you use Windows, I&#8217;m sincerely sorry&#8230; You cannot play in this playground. Go get the Ubuntu and join in. There is no activation key to fret over and the price of admission is well worth it.</p>
]]></content:encoded>
			<wfw:commentRss>http://lnxpowered.org/2008/11/10/the-console-on-the-linux/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ubuntu 8.10 Upgrades</title>
		<link>http://lnxpowered.org/2008/11/08/ubuntu-810-upgrades/</link>
		<comments>http://lnxpowered.org/2008/11/08/ubuntu-810-upgrades/#comments</comments>
		<pubDate>Sun, 09 Nov 2008 03:16:37 +0000</pubDate>
		<dc:creator>Michael Perry</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://lnxpowered.org/2008/11/08/ubuntu-810-upgrades/</guid>
		<description><![CDATA[I recently did the upgrade on my work and home laptop to Ibex or Ubuntu 8.10. It seems to work pretty well; but I don&#8217;t see an innovation to things any longer. We get smaller gnome updates which I like because it stabilizes things. But gone are any exciting moments like 8.04 shipping with the [...]]]></description>
			<content:encoded><![CDATA[<p>I recently did the upgrade on my work and home laptop to Ibex or Ubuntu 8.10. It seems to work pretty well; but I don&#8217;t see an innovation to things any longer. We get smaller gnome updates which I like because it stabilizes things. But gone are any exciting moments like 8.04 shipping with the beta of Firefox 3.0. </p>
<p>Perhaps I need to go back to Debian Sid to regain that excitement and thrill. Ubuntu 8.04 and 8.10 are usable and I can be productive and I&#8217;m getting spoiled with the 6 month release cycles. </p>
<p>When I go to use Vista, I&#8217;m always kinda shocked at its interface and its strangeness. UAC on; its almost unbearable. UAC off; it works. But its still Vista. Perhaps Windows 7 will be different&#8230;</p>
<p>Meanwhile, the brown one seems to work; but I&#8217;ve read of issues with wifi. The promise around the Linux side of things is that developers &#8220;use&#8221;. And being users they get hit by the same things we all do. Perhaps that&#8217;s an incentive to fix things quicker.</p>
]]></content:encoded>
			<wfw:commentRss>http://lnxpowered.org/2008/11/08/ubuntu-810-upgrades/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Its the Intrepid</title>
		<link>http://lnxpowered.org/2008/10/25/its-the-intrepid/</link>
		<comments>http://lnxpowered.org/2008/10/25/its-the-intrepid/#comments</comments>
		<pubDate>Sun, 26 Oct 2008 01:26:45 +0000</pubDate>
		<dc:creator>Michael Perry</dc:creator>
		
		<category><![CDATA[Ideas]]></category>

		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://lnxpowered.org/2008/10/25/its-the-intrepid/</guid>
		<description><![CDATA[On 31 October, kids of all ages dress up for halloween in scary costumes or princess gowns or other things equally fun and sometimes expensive. My Linux boxes also will get dressed up around that day with something that sounds equally impressive and hopefully not scary. The main reason I left classical Debian behind was [...]]]></description>
			<content:encoded><![CDATA[<p>On 31 October, kids of all ages dress up for halloween in scary costumes or princess gowns or other things equally fun and sometimes expensive. My Linux boxes also <a href="http://www.maximumpc.com/article/features/everything_you_need_know_about_ubuntu_810_intrepid_ibex?page=0%2C0">will get dressed up</a> around that day with something that sounds equally impressive and hopefully not scary. The main reason I left classical Debian behind was I wanted release schedules, features that were programmed into release schedules, and a reasonable set of new things I could look forward to. I still run a Debian Testing system because I like it and I can run one; but Ubuntu is the choice for me for regular laptop and desktop uses. Simply put, Windows is not really necessary and my laptop rejoices. On Windows XP, this laptop slows way down to a messy slow syrup. If I choose to connect to our company&#8217;s exchange server, Outlook gives me fits of pain and irritation. Of course, this is a T43 laptop so its old. Its a decent video card and memory and disk space though and its able to do tasks. On Linux it can run <a href="http://www.virtualbox.org">VirtualBox</a> and inside that run XP&nbsp; for one or two things easily.</p>
<p>But lets get down to the Ibex. What are the compelling reasons to upgrade or why delay it for a bit? Well, some of the things I will like to see like the file encryption for things I just don&#8217;t want to encrypt with secret commands and things. The second are the new goodies for my desktop. I&#8217;m a gadget sort of guy. I&#8217;d like integrated widgets like <a href="http://widgets.yahoo.com/">Yahoo Widgets</a> on my Linux boxen. A final reason is the promise of longer battery life. On this laptop I have the extended thinkpad battery and it appears to get about 4 hours of life. Not sure how accurate that is. In previous versions of Ubuntu I had to mess with suspending and hibernating. These are two features I make use of since I travel on occasion or even more often. Lets be serious. In the past, Linux suffered in this area. The advice I would get is to shut the laptop down when I&#8217;m done. Why in the Hell do that I&#8217;d wonder? I have a laptop because its a &#8220;mobile device&#8221; for a mobile life. If I wanted just a desktop I&#8217;d haul a shuttle around. </p>
<p>So there are about 5 reasons to upgrade. Goodies, kernel, power management. Enough? Well, I may do one laptop since I have dual laptops of the same make. Or I may pop in a new laptop drive and give it a whirl.</p>
<p>A work colleague told me I was in prison with Windows and to break free. he was right and I thank him for that bit of advice. Now its time to look at the Intrepid one. Hopefully the treat is there and the trick is less <img src='http://lnxpowered.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://lnxpowered.org/2008/10/25/its-the-intrepid/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Friday Night</title>
		<link>http://lnxpowered.org/2008/10/10/friday-night/</link>
		<comments>http://lnxpowered.org/2008/10/10/friday-night/#comments</comments>
		<pubDate>Sat, 11 Oct 2008 03:53:48 +0000</pubDate>
		<dc:creator>Michael Perry</dc:creator>
		
		<category><![CDATA[Current Events]]></category>

		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://lnxpowered.org/2008/10/10/friday-night/</guid>
		<description><![CDATA[Well, here it is Friday night. I&#8217;m preparing for a trip in a week or so to India and Singapore for 2 weeks. Got some priority projects to get good statuses on. The new work keeps me going most days and evenings. I noticed I had not posted anything here in some days so its [...]]]></description>
			<content:encoded><![CDATA[<p>Well, here it is Friday night. I&#8217;m preparing for a trip in a week or so to India and Singapore for 2 weeks. Got some priority projects to get good statuses on. The new work keeps me going most days and evenings. I noticed I had not posted anything here in some days so its time to scratch and sniff again and find some virtual travel spots. Excuse the rather lame wandering here; but its what I&#8217;m made of.<br /><b><br />Anomie&#8217;s Journey</b></p>
<p><a href="http://education.yahoo.com/reference/dictionary/entry/anomie">Anomie</a> is a sociological term from back when. I like its meaning overall. It bridges a few gaps. I always felt that sociologists were kinda funny kids on the block back when I did anthropology. We used to joke that they were &#8220;almost enlightened&#8221;. But psychologists were unworthy. I still feel that way for some reason. Perhaps because they always felt that they had some magic answers and they only did the observation for an hour a week. After all, anthropologists study behaviors for years and often admit to still not knowing nearly enough. This is human and cultural behavior folks. How can you sum up another culture in an hour a week? </p>
<p><b>Sincerely Moving Away from Center</b></p>
<p>I find myself these days getting some kind of wanderlust. I drift off sometimes to find a reality that I once had. Advancing years? I still feel in command of my senses (for the most part). No, I think its some mental wanderlust. I still connect to <a href="http://www.intothewild.com">Alexander Supertramp</a> and still see that magical bus and wonder at his life and places. Darn that Sean Penn anyways. He had to do that movie. He left me scarred.</p>
<p>Now I am moving off the center beam. I remember when I went into my wild. For me, it was those days of wandering deserts, mountains, hills. I could have stayed there for those years and more. Anthropology was such a mistress folks. Demanding, sometimes demented; but always very possessive and needing more. </p>
<p>And I miss it sometimes very much and other times even more. But I miss it in a way of not wanting to go back. I like what I have now; in fact would say I love it. But its the secret life of my own conscience that drags me around its hurricane force winds.</p>
<p><b>Linux on the Corners of the World</b></p>
<p>Back to my travel to <a href="http://en.wikipedia.org/wiki/Chennai">Chennai</a>. I like India folks. I told a colleague that India and Linux are a lot alike. Both seem unfinished, promising, rich, and tapestried. They both have potential and like most human conditions some flaws. Software is never finished and my feeling about India is its not finished either. And that&#8217;s a wondrous thing. Its mold is still be shaped and I think the people know it. So off I go soon.</p>
<p>Wish me well and safe travels. I wonder why <a href="http://www.sifry.com/alerts">Dave</a> and his <a href="http://www.offbeatguides.com/beta">Offbeat Guides</a> guys won&#8217;t invite me. I&#8217;m a good traveler guys. I like adventure. Gimme a try. I want to be a Offbeat travel guy. I&#8217;m going to Singapore and India soon. I have 3 days of a weekend to go poke around in dusty corners.</p>
]]></content:encoded>
			<wfw:commentRss>http://lnxpowered.org/2008/10/10/friday-night/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Weekend Meanders</title>
		<link>http://lnxpowered.org/2008/09/21/weekend-meanders/</link>
		<comments>http://lnxpowered.org/2008/09/21/weekend-meanders/#comments</comments>
		<pubDate>Mon, 22 Sep 2008 04:20:29 +0000</pubDate>
		<dc:creator>Michael Perry</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://lnxpowered.org/2008/09/21/weekend-meanders/</guid>
		<description><![CDATA[This weekend was a quiet one for me. At work on Friday, I had reached the end of the tether running Windows. XP Professional decided it was unhappy and I had been unhappy for awhile being away from &#8220;The Linux&#8221;. I had gotten more that way of late with moving to a position of openly [...]]]></description>
			<content:encoded><![CDATA[<p>This weekend was a quiet one for me. At work on Friday, I had reached the end of the tether running Windows. XP Professional decided it was unhappy and I had been unhappy for awhile being away from &#8220;The Linux&#8221;. I had gotten more that way of late with moving to a position of openly evangelizing Linux solutions. I should be eating the dog food. So, instead of merely buying another laptop drive, I installed the <a href="http://www.ubuntu.com">Brown Distribution </a>over the XP drive. Its always a liberating feeling when I make a basic change. I just feel more real, more in control, more &#8220;there&#8221; with Linux. its a better thing. Now I&#8217;ll enjoy this until I see the new Ubuntu come out and then I&#8217;ll consider whether I update or not. Truth be told, things are working very well for me now. Since the company uses Exchange, I just use OWA for calendaring only and use Thunderbird for email. </p>
<p>My phone, a Motorola Q9 global, still does what I want. Its the hub of my own collaboration approaches and lets me keep updated with email, calendaring, tasks and I don&#8217;t interface all that much with exchange. </p>
<p>I do have a infrequent need to access specific programs like Visio so I have a native Server 2008 box all pimped out looking like Vista for those rare times.</p>
<p>You can live in a Windows-centric world and use other tools. Its not hard to get there.</p>
]]></content:encoded>
			<wfw:commentRss>http://lnxpowered.org/2008/09/21/weekend-meanders/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Vmware ESXi Whitebox Fun, Fancies, Challenges</title>
		<link>http://lnxpowered.org/2008/09/06/vmware-esxi-whitebox-fun-fancies-challenges/</link>
		<comments>http://lnxpowered.org/2008/09/06/vmware-esxi-whitebox-fun-fancies-challenges/#comments</comments>
		<pubDate>Sat, 06 Sep 2008 23:18:24 +0000</pubDate>
		<dc:creator>Michael Perry</dc:creator>
		
		<category><![CDATA[Ideas]]></category>

		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://lnxpowered.org/2008/09/06/vmware-esxi-whitebox-fun-fancies-challenges/</guid>
		<description><![CDATA[When VMware announced that ESXi would be downloadable for free, I knew that I&#8217;d be able to find a good source to do a so-called unsupported install onto a whitebox. Its tricky though. The installer just will not see any ole network interface card or hard disk drives. I&#8217;ll skip all the failures and get [...]]]></description>
			<content:encoded><![CDATA[<p>When <a href="https://www.vmware.com/tryvmware/login.php?eval=esxi&amp;t=1">VMware announced that ESXi</a> would be downloadable for free, I knew that I&#8217;d be able to find a <a href="http://www.vm-help.com/">good source</a> to do a so-called unsupported install onto a whitebox. Its tricky though. The installer just will not see any ole network interface card or hard disk drives. I&#8217;ll skip all the failures and get on with what I did to make things work on a lowly home whitebox. It is lowly compared to what we used to run ESX on at Visa; but still its a decent system.  Here are the specs and data on the system:</p>
<ol>
<li>ECS GeForce 6100SM-M2 Socket AM2 Motherboard (RETAIL) GeForce6100SM-M2 (V1.0A)</li>
<li>Socket AM2 NVIDIA GeForce 6100 Chipset</li>
<li>NVIDIA nForce 405 Chipset</li>
<li>SATA RAID 0/1</li>
<li>NVIDIA GeForce 6100 Video Onboard</li>
</ol>
<ul></ul>
<p>My particular system has 4g of memory but I could go farther with it as it all the way up to 16gb of memory and it has a dual core AMD64 6000+ CPU in it.</p>
<p>Note that most of the list above will not work with ESXi. Well, the memory and CPU will and perhaps that&#8217;s the most important. Here is what I had to add to make it work though:</p>
<ul>
<li>Promise  SATA300 TX4</li>
<li>2 x 500gb Seagate SATA 3.0 Drives</li>
<li>1 crummy but reliable E100 Network card</li>
</ul>
<p>So I assembled all this into the system, booted the ESXi installer ISO image and off it went. It found the Promise SATA controller, gave me a choice of drives to install to. The install went fine but of course the Marvel Yukon gig ethernet card is not found. Hence, the E100 card above that I have a few of. When done, I got the warning from the ESXi install that I had no &#8220;persistent memory&#8221;. So I configured two disks worth of 900gb of usable storage space.Promise  SATA300 TX4. The other nice thing about this promise controller is that I still have two more SATA ports left with nothing on them and plenty of space in the case I chose.</p>
<p>So what to do with this you may ask? Well, its a home experiment and I already had the system. Just had to add the Promise controller which cost about $70.00. Its baremetal so things are different than VMWare Server at a few levels. Its faster, cleaner, and more dedicated which is fine for me. it also has a very constrained HCL that VMWare openly promotes; but as you can see it is possible to do ESXi on a comfortable; yet minimal system at home.</p>
<p>The next step is to run the VMware converter which talks to ESXi directly and &#8220;port&#8221; a few VMWare workstation images I have to the server. I could also just do installs of new guests if I wanted; but I have a few different ones.</p>
<p>If you decide to go play in the fields of ESXi, read the vm-help website for tips and tricks to get you through the experience. You too can have a whitebox running a baremetal hypervisor!</p>
<p><strong>Final Steps<br />
</strong><br />
Why you may ask would I do this? Mess around with temporal and spatial things like virtualization. This leads me to my last area. My position has changed dramatically at the company. I am know working as a product evangelist and technologist/product manager for our evolving and emerging solutions which includes our Linux portfolio. I am expected to participate in wide-ranging technology discussions with partners, assess new technologies (like virtualization) and then promote their use in the company ecology. I&#8217;m very excited about this move because I think I&#8217;m good at this. I&#8217;ve been around Linux for about 12 years now in a few settings. I&#8217;ve managed deployments, built custom distributions, managed large PS engagements. I also feel that I understand its place and what it offers as a compelling alternative in a few settings to more standardized solutions. Call me a disruptive solutions specialist if you will <img src='http://lnxpowered.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Things never stay the same and when they change, they really change. Change is good and I  believe our minds and spirits and bodies thrive with it. If we just stay the status quo, we never feel the challenge.</p>
]]></content:encoded>
			<wfw:commentRss>http://lnxpowered.org/2008/09/06/vmware-esxi-whitebox-fun-fancies-challenges/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Fun with Hyper-V and VMware</title>
		<link>http://lnxpowered.org/2008/08/17/fun-with-hyper-v-and-vmware/</link>
		<comments>http://lnxpowered.org/2008/08/17/fun-with-hyper-v-and-vmware/#comments</comments>
		<pubDate>Sun, 17 Aug 2008 22:31:53 +0000</pubDate>
		<dc:creator>Michael Perry</dc:creator>
		
		<category><![CDATA[Current Events]]></category>

		<category><![CDATA[Ideas]]></category>

		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://lnxpowered.org/2008/08/17/fun-with-hyper-v-and-vmware/</guid>
		<description><![CDATA[I&#8217;ve been playing around with two cool virtualization technologies. One is on my almost brand spanking new Windows Server 2008 box.  This box is a AMD64 dual core 6000+ with 6g of memory. It runs most stuff very robustly and VMware Server and/or Hyper-V are no exception. Unfortunately, on Ubuntu 7.10 AMD64 I can [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been playing around with two cool virtualization technologies. One is on my almost brand spanking new Windows Server 2008 box.  This box is a AMD64 dual core 6000+ with 6g of memory. It runs most stuff very robustly and <a href="http://vmware.com/products/server/">VMware Server</a> and/or <a href="http://www.microsoft.com/windowsserver2008/en/us/virtualization-consolidation.aspx">Hyper-V</a> are no exception. Unfortunately, on Ubuntu 7.10 AMD64 I can no longer seem to get the Console Monitor to work no matter what I try; so I moved things off that box. Now I have VMware Workstation installed on a Server 2003 box and my 2008 Workstation (uhm Server). Truth be told, Server 2008 is an excellent workstation OS. It flat outflies Vista 64 which I have one of as well. Now I just use the Vista box to serve up my new HP printer software. </p>
<p>I found a few interesting newbie things with Hyper-V which took me a bit to deal with. Ubuntu 7.10 no matter what just won&#8217;t install and its been reported a few times. I installed Ubuntu 8.04 server and it works fine but you have to assign a legacy network card and you also have to &#8220;associate the real card&#8221; with the virtual card or at least I did to make networking work. Then you can just reboot the VM and networking/dhcp comes right up. Hyper-V is pretty cool though once you learn its little tricks and traps. I can see why VMware is threatened. It does some stuff and I&#8217;m just starting. Bundling it with an Operating System is smart. Damned smart Microsoft.  Good one! That makes VMWare have to give things away like ESXi.</p>
<p>On to VMware Server. As I noted, something is just wrong with Server on Ubuntu 7.10 and I don&#8217;t know what. Server Console won&#8217;t work but I can RDP and ssh to the guests. What&#8217;s up with that? VMware Server seems to be a back step since it does all kinds of weird stuff with web and console. Forget about it!</p>
<p>I could probably just stabilize on Hyper-V but I have been a VMWare customer for years and I want it to work. VMware Workstation is still plenty nice but I think VirtualBox threatens it with its transparent or seamless modes for guest applications. I have not tried VirtualBox on Ubuntu yet; but I may do that at work. Truth is, it appears that VirtualBox is a great personal virtualization thing but I cannot serve up images. Since I am involved with building out a support lab that is all virtual for work; I need to serve up the guests.</p>
<p>I also wonder what&#8217;s next for VMWare? They seem to be giving away stuff now and Hyper-V is plenty cool and its something for VMware to worry over. Gnaw that bone VMWare guys. You need some competition! It gives the rest of us new toys and tools to test out.</p>
]]></content:encoded>
			<wfw:commentRss>http://lnxpowered.org/2008/08/17/fun-with-hyper-v-and-vmware/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Solitaire in Dots and Dashes</title>
		<link>http://lnxpowered.org/2008/08/16/solitaire-in-dots-and-dashes/</link>
		<comments>http://lnxpowered.org/2008/08/16/solitaire-in-dots-and-dashes/#comments</comments>
		<pubDate>Sat, 16 Aug 2008 14:56:34 +0000</pubDate>
		<dc:creator>Michael Perry</dc:creator>
		
		<category><![CDATA[Ideas]]></category>

		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://lnxpowered.org/2008/08/16/solitaire-in-dots-and-dashes/</guid>
		<description><![CDATA[Its the weekend so perhaps its blog-time. Seems that I only write these days on the weekends. I started writing some stuff last night about a slashdot story on Linux and where it would be in 3 years; but I stopped. I&#8217;ve been using Linux one way or another for about 10 years now. At [...]]]></description>
			<content:encoded><![CDATA[<p>Its the weekend so perhaps its blog-time. Seems that I only write these days on the weekends. I started writing some stuff last night about a slashdot story on Linux and where it would be in 3 years; but I stopped. I&#8217;ve been using Linux one way or another for about 10 years now. At home, work, selling it, preselling it, managing it, deploying it. The last year or so I&#8217;ve moved off center from it. I worked at Visa and only touched Linux things and now I&#8217;m more involved at a few levels since I seem to be moving to a place where I&#8217;ll be some kind of Product Manager for our Linux line of appliances. That&#8217;s to be defined still I guess. But after reading the comments and the article, I&#8217;m unsure where the whole thing is going and perhaps that&#8217;s part of the mystique and why the desktop environments replicate but really don&#8217;t innovate. I cannot find where Linux will be and my questions are:</p>
<ul>
<li>Will Linux on the desktop ever truly arrive for the masses? People point at Dell selling Linux as though this is the first time it happened. Here&#8217;s a bit of news for ya. In 2001, Dell was packaging 4 different forms of Linux on desktop machines and laptops. Linuxcare Labs certified that hardware for Dell back then and I managed the technical relationship with Dell back then.</li>
<li>Will KDE and Gnome ever see it will be better to come together? Perhaps there is one integrating platform between the two camps. We also need to evolve applications in general. Applications are organisms. They require feeding and watering and they need to take a dump every so often. Dumps mean learning for developers I think.</li>
</ul>
<p>I went to the show at Moscone this year. We need something else and I suggest that its <a href="http://www.socallinuxexpo.com">SCALE</a> in Los Angeles. <a href="http://www.linuxworldexpo.com">Linuxworld</a> has lost whatever vision and participation it once had. Drop the feeble attempts guys. You&#8217;ve lost the thread of what the show is. Somehow its some next generation data center show. You&#8217;ve lost the consciousness and evolution of things. The show is not a show-case of Linux and it does not capture a meeting place between Linux and users (corporate, personal, company). its some bastardization of open source and show with a dash of feeble representation by dwindling attendees and exhibitors.</p>
<p>For me personally, I love Linux and what it is and does. I&#8217;ve just moved beyond using it on the desktop and have gone backwards unfortunately. Perhaps this habilis has gotten lazy and wants something simple. The idea for me is the tool. The tool must deliver and give function. If I have to run one thing to launch another thing which in turn is virtual and I do that to take care of default tools, I have questions. Like Why. Why am I doing things this way and am I doing the best job at tool using?</p>
]]></content:encoded>
			<wfw:commentRss>http://lnxpowered.org/2008/08/16/solitaire-in-dots-and-dashes/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ultimate Disarray at Moscone - Duplicate Post/Update</title>
		<link>http://lnxpowered.org/2008/08/10/ultimate-disarray-at-moscone-duplicate-postupdate/</link>
		<comments>http://lnxpowered.org/2008/08/10/ultimate-disarray-at-moscone-duplicate-postupdate/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 04:01:21 +0000</pubDate>
		<dc:creator>Michael Perry</dc:creator>
		
		<category><![CDATA[Current Events]]></category>

		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://lnxpowered.org/2008/08/10/ultimate-disarray-at-moscone-duplicate-postupdate/</guid>
		<description><![CDATA[I ended up moving some stuff around here and took a database backup which was missing this blogpost. Scribefire kept it in the editing window so I am reposting it.  The thoughts still run true on the whole Linuxworld Expo experience&#8230;
I visited Linuxworld Expo for the day yesterday. It was yet again different and [...]]]></description>
			<content:encoded><![CDATA[<p>I ended up moving some stuff around here and took a database backup which was missing this blogpost. Scribefire kept it in the editing window so I am reposting it.  The thoughts still run true on the whole Linuxworld Expo experience&#8230;</p>
<p>I visited <a href="http://www.linuxworldexpo.com">Linuxworld Expo</a> for the day yesterday. It was yet again different and a few folks commented on the overall size reduction of the exhibition floor. Gone were Novell, no Redhat (again), no Sun, no groups of others. At this point it could move back to San Jose for size reasons much like it moved out of San Jose back in 2001 or so for size reasons.</p>
<p>The show is sad and it seems to be like an anxious shadow casting about furtively for its master image. It just don&#8217;t know what it wants to be. Am I data center show focusing on Linux or a Linux show focusing on data center? There was a huge trailer with the next generation data center in it but there were not enough visitors to keep the show floor busy. </p>
<p>At the other end of the spectrum, thanks to the folks at <a href="http://www.socallinuxexpo.com">SCALE</a> for making 7x a Westin LAX Hotel event again! The accomodations, staff, location make the Westin a great conference location. I will be attending next February 20-22 for sure! The difference is the difference. SCALE is enjoyable, rewarding, and fun. There is the mix of big enterprise and individual contributor there. I like the spread of papers that one can listen to and enjoying a beverage at the hotel of the event each evening.</p>
<p>I&#8217;ll probably drop to one Linux show each year now and it won&#8217;t be LWE in SF. I cannot afford OSCON. SCALE remains my show of choice especially after seeing this last Linuxworld. I commented to <a href="http://blogs.law.harvard.edu/doc/">Doc</a> that it was like someone washed the show in very hot water and it shrunk. </p>
<p>So true; so sadly true. </p>
]]></content:encoded>
			<wfw:commentRss>http://lnxpowered.org/2008/08/10/ultimate-disarray-at-moscone-duplicate-postupdate/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
