<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://en.community.dell.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Direct2Dell : Linux</title><link>http://en.community.dell.com/blogs/direct2dell/archive/category/1021.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator><item><title>Chrome OS Wi-Fi Support Running on a Mini 10v... Source Code Available</title><link>http://en.community.dell.com/blogs/direct2dell/archive/2009/11/25/chrome-os-wi-fi-support-running-on-a-mini-10v-source-code-available.aspx</link><pubDate>Thu, 26 Nov 2009 02:32:00 GMT</pubDate><guid isPermaLink="false">e3197daa-ef0d-4a70-8402-29215ff9a0f2:19597149</guid><dc:creator>DELL-Doug A</dc:creator><slash:comments>36</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://en.community.dell.com/blogs/direct2dell/rsscomments.aspx?PostID=19597149</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://en.community.dell.com/blogs/direct2dell/commentapi.aspx?PostID=19597149</wfw:comment><comments>http://en.community.dell.com/blogs/direct2dell/archive/2009/11/25/chrome-os-wi-fi-support-running-on-a-mini-10v-source-code-available.aspx#comments</comments><description>&lt;p&gt;Last week, &lt;a href="http://googleblog.blogspot.com/2009/11/releasing-chromium-os-open-source.html"&gt;Google released ChromiumOS&lt;/a&gt; to the open source community at &lt;a href="http://www.chromium.org/chromium-os"&gt;http://www.chromium.org/chromium-os&lt;/a&gt;. &amp;nbsp;ChromiumOS is a small, optimized OS whose purpose is to make it extremely simple and easy to browse the web.&amp;nbsp; Without a network connection, ChromiumOS is not very interesting. With a network connection, ChromiumOS shines.&amp;nbsp; The Chromium browser is extremely fast and makes for a great web-centric browsing experience.&amp;nbsp; Boot time appears quick too - about 12 seconds from hitting the power button.&lt;/p&gt;
&lt;p&gt;Me and some other Dell folks noticed that Engadget recently got the Chrome OS &lt;a href="http://www.engadget.com/2009/11/24/chrome-os-like-lightning-from-a-usb-key-we-could-get-used-to-th/"&gt;running on a Vostro A860 netbook&lt;/a&gt;. I&amp;#39;ve been doing some timkering over the lat few days working to get our Dell Mini 10v up and running with ChromiumOS. As of late yesterday, I can report success. &amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I have released an USB key image file to: &lt;strong&gt;&lt;a href="http://linux.dell.com/files/cto"&gt;http://linux.dell.com/files/cto&lt;/a&gt;&lt;/strong&gt;. The file name is: &amp;quot;&lt;strong&gt;ChromiumOS_Mini10v_Nov25.img.&lt;/strong&gt;&amp;quot; &amp;nbsp;It contains a functioning image of my USB key loaded with ChromiumOS.&amp;nbsp; In addition, I have made a best effort attempt to get the Broadcom Wi-Fi adapter working in this image.&amp;nbsp; It&amp;#39;s definitely not perfect (read: highly experimental, untested, unstable, yada yada...) but it does appear to function. &lt;/p&gt;
&lt;p&gt;Here are the caveats:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;It will take more than 5-10 *minutes* for the ChromiumOS network connection manager to &amp;quot;see&amp;quot; the access points and allow you to select and connect - be patient.&lt;/li&gt;
&lt;li&gt;Wired connections appear to work fine and appear quick to connect.&lt;/li&gt;
&lt;li&gt;There are currently issues with both the connection manager as well as the underlying components (wpa_supplicant) that can easily break or get hung. When in doubt, reboot and give it another try.&lt;/li&gt;
&lt;li&gt;Use this image at your own risk - it comes to you totally unsupported and very minimally tested.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Speaking of which, to &amp;quot;reboot&amp;quot; the image, you have to press the &amp;quot;power&amp;quot; key on the Mini 10v - there is no &amp;quot;reboot/shutdown&amp;quot; menu option to do this. &lt;/p&gt;
&lt;p&gt;To copy onto an USB key (8GB minimum), find another Linux machine and utilize the &amp;quot;dd&amp;quot; command to put the image onto the USB key. &lt;/p&gt;
&lt;p&gt;Example: &lt;strong&gt;dd if=ChromiumOS_Mini10v_Nov25.img of=/dev/sdb&amp;nbsp;&amp;nbsp; &lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;In this example, /dev/sdb is my entire USB key... use &amp;quot;fdisk -l&amp;quot; to see how your USB key is named for your particular environment. Be careful to select your USB device (again, use fdisk -l to double verify and confirm the correct device filename) and not another device...&amp;nbsp; &lt;/p&gt;
&lt;p&gt;Some additional notes for the released image:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The user name to login is &amp;quot;&lt;strong&gt;dell&lt;/strong&gt;&amp;quot;. The desktop login window will complete the user name by adding &amp;quot;&lt;strong&gt;@gmail.com&lt;/strong&gt;&amp;quot; to the end&lt;/li&gt;
&lt;li&gt;The user password is &amp;quot;&lt;strong&gt;dell&lt;/strong&gt;&amp;quot;&lt;/li&gt;
&lt;li&gt;The root password is set to &amp;quot;&lt;strong&gt;dell&lt;/strong&gt;&amp;quot;&lt;/li&gt;
&lt;li&gt;I&amp;#39;ve included a script in /etc called &amp;quot;&lt;strong&gt;mount_rw.sh&lt;/strong&gt;&amp;quot; to allow root (or sudo) to remount the root partition for updates/changes/whatever you like. &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Obviously, this image comes with absolutely no support of any kind and is to be considered highly experimental and completely unstable.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;There are some good developer forums at http://www.chromium.org for more information - for the chromium-os-development forum, I&amp;#39;ve posted a summary of what I had to do to get the wifi to the current working state. Much more needs to be done, but, for now, it&amp;#39;s a start. &lt;/p&gt;
&lt;p&gt;Enjoy!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://en.community.dell.com/aggbug.aspx?PostID=19597149" width="1" height="1"&gt;</description><category domain="http://en.community.dell.com/blogs/direct2dell/archive/tags/Technology/default.aspx">Technology</category><category domain="http://en.community.dell.com/blogs/direct2dell/archive/tags/Linux/default.aspx">Linux</category><category domain="http://en.community.dell.com/blogs/direct2dell/archive/tags/Laptops+_2600_amp_3B00_+Mobile+Devices/default.aspx">Laptops &amp;amp; Mobile Devices</category><category domain="http://en.community.dell.com/blogs/direct2dell/archive/tags/Software+_2F00_+Operating+Systems/default.aspx">Software / Operating Systems</category></item><item><title>Dell Linux Engineering to participate in UDS-L (November 16-20)</title><link>http://en.community.dell.com/blogs/direct2dell/archive/2009/11/16/dell-linux-engineering-to-participate-in-uds-l-dec-16-20.aspx</link><pubDate>Mon, 16 Nov 2009 21:00:00 GMT</pubDate><guid isPermaLink="false">e3197daa-ef0d-4a70-8402-29215ff9a0f2:19590692</guid><dc:creator>DELL-Amit B</dc:creator><slash:comments>5</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://en.community.dell.com/blogs/direct2dell/rsscomments.aspx?PostID=19590692</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://en.community.dell.com/blogs/direct2dell/commentapi.aspx?PostID=19590692</wfw:comment><comments>http://en.community.dell.com/blogs/direct2dell/archive/2009/11/16/dell-linux-engineering-to-participate-in-uds-l-dec-16-20.aspx#comments</comments><description>&lt;p&gt;I&amp;#39;d like to announce that Dell Linux Engineers will hit the road to Dallas, TX to participate in &lt;a href="https://wiki.ubuntu.com/UDS-L"&gt;the upcoming Ubuntu Developers Summit for Lucid Lynx&lt;/a&gt; (UDS-L) from &lt;span style="text-decoration:line-through;"&gt;December 16 - 20&lt;/span&gt; &lt;strong&gt;Correction: &lt;/strong&gt;November 16 - 20. &lt;/p&gt;
&lt;p&gt;&lt;a href="http://arstechnica.com/open-source/news/2009/09/ubuntu-1004-lts-announced-codenamed-lucid-lynx.ars"&gt;Lucid Lynx&lt;/a&gt; is the code name for the upcoming release of &lt;a href="http://www.ubuntu.com/"&gt;Ubuntu&lt;/a&gt;, versioned 10.04. This is a significant release for Canonical and Dell as this it will be an LTS (Long Term Support) meaning it will be supported by Canonical for three years on the Desktop and five years on the Servers. UDS is the forum where the Ubuntu Linux Community Developers and System Integrators (like Dell) come together to discuss and hash out the feature roadmap for the next release of Ubuntu Linux. Issues that need fixing, features that need developing are all spec&amp;#39;d out, prioritized and based in this week-long marathon of discussions and brainstorms. At the end of the summit, the &lt;a href="https://blueprints.launchpad.net/ubuntu"&gt;final Blueprints&lt;/a&gt; are published. These Blueprints are reflective of what to expect in the next release of Ubuntu Linux. This sort of &amp;quot;transparent&amp;quot; planning is what differentiates the open-source projects such as Ubuntu Linux from their &amp;quot;closed-source&amp;quot; counterparts.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://en.community.dell.com/blogs/direct2dell/archive/2009/11/09/dell-recovery-tool-enhancements.aspx"&gt;Mario Limonciello&lt;/a&gt; will be hitting the road with me. We both work in the core Ubuntu Linux engineering team at Dell responsible for delivering Ubuntu Linux on various desktops, notebooks and netbooks globally. Making guest appearances on random days of the summit will be &lt;a href="http://www.engadget.com/2009/07/16/dells-doug-anson-the-operating-system-renaissance-man-digs-ch/"&gt;Doug Anson&lt;/a&gt; who works for the Office of the CTO responsible for architecture of Client Linux across Dell as well as &lt;a href="http://lxer.com/module/newswire/view/91429/index.html"&gt;John Hull&lt;/a&gt; who is the Engineering Manager for the Linux team at Dell.&lt;/p&gt;
&lt;p&gt;I will be leading a &lt;a href="https://wiki.ubuntu.com/UDS-L/Plenaries"&gt;plenary on &amp;quot;Preloading Ubuntu&lt;/a&gt;&amp;quot; on the second day of the summit right after lunch hour. In addition, we will all be participating in many different sessions that span across several different tracks such as Desktop, Kernel, QA, Community etc. So, come out and join us or &lt;a href="https://wiki.ubuntu.com/UDS-L/RemoteParticipation"&gt;remotely participate&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://en.community.dell.com/aggbug.aspx?PostID=19590692" width="1" height="1"&gt;</description><category domain="http://en.community.dell.com/blogs/direct2dell/archive/tags/Linux/default.aspx">Linux</category><category domain="http://en.community.dell.com/blogs/direct2dell/archive/tags/Events/default.aspx">Events</category><category domain="http://en.community.dell.com/blogs/direct2dell/archive/tags/Software+_2F00_+Operating+Systems/default.aspx">Software / Operating Systems</category></item><item><title>Dell Recovery Tool Enhancements</title><link>http://en.community.dell.com/blogs/direct2dell/archive/2009/11/09/dell-recovery-tool-enhancements.aspx</link><pubDate>Mon, 09 Nov 2009 19:00:00 GMT</pubDate><guid isPermaLink="false">e3197daa-ef0d-4a70-8402-29215ff9a0f2:19584011</guid><dc:creator>DELL-Mario L</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://en.community.dell.com/blogs/direct2dell/rsscomments.aspx?PostID=19584011</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://en.community.dell.com/blogs/direct2dell/commentapi.aspx?PostID=19584011</wfw:comment><comments>http://en.community.dell.com/blogs/direct2dell/archive/2009/11/09/dell-recovery-tool-enhancements.aspx#comments</comments><description>&lt;p&gt;Hi Everyone,&lt;br /&gt;&lt;br /&gt;Today I&amp;#39;d like to announce some new features that have been introduced to the dell-recovery tool that we are shipping with Ubuntu machines.&amp;nbsp; As you might have been aware, the dell-recovery tool takes the content of a Linux Dell recovery partition and builds it into a bootable ISO image that can be burned using usb-creator or CD image burning software.&amp;nbsp; When booted up, this image emulates a run through the open source portions of the Dell factory process.&lt;br /&gt;&lt;br /&gt;This new enhancement is an optional image builder mode.&amp;nbsp; The image builder mode allows you to build recovery media with these same customizations, but with content that is not necessarilly shipping from Dell factories.&lt;br /&gt;This means that even if you didn&amp;#39;t purchase a machine with Ubuntu, you can still build an image that is representative of the (open source) content you get from a Dell factory install of such a machine.&lt;br /&gt;&lt;br /&gt;Of course due to the nature of the tool and Ubuntu variants being so similar, you can even generate media for other remixes or derivatives of Ubuntu such as Kubuntu with &lt;a href="http://roderick-greening.blogspot.com/2009/11/have-dell-laptop-and-want-kubuntu-with.html"&gt;a few small modifications&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;I&amp;#39;ve &lt;a href="http://en.community.dell.com/wikis/linux/building-base-ubuntu-factory-iso.aspx"&gt;set up a wiki page&lt;/a&gt; on the Dell Community wiki that explains the current usage of the tool.&amp;nbsp; Feel free to add comments to the comments section or make modifications to the page if you can improve to it.&lt;br /&gt;The updated tool can be found at the &lt;a href="https://launchpad.net/dell-recovery"&gt;dell-recovery product page on launchpad&lt;/a&gt;.&amp;nbsp; Feel free to raise any questions about the tool on the &lt;a href="https://launchpad.net/~dell-recovery"&gt;dell-recovery mailing list on launchpad&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;img style="max-width:770px;border:0;" src="http://linux.dell.com/files/ubuntu/image_builder/builder_mode_question.png" border="0" alt="" width="476" height="203" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-width:770px;" src="http://linux.dell.com/files/ubuntu/image_builder/version.png" border="0" alt="" width="481" height="279" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://en.community.dell.com/aggbug.aspx?PostID=19584011" width="1" height="1"&gt;</description><category domain="http://en.community.dell.com/blogs/direct2dell/archive/tags/Linux/default.aspx">Linux</category><category domain="http://en.community.dell.com/blogs/direct2dell/archive/tags/Software+_2F00_+Operating+Systems/default.aspx">Software / Operating Systems</category></item><item><title>Ubuntu Linux 9.04 - Technical Details</title><link>http://en.community.dell.com/blogs/direct2dell/archive/2009/10/09/ubuntu-linux-904-technical-details.aspx</link><pubDate>Fri, 09 Oct 2009 06:05:00 GMT</pubDate><guid isPermaLink="false">e3197daa-ef0d-4a70-8402-29215ff9a0f2:19564941</guid><dc:creator>DELL-John Hull</dc:creator><slash:comments>4</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://en.community.dell.com/blogs/direct2dell/rsscomments.aspx?PostID=19564941</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://en.community.dell.com/blogs/direct2dell/commentapi.aspx?PostID=19564941</wfw:comment><comments>http://en.community.dell.com/blogs/direct2dell/archive/2009/10/09/ubuntu-linux-904-technical-details.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://www.dell.com/content/topics/segtopic.aspx/ubuntu?c=us&amp;amp;cs=19&amp;amp;l=en&amp;amp;s=dhs&amp;amp;~ck=anavml"&gt;&lt;img src="http://en.community.dell.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Blogs.Components.WeblogFiles/direct2dell/3568.Ubuntu.JPG" border="0" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Note from Lionel: &lt;/strong&gt;It&amp;#39;s been a while since I&amp;#39;ve talked about Linux on Direct2Dell. Shortly after Ubuntu 9.04 was released in April 2009, we had a request from IdeaStorm user &lt;a href="http://www.ideastorm.com/ideaProfileActivity?cn=shannon_vanwagner"&gt;Shannon VanWagner&lt;/a&gt;&amp;nbsp;to &lt;a href="http://www.ideastorm.com/ideaView?id=087700000000OjLAAU"&gt;start pre-loading 9.04&lt;/a&gt;. Though it&amp;#39;s late, we&amp;#39;re now offering Ubuntu 9.04&amp;nbsp;on a few more Dell machines to customers in the United States. Specifically the &lt;a href="http://configure.us.dell.com/dellstore/config.aspx?oc=dydwgu1&amp;amp;c=us&amp;amp;l=en&amp;amp;s=dhs&amp;amp;cs=19"&gt;Studio XPS 13&lt;/a&gt;,&lt;a href="http://configure.us.dell.com/dellstore/config.aspx?oc=dncwzl1&amp;amp;c=us&amp;amp;l=en&amp;amp;s=dhs&amp;amp;cs=19"&gt; Inspiron 15&lt;/a&gt;, and the &lt;a href="http://configure.us.dell.com/dellstore/config.aspx?oc=ddcwrw1&amp;amp;c=us&amp;amp;l=en&amp;amp;s=dhs&amp;amp;cs=19"&gt;Inspiron 537 desktop&lt;/a&gt;. The Mini 10 and the 10v are still running a customized version of the 8.04 version of the Ubuntu OS. And the Mini 10v can be ordered with &lt;a href="http://en.community.dell.com/blogs/direct2dell/archive/2009/09/23/ubuntu-mobllin-remix-developer-edition-available-on-dell-mini10v.aspx"&gt;Ubuntu Moblin Remix Developer Edition&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;To see all the systems we&amp;#39;re offering with Linux, go to &lt;a href="http://www.dell.com/ubuntu"&gt;www.dell.com/ubuntu&lt;/a&gt;. &lt;/p&gt;
&lt;p&gt;With that context, I&amp;#39;ll turn things over to&amp;nbsp;John Hull so he can shed light on what to expect from Ubunu 9.04.&lt;/p&gt;
&lt;p&gt;--Lionel&lt;/p&gt;
&lt;p&gt;----------------------------------&lt;/p&gt;
&lt;p&gt;I&amp;#39;d like to give a quick update on the technical details for what we have added with our 9.04 release. We have continued to build and improve upon on what we did for our previous Ubuntu offerings, and here are some of the highlights:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;We now provide Cyberlink&amp;#39;s PowerDVD application for DVD playback (instead of LinDVD which we previously shipped). We also continue to provide Fluendo GStreamer codecs for mp3, wma, and wmv playback, which will work with your favorite Linux media player.&lt;/li&gt;
&lt;li&gt;We created and provided &lt;a href="http://en.community.dell.com/wikis/linux/ubuntu-9-04-recovery-media-creation.aspx"&gt;a new GUI tool&lt;/a&gt; for creating recovery/restore media for the OS&lt;/li&gt;
&lt;li&gt;We provide &lt;a href="http://en.community.dell.com/wikis/linux/ubuntu-9-04-factory-reinstallation.aspx"&gt;a new method&lt;/a&gt; to recover your Ubuntu preload from the hard drive&lt;/li&gt;
&lt;li&gt;We have chosen to use &lt;a href="http://www.gnu.org/software/grub/grub-2.en.html"&gt;GRUB 2 bootloader&lt;/a&gt; instead of the Ubuntu default &lt;a href="http://www.gnu.org/software/grub/grub-legacy.en.html"&gt;GRUB 1&lt;/a&gt; (a.k.a. GRUB legacy) bootloader. We have been testing GRUB 2 for over a year now, and feel it is ready for general use. The Ubuntu community has decided to make GRUB 2 the default in Ubuntu 9.10, so our customers will already have that feature enabled.&lt;/li&gt;
&lt;li&gt;A common complaint we heard a few years ago was that there were no Linux drivers for Dell wireless cards. As of the date of this blog post, all currently-shipping Intel- and Dell-branded wireless cards (as well as most from the past several years) are now supported natively in Ubuntu 9.04. These drivers should also be included in most other newer Linux distributions as well.&lt;/li&gt;
&lt;li&gt;Our Ubuntu 9.04 offering is still the 32-bit version and not the 64-bit version (&amp;quot;amd64&amp;quot; architecture). We continue to evaluate when to make the transition, and the main sticking point continues to be solid, stable Adobe Flash support for 64-bit. There are currently options&lt;br /&gt;available in the community, including a beta of a native 64-bit Flash&lt;br /&gt;plugin. However, none of these have proven to be reliably stable, so we&amp;#39;ll continue working with Adobe until a viable option is available.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For more information, our &lt;a href="http://en.community.dell.com/wikis/linux/ubuntu-9-04.aspx"&gt;Dell wiki page for 9.04&lt;/a&gt; can be found at the previous link.&amp;nbsp; If you would like to download and install 9.04 with our custom Ubuntu ISO, it can be downloaded &lt;a href="http://en.community.dell.com/wikis/linux/ubuntu-9-04-dell-factory-recovery-iso.aspx"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;As always, &lt;a href="https://help.ubuntu.com/community/ReportingBugs"&gt;please report any OS issues in Launchpad&lt;/a&gt;, or you can always ask any general questions to our &lt;a href="http://lists.us.dell.com/mailman/listinfo/linux-desktops"&gt;linux-desktops mailing list&lt;/a&gt;..&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Update&lt;/strong&gt;: Fixed broken links&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://en.community.dell.com/aggbug.aspx?PostID=19564941" width="1" height="1"&gt;</description><category domain="http://en.community.dell.com/blogs/direct2dell/archive/tags/Linux/default.aspx">Linux</category><category domain="http://en.community.dell.com/blogs/direct2dell/archive/tags/Software+_2F00_+Operating+Systems/default.aspx">Software / Operating Systems</category></item><item><title>Latitude ON Arrives</title><link>http://en.community.dell.com/blogs/direct2dell/archive/2009/09/28/latitude-on-arrives.aspx</link><pubDate>Tue, 29 Sep 2009 04:05:00 GMT</pubDate><guid isPermaLink="false">e3197daa-ef0d-4a70-8402-29215ff9a0f2:19559696</guid><dc:creator>Lionel_Menchaca</dc:creator><slash:comments>4</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://en.community.dell.com/blogs/direct2dell/rsscomments.aspx?PostID=19559696</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://en.community.dell.com/blogs/direct2dell/commentapi.aspx?PostID=19559696</wfw:comment><comments>http://en.community.dell.com/blogs/direct2dell/archive/2009/09/28/latitude-on-arrives.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://en.community.dell.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/direct2dell.metablogapi/8267.Latitude-ON-Button.jpg"&gt;&lt;img style="border:0;float:left;margin-left:5px;margin-right:5px;" src="http://en.community.dell.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/direct2dell.metablogapi/5025.Latitude-ON-Button_5F00_thumb.jpg" border="0" alt="Latitude ON Button" width="145" height="171" /&gt;&lt;/a&gt; Latitude ON is a concept we&amp;#39;ve mentioned during the &lt;a href="http://en.community.dell.com/blogs/direct2dell/archive/2008/08/12/new-dell-latitude-notebooks_3A00_-no-more-business-as-usual.aspx"&gt;introduction of our Latitude E family&lt;/a&gt; of business laptops last year. You may have seen posts from sites like &lt;a href="http://www.engadget.com/2008/08/15/dells-latitude-on-instant-os-detailed-screenshooted/"&gt;Engadget that discussed it&lt;/a&gt; in more detail. We figured the &lt;a href="http://en.community.dell.com/blogs/direct2dell/archive/2009/09/28/drum-roll-please-dell-introduces-the-world-s-thinnest-lightest-16-inch-laptop-the-latitude-z.aspx"&gt;introduction of the Latitude Z&lt;/a&gt; was a good reason to start shipping the full hardware plus software version of Latitude ON.&lt;/p&gt;
&lt;p&gt;Latitude ON is basically a system on a system. It&amp;#39;s based on a dedicated low-voltage ARM processor (Texas Instrument&amp;#39;s &lt;a href="http://focus.ti.com/general/docs/wtbu/wtbuproductcontent.tsp?contentId=14649&amp;amp;navigationId=12643&amp;amp;templateId=6123"&gt;OMAP 3430 processor&lt;/a&gt;) that runs a slimmed-down version of a Linux OS. It allows a user to boot into the contained OS environment to give you always-on access to an Firefox-based Internet browser (without &lt;a href="http://en.wikipedia.org/wiki/Adobe_Flash"&gt;Flash&lt;/a&gt; support) and critical business information while using a fraction of the battery power your laptop uses when it&amp;#39;s running a full OS. Essentially, you can quickly access all the information you&amp;#39;re used to accessing on a smartphone using the larger screen and keyboard that your laptop provides.&lt;/p&gt;
&lt;p&gt;To see what I mean by quick access, take a look at this boot comparison video:&lt;/p&gt;
&lt;p&gt;(Please visit the site to view this media)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Here&amp;#39;s a more detailed look at the features:&lt;/p&gt;
&lt;ul class="unIndentedList"&gt;
&lt;li&gt;
Instant access (about&amp;nbsp; 2 seconds) to business
information &lt;br /&gt;
(E-mail, calendar, contacts, Internet browser &amp;amp; Citrix Receiver client)&lt;/li&gt;
&lt;li&gt;
MS Exchange integration or POP e-mail Access&lt;/li&gt;
&lt;li&gt;
Always on/connected - the module continues to
run regardless of the state of the main OS &lt;/li&gt;
&lt;li&gt;
Ability to view MS Office and .pdf document
attachments&lt;/li&gt;
&lt;li&gt;
Long battery life (about 17 hours on a 6-cell battery) &lt;/li&gt;
&lt;li&gt;
Designed for the future with upgradable infrastructure (flash-based software updates)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Here&amp;#39;s another StudioDell video which features a good overview about how the full version of Latitude ON works: &lt;/p&gt;
&lt;p&gt;(Please visit the site to view this media)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Latitude ON allows you to connect via Wi-Fi or embedded mobile
broadband. I say embedded because in Latitude ON mode, the external
ports aren&amp;#39;t active. We&amp;#39;ve been shipping Latitude ON-ready Latitude &lt;a href="http://www.dell.com/content/products/productdetails.aspx/laptop_latitude_e4200?c=us&amp;amp;l=en&amp;amp;s=biz"&gt;E4200&lt;/a&gt; and&lt;a href="http://www.dell.com/content/products/productdetails.aspx/laptop_latitude_e4300?c=us&amp;amp;l=en&amp;amp;s=biz"&gt; E4300&lt;/a&gt; systems for a while now. Essentially, that means they can run the &lt;a href="http://support.us.dell.com/support/downloads/download.aspx?c=us&amp;amp;cs=555&amp;amp;l=en&amp;amp;s=biz&amp;amp;releaseid=R206609&amp;amp;formatcnt=1&amp;amp;libid=0&amp;amp;fileid=290617"&gt;Latitude ON Reader&lt;/a&gt; software. In contrast to the full version, the Reader software resides on the main partition of the hard drive and provides access to e-mail, calendar and contacts from the last synched version of your Outlook data.&lt;/p&gt;
&lt;p&gt;We will offer the hardware upgrade option to existing Latitude E4200 and E4300 customers via a customer kit for purchase. I&amp;#39;ll update this post with more details about the kit when I have them. All Latitude Z systems will feature the full version of Latitude ON, complete with the processor hardware.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://en.community.dell.com/aggbug.aspx?PostID=19559696" width="1" height="1"&gt;</description><category domain="http://en.community.dell.com/blogs/direct2dell/archive/tags/Technology/default.aspx">Technology</category><category domain="http://en.community.dell.com/blogs/direct2dell/archive/tags/Linux/default.aspx">Linux</category><category domain="http://en.community.dell.com/blogs/direct2dell/archive/tags/Laptops+_2600_amp_3B00_+Mobile+Devices/default.aspx">Laptops &amp;amp; Mobile Devices</category><category domain="http://en.community.dell.com/blogs/direct2dell/archive/tags/Software+_2F00_+Operating+Systems/default.aspx">Software / Operating Systems</category></item><item><title>Ubuntu Moblin Remix Developer Edition Available on Dell's Mini 10v</title><link>http://en.community.dell.com/blogs/direct2dell/archive/2009/09/23/ubuntu-mobllin-remix-developer-edition-available-on-dell-mini10v.aspx</link><pubDate>Wed, 23 Sep 2009 18:00:00 GMT</pubDate><guid isPermaLink="false">e3197daa-ef0d-4a70-8402-29215ff9a0f2:19534893</guid><dc:creator>DELL-John Hull</dc:creator><slash:comments>7</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://en.community.dell.com/blogs/direct2dell/rsscomments.aspx?PostID=19534893</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://en.community.dell.com/blogs/direct2dell/commentapi.aspx?PostID=19534893</wfw:comment><comments>http://en.community.dell.com/blogs/direct2dell/archive/2009/09/23/ubuntu-mobllin-remix-developer-edition-available-on-dell-mini10v.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://en.community.dell.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/direct2dell/8473.Moblin.JPG"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.dell.com/content/topics/segtopic.aspx/linux_3x?c=us&amp;amp;cs=19&amp;amp;l=en&amp;amp;s=dhs"&gt;&lt;img style="border:0;float:left;margin-left:10px;margin-right:10px;" src="http://en.community.dell.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Blogs.Components.WeblogFiles/direct2dell/4774.Moblin.JPG" border="0" alt="" /&gt;&lt;/a&gt;Ubuntu Moblin Remix Developer Edition for the Inspiron Mini 10v is here. As we shared at the &lt;a href="http://www.intel.com/IDF/"&gt;Intel Developer Forum&lt;/a&gt; today, Dell and &lt;a href="http://www.canonical.com/"&gt;Canonical &lt;/a&gt;have worked closely to ensure good hardware/software compatibility, and seamless integration between Ubuntu and &lt;a href="http://moblin.org/"&gt;Moblin&lt;/a&gt;. For those not familiar, Moblin is an open source project, created by Intel and hosted by the Linux Foundation, focused on building a Linux-based platform optimized for mobile devices. It has a unique user interface focused on using the Internet, social networking activity, and media consumption, and is optimized for small screens. The Moblin project recently released &lt;a title="http://moblin.org/community/blogs/imad/2009/moblin-v20-beta-netbooks-and-nettops-its-here" rel="nofollow" href="http://moblin.org/community/blogs/imad/2009/moblin-v20-beta-netbooks-and-nettops-its-here"&gt;version 2.0&lt;/a&gt;, which includes many new features such as the &lt;a title="http://moblin.org/sites/all/files/u4/myzone.jpg" rel="nofollow" href="http://moblin.org/sites/all/files/u4/myzone.jpg"&gt;myzone&lt;/a&gt; home screen panel, aggregation of social networking content (such as Twitter, last.fm, and instant messaging), a web browser optimized for the user interface, a &amp;quot;zoomable&amp;quot; media player, and an updated connection manager with a new user interface. &lt;/p&gt;
&lt;p&gt;For a bit more, watch this demo from Doug Anson: &lt;/p&gt;
&lt;p&gt;(Please visit the site to view this media)&lt;br /&gt;&lt;br /&gt;Canonical, the company behind the Ubuntu Linux distribution, has combined the core Moblin Version 2.0 interface, libraries, and applications with the internals of Ubuntu Linux 9.04 to create a new Linux distribution, Ubuntu Moblin Remix. We have labeled this distribution as a &amp;quot;Developer Edition&amp;quot;, as it is still a work in progress at this time. We are currently targeting developers, Linux enthusiasts, and early adopters who want to get an early look at the software and begin developing for Moblin, participating in the community, and using new technology. &lt;br /&gt;&lt;br /&gt;Ubuntu Moblin Remix Developer Edition can be purchased factory-installed on an Inspiron Mini 10v on from &lt;a href="http://www.dell.com/ubuntu"&gt;www.dell.com/ubuntu&lt;/a&gt;. To download the Ubuntu Moblin Remix installation image, or for more information, please visit our Moblin &lt;a title="http://linux.dell.com/wiki/index.php/Moblin" rel="nofollow" href="http://linux.dell.com/wiki/index.php/Moblin"&gt;wiki page&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://en.community.dell.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/direct2dell/4477.Moblin-on-Mini-10v.JPG"&gt;&lt;img style="border:0;vertical-align:middle;" src="http://en.community.dell.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Blogs.Components.WeblogFiles/direct2dell/4477.Moblin-on-Mini-10v.JPG" border="0" alt="Ubuntu Moblin Remix Developer Edition on the Dell Mini 10v" width="397" height="298" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://en.community.dell.com/aggbug.aspx?PostID=19534893" width="1" height="1"&gt;</description><category domain="http://en.community.dell.com/blogs/direct2dell/archive/tags/Linux/default.aspx">Linux</category><category domain="http://en.community.dell.com/blogs/direct2dell/archive/tags/Software+_2F00_+Operating+Systems/default.aspx">Software / Operating Systems</category></item><item><title>Dell Announces Masters Program for Dell TechCenter</title><link>http://en.community.dell.com/blogs/direct2dell/archive/2009/09/18/dell-announces-masters-program-for-dell-techcenter.aspx</link><pubDate>Fri, 18 Sep 2009 21:00:00 GMT</pubDate><guid isPermaLink="false">e3197daa-ef0d-4a70-8402-29215ff9a0f2:19554211</guid><dc:creator>DELL-Bruce Eric</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://en.community.dell.com/blogs/direct2dell/rsscomments.aspx?PostID=19554211</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://en.community.dell.com/blogs/direct2dell/commentapi.aspx?PostID=19554211</wfw:comment><comments>http://en.community.dell.com/blogs/direct2dell/archive/2009/09/18/dell-announces-masters-program-for-dell-techcenter.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://en.community.dell.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/direct2dell.metablogapi/1104.image_5F00_2.png"&gt;&lt;img style="border-top-width:0px;border-left-width:0px;border-bottom-width:0px;border-right-width:0px;" src="http://en.community.dell.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/direct2dell.metablogapi/2086.image_5F00_thumb.png" border="0" alt="image" width="240" height="48" align="right" /&gt;&lt;/a&gt;Earlier this week I blogged about &lt;a href="http://en.community.dell.com/blogs/direct2dell/archive/2009/09/14/introducing-the-team-behind-dell-s-enterprise-technology-center-dell-techcenter.aspx"&gt;my data center colleagues&lt;/a&gt; over at Dell&amp;#39;s Enterprise Technology Center (aka Dell TechCenter). They are a community of system-admins, data center managers and other technical people that are on the hunt for new ways to get more out of their data center servers, storage and networking equipment.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://en.community.dell.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/direct2dell.metablogapi/8030.image_5F00_4.png"&gt;&lt;img style="border-top-width:0px;border-left-width:0px;border-bottom-width:0px;border-right-width:0px;" src="http://en.community.dell.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/direct2dell.metablogapi/6403.image_5F00_thumb_5F00_1.png" border="0" alt="image" width="88" height="70" align="left" /&gt;&lt;/a&gt;This week, Dell TechCenter launched the &lt;a href="http://www.delltechcenter.com/page/Dell+TechCenter+Masters"&gt;Dell Masters Program&lt;/a&gt;, a network of technical superstars within Dell TechCenter who create and contribute community content (scripts, whitepapers, videos etc.) based on their own experiences, ideas and innovations. &lt;/p&gt;
&lt;p&gt;Take a look at a post written by &lt;a href="http://en.community.dell.com/members/DELL_2D00_Scott-H/default.aspx"&gt;Dell-Scott H&lt;/a&gt; (aka &lt;a href="http://twitter.com/dellservergeek"&gt;@dellservergeek&lt;/a&gt; or Scott Hanson by his wife, colleagues and friends) on the &lt;a href="http://en.community.dell.com/blogs/dell_tech_center/archive/2009/09/17/dell-techcenter-masters-program.aspx"&gt;Dell TechCenter blog announcing the new program&lt;/a&gt;. He walks you through how to get registered and why &lt;a href="http://dtcbeta.wetpaint.com/page/Dell+TechCenter+Badge+Level+and+Names"&gt;stinkin&amp;#39; badges are not part&lt;/a&gt; of this program.&lt;/p&gt;
&lt;p&gt;Editor-in-Chief &lt;a href="http://www.facebook.com/people/Tom-Kolnowski/1065068804"&gt;Tom Kolnowski&lt;/a&gt; sums it up nicely, &amp;quot;&lt;a href="http://www.dell.com/content/topics/global.aspx/power/en/masters_program?c=us&amp;amp;cs=555&amp;amp;l=en&amp;amp;s=biz"&gt;The Dell Masters Program is all about using deep peer-to-peer networking&lt;/a&gt;.&amp;quot;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://en.community.dell.com/aggbug.aspx?PostID=19554211" width="1" height="1"&gt;</description><category domain="http://en.community.dell.com/blogs/direct2dell/archive/tags/Technology/default.aspx">Technology</category><category domain="http://en.community.dell.com/blogs/direct2dell/archive/tags/Linux/default.aspx">Linux</category><category domain="http://en.community.dell.com/blogs/direct2dell/archive/tags/Servers+_2600_amp_3B00_+Storage/default.aspx">Servers &amp;amp; Storage</category></item><item><title>Dell @ the Red Hat Summit This Week</title><link>http://en.community.dell.com/blogs/direct2dell/archive/2009/09/01/dell-the-red-hat-summit-this-week.aspx</link><pubDate>Tue, 01 Sep 2009 17:05:00 GMT</pubDate><guid isPermaLink="false">e3197daa-ef0d-4a70-8402-29215ff9a0f2:19545586</guid><dc:creator>DELL-John Hull</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://en.community.dell.com/blogs/direct2dell/rsscomments.aspx?PostID=19545586</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://en.community.dell.com/blogs/direct2dell/commentapi.aspx?PostID=19545586</wfw:comment><comments>http://en.community.dell.com/blogs/direct2dell/archive/2009/09/01/dell-the-red-hat-summit-this-week.aspx#comments</comments><description>&lt;p&gt;&lt;a title="Red Hat Summit banner" href="http://www.redhat.com/promo/summit/2009/"&gt;&lt;img style="border:0;vertical-align:middle;" src="http://en.community.dell.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/direct2dell.metablogapi/6332.Red-Hat-Summit-Banner_5F00_thumb.jpg" border="0" alt="Red Hat Summit Banner" width="395" height="64" /&gt;&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;The &lt;a href="http://www.redhat.com/promo/summit/2009/"&gt;Red Hat Summit&lt;/a&gt; is taking place September 1-4 in Chicago, and Dell will be an active participant in the activities. We&amp;#39;re an &amp;quot;Enterprise Sponsor&amp;quot; of the event, and we&amp;#39;ll have a both in the partner pavilion, showing off our latest and greatest servers as well as giving away flashlights and USB keys for those that come by. &lt;/p&gt;
&lt;p&gt;We also have two Dell engineers leading &lt;a href="http://www.redhat.com/promo/summit/2009/agenda/tracks/abstracts_rhsummit.html"&gt;technical sessions&lt;/a&gt; during the summit. The first session is on Wednesday at 1 PM, titled &amp;quot;Simplifying Linux iSCSI Management with iSNS&amp;quot;, and is lead jointly by Dell&amp;#39;s Shyam Iyer along with Mike Christie from Red Hat. They&amp;#39;ll be discussing simpler, faster ways to achieve storage LUN/volume provisioning through a single management console. The second session is lead by one of Dell&amp;#39;s Linux Technology Strategist in the Office of the CTO, Matt Domsch. His session takes place on Friday at 11 AM, and is titled &amp;quot;Simplifying New Server Deployment.&amp;quot; Matt will be discussing how &lt;a href="http://www.dell.com/content/topics/global.aspx/sitelets/solutions/software/os/red_hat?c=us&amp;amp;cs=555&amp;amp;l=en&amp;amp;s=biz&amp;amp;redirect=1"&gt;Dell and Red Hat&lt;/a&gt; are simplifying new server deployment using Red Hat Enterprise Linux&amp;#39;s device driver update model and Dell&amp;#39;s built-in systems management features.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.redhat.com/promo/summit/2009/agenda/tracks/abstracts_rhsummit.html"&gt;Click here&lt;/a&gt; to find more details on the Dell sessions and a complete list of all the other sessions going on during the Red Hat Summit. &lt;/p&gt;
&lt;p&gt;If you&amp;#39;re attending the Red Hat Summit, please stop by the both and/or the technical sessions to meet us. We&amp;#39;d love to hear any feedback you have around running Linux on Dell systems.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://en.community.dell.com/aggbug.aspx?PostID=19545586" width="1" height="1"&gt;</description><category domain="http://en.community.dell.com/blogs/direct2dell/archive/tags/Technology/default.aspx">Technology</category><category domain="http://en.community.dell.com/blogs/direct2dell/archive/tags/Linux/default.aspx">Linux</category><category domain="http://en.community.dell.com/blogs/direct2dell/archive/tags/Events/default.aspx">Events</category><category domain="http://en.community.dell.com/blogs/direct2dell/archive/tags/Software+_2F00_+Operating+Systems/default.aspx">Software / Operating Systems</category></item><item><title>Dell on Google's Chrome OS and More</title><link>http://en.community.dell.com/blogs/direct2dell/archive/2009/07/15/dell-on-google-s-chrome-os-and-more.aspx</link><pubDate>Wed, 15 Jul 2009 22:00:00 GMT</pubDate><guid isPermaLink="false">e3197daa-ef0d-4a70-8402-29215ff9a0f2:19519485</guid><dc:creator>DELL-Doug A</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://en.community.dell.com/blogs/direct2dell/rsscomments.aspx?PostID=19519485</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://en.community.dell.com/blogs/direct2dell/commentapi.aspx?PostID=19519485</wfw:comment><comments>http://en.community.dell.com/blogs/direct2dell/archive/2009/07/15/dell-on-google-s-chrome-os-and-more.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://en.community.dell.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/direct2dell/2063.Google-Chrome-Logo.jpg"&gt;&lt;/a&gt;&lt;a href="http://en.community.dell.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/direct2dell/7026.Google-Chrome-Logo.jpg"&gt;&lt;/a&gt;&lt;a href="http://en.community.dell.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/direct2dell/8475.Google-Chrome-Logo.jpg"&gt;&lt;img style="border:0;float:left;margin-left:5px;margin-right:5px;" src="http://en.community.dell.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Blogs.Components.WeblogFiles/direct2dell/8475.Google-Chrome-Logo.jpg" border="0" alt="" width="181" height="169" /&gt;&lt;/a&gt;There&amp;#39;s been &lt;a href="http://www.techmeme.com/090708/h1015"&gt;a lot of buzz&lt;/a&gt; in the blogosphere since Google &lt;a href="http://googleblog.blogspot.com/2009/07/introducing-google-chrome-os.html"&gt;announced the Chrome OS&lt;/a&gt; last week. For those of you who didn&amp;#39;t follow the discussions, the &lt;a href="http://en.wikipedia.org/wiki/Google_Chrome_OS"&gt;Chrome OS&lt;/a&gt; is an experience-targeted cloud OS that has the potential to push the boundaries and definition of the alternative operating environment. According to Google&amp;#39;s blog post, the Chrome OS is specifically targeted towards the &lt;a href="http://en.wikipedia.org/wiki/Netbook"&gt;netbook&lt;/a&gt; class device. While there&amp;#39;s &lt;a href="http://technologizer.com/2009/07/07/eleven-questions-about-googles-chrome-os/"&gt;still lots of questions&lt;/a&gt; about the OS, the idea has potential. I think it will be interesting to see what the interaction between Chrome OS and Android will ultimately be within the cloud. Given that Google has made it clear that the Chrome OS will be available in the second half of 2010, there&amp;#39;s still a lot of time to see how this will develop. As with most new technology, Dell plans to evaluate the Chrome OS and other alternative operating environments, like &lt;a href="http://en.community.dell.com/blogs/direct2dell/archive/2009/05/19/19487607.aspx?permaPostId=19495277"&gt;we&amp;#39;ve done in the past&lt;/a&gt;. Luckily (for me!), Dell enjoys a great relationship with Google. As we have more details to share on the topic, we&amp;#39;ll do it here. &lt;/p&gt;
&lt;p&gt;Alternative operating systems, continue to evolve, flourish and prosper. Over the last 18 months, we have seen Linux and its derivatives make their way into the hands of consumers (hooray!!). We have also seen &lt;a href="http://en.wikipedia.org/wiki/Smartphone"&gt;smartphone&lt;/a&gt; and MID operating systems such as &lt;a href="http://www.android.com/#utm_campaign=en&amp;amp;utm_source=en-ha-na-us-bk&amp;amp;utm_medium=ha&amp;amp;utm_term=android"&gt;Android&lt;/a&gt; and the Palm Pre&amp;#39;s &lt;a href="http://en.wikipedia.org/wiki/WebOS"&gt;WebOS&lt;/a&gt; showing signs of enthusiasm and prosperity.&amp;nbsp; It&amp;#39;s a wonderful time to witness and participate in such a renaissance within the PC and small device industry.&amp;nbsp; These alternative operating environments are truly &amp;quot;different&amp;quot; from the traditional Windows platform - they don&amp;#39;t attempt to simply &amp;quot;mimic&amp;quot; Windows. &lt;/p&gt;
&lt;p&gt;Alternative operating system provide users with an focused experience: highlighting a particular feature - such as web browsing, email, or media consumption. Within Dell, we call this an &amp;quot;experience-targeted&amp;quot; platform as it represents the primal focus of the alternative environment:&amp;nbsp; direct and focus the user towards a specific set of features (or &amp;quot;experiences&amp;quot; in marketing terms). Most alternative operating environments also come with this &amp;quot;focused&amp;quot; feature.&amp;nbsp; As is typically the case, these alternative operating environments are not Windows compatible - they do not run the standard Windows/Win32 applications that are so common. This can be seen as a disadvantage. However, these alternative operating environments attempt to address this shortcoming by focusing their feature set with a self-directed experience: entice and direct the user to its strengths.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://moblin.org/"&gt;Moblin&lt;/a&gt; is the next evolutionary step of the traditional Linux environment where focus on smaller devices and small screens is a requirement. It takes a different approach to its user experience from either &lt;a href="http://en.community.dell.com/blogs/direct2dell/archive/2009/05/07/Ubuntu-Now-Available-for-Mini-10-Customers-in-the-United-States-and-Canada.aspx"&gt;Dell&amp;#39;s current offering&lt;/a&gt; or &lt;a href="http://www.canonical.com/projects/ubuntu/unr"&gt;Ubuntu Netbook Remix&lt;/a&gt; by further simplifying the self-directedness of the desktop - no user guide should be needed to learn how to use Moblin. Additionally, Moblin replaces some of the traditional Linux applications, such as media players, browsers, etc..., with equivalent versions that have been specifically optimized to align with this new design behavior/look and feel of Moblin. Applications take up the entire desktop in Moblin (because screen real estate is a premium in these kinds of devices).&amp;nbsp; Hence, applications that are optimized around that behavior provide a greater user experience over the traditional Linux version of the same application.&amp;nbsp; Moblin continues this theme by providing a new simplified network connectivity manager - one that again, looks and behaves like a more integrated application within the Moblin desktop. &lt;a href="http://en.community.dell.com/blogs/direct2dell/archive/2009/05/07/Ubuntu-Now-Available-for-Mini-10-Customers-in-the-United-States-and-Canada.aspx"&gt;Like our Linux offering&lt;/a&gt; on &lt;a href="http://www.dell.com/content/topics/segtopic.aspx/laptop-mini?c=us&amp;amp;cs=19&amp;amp;l=en&amp;amp;s=dhs&amp;amp;~ck=mn"&gt;Mini netbooks&lt;/a&gt; and UNR, simplicity is a key design element in Moblin. Users of Moblin see a targeted feature set (browsing, social networking/email, media) and the entire Moblin desktop directs and focuses the user on those features.&amp;nbsp; Dell is very interested in Moblin at present and is working very closely with its key Moblin partners (Intel and Canonical) investigating potential offerings.&lt;/p&gt;
&lt;p&gt;Add this all up, and down the road this means that customers will have all kinds of choices on the OS side. If you&amp;#39;re into open source options, I predict lots of exciting times ahead for us all! &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://en.community.dell.com/aggbug.aspx?PostID=19519485" width="1" height="1"&gt;</description><category domain="http://en.community.dell.com/blogs/direct2dell/archive/tags/Technology/default.aspx">Technology</category><category domain="http://en.community.dell.com/blogs/direct2dell/archive/tags/Linux/default.aspx">Linux</category><category domain="http://en.community.dell.com/blogs/direct2dell/archive/tags/Around+the+Globe/default.aspx">Around the Globe</category><category domain="http://en.community.dell.com/blogs/direct2dell/archive/tags/Software+_2F00_+Operating+Systems/default.aspx">Software / Operating Systems</category><category domain="http://en.community.dell.com/blogs/direct2dell/archive/tags/Hot+Topics/default.aspx">Hot Topics</category></item><item><title>Dell Mini 10v and Other Operating Systems</title><link>http://en.community.dell.com/blogs/direct2dell/archive/2009/05/19/dell-mini-10v-and-other-operating-systems.aspx</link><pubDate>Tue, 19 May 2009 21:00:00 GMT</pubDate><guid isPermaLink="false">e3197daa-ef0d-4a70-8402-29215ff9a0f2:19487607</guid><dc:creator>Lionel_Menchaca</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://en.community.dell.com/blogs/direct2dell/rsscomments.aspx?PostID=19487607</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://en.community.dell.com/blogs/direct2dell/commentapi.aspx?PostID=19487607</wfw:comment><comments>http://en.community.dell.com/blogs/direct2dell/archive/2009/05/19/dell-mini-10v-and-other-operating-systems.aspx#comments</comments><description>&lt;p&gt;Thanks for sharing your thoughts about &lt;a href="http://www.ideastorm.com/ideaList?cat=Netbooks&amp;amp;lsi=1"&gt;netbooks via IdeaStorm&lt;/a&gt; and through &lt;a href="http://twitter.com/dell_mini"&gt;@Dell_Mini&lt;/a&gt; on Twitter since &lt;a href="http://en.community.dell.com/blogs/direct2dell/archive/2009/05/11/wanted-your-feedback-on-future-dell-mini-netbooks.aspx"&gt;we asked you to join us&lt;/a&gt; last week. Since then, we&amp;#39;ve received lots of ideas and have over 150 followers on Twitter. We look forward to your continued feedback.&lt;/p&gt;
&lt;p&gt;One of the first things we noticed at our &lt;a href="http://twitter.com/dell_mini"&gt;@Dell_Mini Twitter account&lt;/a&gt; was that some of you are &lt;a href="http://search.twitter.com/search?q=dell_mini+android"&gt;interested in running Android &lt;/a&gt;on a Dell Mini. I went looking for Doug Anson who&amp;rsquo;s one of our software gurus in the Office of the CTO to get his thoughts. He and other folks at Dell like him are responsible for investigating future technology options in our products.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Update: &lt;/strong&gt;Just saw &lt;a href="http://twitter.com/Dell_Mini/status/1874197254"&gt;a tweet from Doug&lt;/a&gt; that he&amp;#39;s kicking the tires on &lt;a href="http://moblin.org/community/blogs/imad/2009/moblin-v20-beta-netbooks-and-nettops-its-here"&gt;Moblin&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://en.community.dell.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/direct2dell/4657.Moblin.JPG"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://twitter.com/Dell_Mini/status/1874197254"&gt;&lt;img src="http://en.community.dell.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Blogs.Components.WeblogFiles/direct2dell/8524.Moblin.JPG" border="0" alt="" width="441" height="147" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In this video, he shows off a couple of &lt;a href="http://www.dell.com/content/products/productdetails.aspx/laptop-inspiron-10?c=us&amp;amp;cs=19&amp;amp;l=en&amp;amp;ref=lthp&amp;amp;s=dhs"&gt;Mini 10v&lt;/a&gt; systems running &lt;a href="http://www.tuxradar.com/content/ubuntu-netbook-remix-904-hands"&gt;Ubuntu Netbook Remix&lt;/a&gt; and &lt;a href="http://www.android.com/#utm_campaign=en&amp;amp;utm_source=en-ha-na-us-bk&amp;amp;utm_medium=ha&amp;amp;utm_term=android"&gt;Android &lt;/a&gt;where he had network and browsing functionality without too much of a fuss. &lt;/p&gt;
&lt;p&gt;For more, take a look: &lt;/p&gt;
&lt;p&gt;(Please visit the site to view this media)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://en.community.dell.com/aggbug.aspx?PostID=19487607" width="1" height="1"&gt;</description><category domain="http://en.community.dell.com/blogs/direct2dell/archive/tags/Technology/default.aspx">Technology</category><category domain="http://en.community.dell.com/blogs/direct2dell/archive/tags/Linux/default.aspx">Linux</category><category domain="http://en.community.dell.com/blogs/direct2dell/archive/tags/Laptops+_2600_amp_3B00_+Mobile+Devices/default.aspx">Laptops &amp;amp; Mobile Devices</category><category domain="http://en.community.dell.com/blogs/direct2dell/archive/tags/Software+_2F00_+Operating+Systems/default.aspx">Software / Operating Systems</category><category domain="http://en.community.dell.com/blogs/direct2dell/archive/tags/Hot+Topics/default.aspx">Hot Topics</category></item></channel></rss>