<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.networkworld.com/community" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Linux</title>
 <link>http://www.networkworld.com/community/taxonomy/term/426</link>
 <description>Showing new posts in a forum view</description>
 <language>en</language>
<item>
 <title>Getting the netbook right</title>
 <link>http://www.networkworld.com/community/node/33312</link>
 <description>Too many companies are losing sight of what a netbook really should consist of. It&#039;s generally considered as Linux with a SSD with a 9 inch screen, all of which the Samsung doesn&#039;t entertain. And the netbook must sell for a price substantially less than a normal notebook. 

Acer, Asus and Dell get it. Other&#039;s are failing to understand the concept, and Samsung are in the now in this group.</description>
 <comments>http://www.networkworld.com/community/node/33312#comments</comments>
 <category domain="http://www.networkworld.com/community/taxonomy/term/45">Wireless / Mobile</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/113">Laptops</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/426">Linux</category>
 <pubDate>Sun, 28 Sep 2008 21:30:22 -0400</pubDate>
 <dc:creator />
 <guid isPermaLink="false">33312 at http://www.networkworld.com/community</guid>
</item>
<item>
 <title>The GooglePhone Arriveth - Chill Out, Already</title>
 <link>http://www.networkworld.com/community/node/33262</link>
 <description>&lt;p&gt;Let me say up front that I think LINUX in perhaps multiple forms and flavors will become, by far, the most popular platform on mobile devices over time. This has partly to do with the fact that it&amp;#39;s essentially free, that so many programmers know how to make it work, and that the iPhone, the most influential handset (after the BlackBerry line) ever, is really about cool interface, and LINUX will have that, too. Right now, depending upon whom you believe, the &lt;a href=&quot;http://www.symbian.com/&quot;&gt;Symbian OS&lt;/a&gt; has more than 50% market share in the handset platform market. Symbian is going open source to counter LINUX and other competition, but I don&amp;#39;t think that&amp;#39;s going to matter. LINUX will have, within a few years, the largest installed base and the most momentum here. Which LINUX? Maybe Android, maybe not, but let&amp;#39;s assume Android for the moment.&lt;/p&gt;&lt;p&gt;And we&amp;#39;re just getting our first look at the first Google Android implementation, the &lt;a href=&quot;http://www.t-mobileg1.com/&quot;&gt;G1 from T-Mobile&lt;/a&gt; (note this is a truly horrible, information-free site, but at least it&amp;#39;s official). Not a good name for a product, in my opinion - sounds like 1G and I&amp;#39;m sure some people will refer to it as such, whether in error or not (the T-Mobile guy I spoke with on Tuesday called it a 1G; go figure). My initial reaction: it&amp;#39;s a bit big, but that means more screen and (at least in theory) a more usable keyboard. The design is your basic slider; many will like the physical keyboard in favor of the iPhone&amp;#39;s touch-screen-only arrangement. It has Wi-Fi (all successful enterprise-class products will), GPS (everyone loves Google Maps, don&amp;#39;t they?), a 3.2 Mpixel camera (all enterprises hate cameras, don&amp;#39;t they?), and an SD slot (but no tethered data), and it&amp;#39;s cheap - US$179. It has to be cheaper than a low-end iPhone 3G, but it&amp;#39;s not an iPhone killer - again, &lt;a href=&quot;/community/node/20186&quot;&gt;nothing is or can be&lt;/a&gt;.  &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.networkworld.com/community/node/33262&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Read more&lt;/strong&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;</description>
 <comments>http://www.networkworld.com/community/node/33262#comments</comments>
 <category domain="http://www.networkworld.com/community/taxonomy/term/45">Wireless / Mobile</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/7021">Android</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/14703">G1</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/71">Google</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/426">Linux</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/950">T-Mobile</category>
 <pubDate>Fri, 26 Sep 2008 10:49:47 -0400</pubDate>
 <dc:creator>Craig Mathias</dc:creator>
 <guid isPermaLink="false">33262 at http://www.networkworld.com/community</guid>
</item>
<item>
 <title>A hacker changed my server password! Now what?</title>
 <link>http://www.networkworld.com/community/node/33186</link>
 <description>&lt;p&gt;Here in the CodeCave I run a large Dark Net and report my findings to my Twitter followers. If you are not familiar with darknettin&amp;#39; this is the practice of having servers out on the Internet for bait to allow hackers to hack them. Folks do this for many different reasons but my reason is to learn the latest and greatest methods in use on the net today to break into networks.&lt;/p&gt;&lt;p&gt;Many times these servers are just trashed out. Hackers try to destroy them if they are discovered. I had a major exploit found in my FireFox add-in FlashGot. A hacker got in and trashed my system and then changed the password of the root account. Now this is a big deal since I need to log on to that server to gather the data to learn from this attack. Now what? I remembered a little physical access trick I learned a few years back at Linux users group conf from a guru. It works like this:&lt;/p&gt;&lt;p&gt;- Boot the system and get to the GRUB screen. I moved the arrow key so I did not go into normal boot mode.&lt;br /&gt;- Select the version and hit the &amp;quot;E&amp;quot; key to edit the kernel&lt;br /&gt;- Arrow key to the line that begins with Kernel and hit the &amp;quot;E&amp;quot; key&lt;br /&gt;- At the GRUB Edit line, I just simply append the load string with a number 1. So it looks like this:&lt;br /&gt;grub edit&amp;gt;/vmlinuz-2.5.9-22.DRnetsmp ro root=LABEL=/ rhgb quiet 1&lt;br /&gt;- Now hit ENTER and B and the system will boot up into single user mode&lt;br /&gt;- Newcastle time!!! A simple:&lt;br /&gt;sh-2.5# passwd&lt;br /&gt;New UNIX password:&lt;br /&gt;Retype new UNIX password:&lt;br /&gt;passwd: all authentication tokens updated successfully&lt;/p&gt;&lt;p&gt;I got in and grabbed the data and released the forensics to the open source community. I think that is a great example of how we learn from each other. Users groups are a great place but also are open blog postings. Hey, share your knowledge here! Got any good tips and tricks we can all learn from?&lt;/p&gt;&lt;p&gt;Jimmy Ray&lt;/p&gt;</description>
 <comments>http://www.networkworld.com/community/node/33186#comments</comments>
 <category domain="http://www.networkworld.com/community/taxonomy/term/16">Security</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/1591">Cisco Sytems</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/455">hacking</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/3762">Jimmy Ray Purser</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/426">Linux</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/58">security</category>
 <pubDate>Thu, 25 Sep 2008 15:32:04 -0400</pubDate>
 <dc:creator>JimmyRay</dc:creator>
 <guid isPermaLink="false">33186 at http://www.networkworld.com/community</guid>
</item>
<item>
 <title>They forgot about marketing </title>
 <link>http://www.networkworld.com/community/node/32827</link>
 <description>In order to get the sales number up a company must advertise that they are taking direct online order for such items.  And if you do not do that  what do they expect.  However, they should make all VARs available to do direct sales if not otherwise they overall sale will not increase. </description>
 <comments>http://www.networkworld.com/community/node/32827#comments</comments>
 <category domain="http://www.networkworld.com/community/taxonomy/term/17">Software</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/597">Lenovo</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/426">Linux</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/3643">operating systems</category>
 <pubDate>Wed, 17 Sep 2008 10:12:48 -0400</pubDate>
 <dc:creator />
 <guid isPermaLink="false">32827 at http://www.networkworld.com/community</guid>
</item>
<item>
 <title>Linux: Chrome&#039;s endgame OS to beat Windows</title>
 <link>http://www.networkworld.com/community/node/32419</link>
 <description>Last week&amp;#39;s announcement of Google Chrome had every armchair blogger &lt;a href=&quot;/community/node/32136&quot;&gt; speculating &lt;/a&gt;about the same thing: Google is out to replace Windows with Chrome as the desktop operating system. I initially had the same thought but, given that everyone pretty much had that same, obvious idea, I didn&amp;#39;t see the need to pile on with one more blog-post vote with the same opinion. But something&amp;#39;s bothered me about that prediction, that Chrome will become the OS to replace Windows. Building an OS isn&amp;#39;t in Google&amp;#39;s DNA. They build Web app components, like Webkit; platforms for Web applications, like &lt;a href=&quot;/community/node/26719&quot;&gt;Google App Engine&lt;/a&gt;; and (to grossly oversimplify) really fast data-search software and databases. &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.networkworld.com/community/node/32419&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Read more&lt;/strong&gt;&lt;/a&gt;&lt;/span&gt;</description>
 <comments>http://www.networkworld.com/community/node/32419#comments</comments>
 <category domain="http://www.networkworld.com/community/taxonomy/term/29">Data Center</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/33">E-commerce</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/1035">General discussions</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/123">Microsoft</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/16">Security</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/30">SMB</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/17">Software</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/45">Wireless / Mobile</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/13914">ce</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/86">FireFox</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/11014">Google App Engine</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/15621">Google Chrome</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/15842">Google Webkit</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/92">Internet Explorer</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/426">Linux</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/1286">operating system</category>
 <pubDate>Tue, 09 Sep 2008 01:15:27 -0400</pubDate>
 <dc:creator>Mitchell Ashley</dc:creator>
 <guid isPermaLink="false">32419 at http://www.networkworld.com/community</guid>
</item>
<item>
 <title>Further support for openQRM 3.1.4 : updated source package available</title>
 <link>http://www.networkworld.com/community/node/31451</link>
 <description>To further support for the stable openQRM version 3.1.4 the openQRM-Team created an updated source package which includes minor bug-fixes. The main motivation behind this source-release is to provide fixes for the package URLs of the integrated components which either have released a newer version or have been changed their download urls. Also the Iscsi-plugin build was disabled by default because it takes a long time to compile. So it is now possible again to build the stable openQRM release 3.1.4 from its sources (which is needed e.g. for plugin-development).

Please find the openQRM source package 3.1.4-1 at :
http://sourceforge.net/project/showfiles.php?group_id=153504&amp;package_id=226046&amp;release_id=621890

</description>
 <comments>http://www.networkworld.com/community/node/31451#comments</comments>
 <category domain="http://www.networkworld.com/community/taxonomy/term/29">Data Center</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/5591">automation</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/14931">clould-computing</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/9074">data-center</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/426">Linux</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/1253">management</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/8269">openqrm</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/8270">server</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/1504">storage</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/182">virtualization</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/412">VMware</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/1104">Xen</category>
 <pubDate>Mon, 25 Aug 2008 10:36:39 -0400</pubDate>
 <dc:creator>MattR</dc:creator>
 <guid isPermaLink="false">31451 at http://www.networkworld.com/community</guid>
</item>
<item>
 <title>MID vs. Cheap Notebook - Guess Who Wins?</title>
 <link>http://www.networkworld.com/community/node/31192</link>
 <description>&lt;p&gt;I&amp;#39;ve had a number of conversations recently regarding my enthusiasm for Mobile Internet Devices, or MIDs. I define these as compact (10-inch-or-less display) notebook computers running LINUX and optimized for price, portability, and Web access, although they do run local applications including &lt;a href=&quot;http://www.openoffice.org/&quot;&gt;OpenOffice&lt;/a&gt;. Some people, by the way, refer to these as &amp;quot;Netbooks&amp;quot; when they run Windows XP, but the hardware is usually the same, and, regardless, I can&amp;#39;t see any reason why most users shouldn&amp;#39;t be running LINUX anyway other than if one absolutely must run that seriously overpriced Microsoft Office. &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.networkworld.com/community/node/31192&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Read more&lt;/strong&gt;&lt;/a&gt;&lt;/span&gt;</description>
 <comments>http://www.networkworld.com/community/node/31192#comments</comments>
 <category domain="http://www.networkworld.com/community/taxonomy/term/45">Wireless / Mobile</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/426">Linux</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/14775">MID</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/14776">mobil internet device</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/2500">notebook</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/501">Windows</category>
 <pubDate>Tue, 19 Aug 2008 11:20:12 -0400</pubDate>
 <dc:creator>Craig Mathias</dc:creator>
 <guid isPermaLink="false">31192 at http://www.networkworld.com/community</guid>
</item>
<item>
 <title>Linux Kernel private?</title>
 <link>http://www.networkworld.com/community/node/31081</link>
 <description>So much for the steaming pile of &#039;openess&#039; which is spewed by the Linux community. Isn&#039;t it supposed to be &#039;secure&#039; because like a bagillion eyes are on the source? Oh wait. Is is finally that Linus admits that &#039;open source&#039; is not the panacea they have been pushing?</description>
 <comments>http://www.networkworld.com/community/node/31081#comments</comments>
 <category domain="http://www.networkworld.com/community/taxonomy/term/16">Security</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/17">Software</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/426">Linux</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/3643">operating systems</category>
 <pubDate>Thu, 14 Aug 2008 20:56:05 -0400</pubDate>
 <dc:creator />
 <guid isPermaLink="false">31081 at http://www.networkworld.com/community</guid>
</item>
<item>
 <title>Torvalds doesn&#039;t mince words</title>
 <link>http://www.networkworld.com/community/node/31074</link>
 <description>Linux creator Linus Torvalds says he&#039;s fed up with the &quot;security circus&quot; - you know, where security companies hype up software vulnerabilities like the end of the Internet is nigh.

He also had some select language for the OpenBSD community, which I won&#039;t reprint here - you&#039;ll have to &lt;a href=&quot;http://www.networkworld.com/news/2008/081408-torvalds-security-circus.html&quot;&gt;read our story&lt;/a&gt;.</description>
 <comments>http://www.networkworld.com/community/node/31074#comments</comments>
 <category domain="http://www.networkworld.com/community/taxonomy/term/17">Software</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/431">Linus Torvalds</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/426">Linux</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/58">security</category>
 <pubDate>Thu, 14 Aug 2008 16:24:58 -0400</pubDate>
 <dc:creator>Jeff Caruso</dc:creator>
 <guid isPermaLink="false">31074 at http://www.networkworld.com/community</guid>
</item>
<item>
 <title>RE: 12 great apps for bridging Windows, Linux and Macs</title>
 <link>http://www.networkworld.com/community/node/30961</link>
 <description>How about great apps like Thinkfree and OpenOffice?</description>
 <comments>http://www.networkworld.com/community/node/30961#comments</comments>
 <category domain="http://www.networkworld.com/community/taxonomy/term/17">Software</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/426">Linux</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/3643">operating systems</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/587">OS X</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/501">Windows</category>
 <pubDate>Tue, 12 Aug 2008 00:35:11 -0400</pubDate>
 <dc:creator />
 <guid isPermaLink="false">30961 at http://www.networkworld.com/community</guid>
</item>
<item>
 <title>Don&#039;t miss: 12 cool cross-platform tools for Windows, Macs and Linux</title>
 <link>http://www.networkworld.com/community/node/30943</link>
 <description>&lt;a href=&quot;/community/barrett&quot;&gt;A Better Windows World blogger Ron Barrett&lt;/a&gt; writes: &amp;quot;Today&amp;#39;s IT department is faced with the constant &lt;img style=&quot;width: 96px; height: 69px&quot; src=&quot;/graphics/community/win-lin-mac.bmp&quot; alt=&quot;&quot; width=&quot;96&quot; height=&quot;69&quot; align=&quot;right&quot; /&gt;question of which platform wins the battle for the corporate network&amp;#39;s heart and mind. The reality is that most corporate networks are a heterogeneous mix of two or more operating systems, with servers and with desktops. So the question really becomes, &amp;#39;What tools can we use to bridge the gap between Windows and the rest of your network?&amp;#39; To help you out I put together a list of tools to help you manage your environment and your stress-level. &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.networkworld.com/community/node/30943&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Read more&lt;/strong&gt;&lt;/a&gt;&lt;/span&gt;</description>
 <comments>http://www.networkworld.com/community/node/30943#comments</comments>
 <category domain="http://www.networkworld.com/community/taxonomy/term/123">Microsoft</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/426">Linux</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/14594">Macs</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/14595">Ron Barrett</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/501">Windows</category>
 <pubDate>Mon, 11 Aug 2008 16:24:51 -0400</pubDate>
 <dc:creator>Microsoft Subnet</dc:creator>
 <guid isPermaLink="false">30943 at http://www.networkworld.com/community</guid>
</item>
<item>
 <title>12 cool cross-platform tools for Windows, Macs and Linux</title>
 <link>http://www.networkworld.com/community/12-cross-platform-tools</link>
 <description>&lt;p&gt;Today&#039;s IT department is  faced with the constant question of which  platform wins the battle for the corporate network&#039;s heart and mind. I won&#039;t  get into the debate of which platform will reign supreme in the next 5  - 10 years. Quite frankly I do not even want  to think that far down the line. (But, can you guess my vote, given the name of this blog, &lt;em&gt;A Better Windows World&lt;/em&gt;?) But no matter what your personal preference,  the reality is that most  corporate networks are a heterogeneous mix of two or more operating  systems, with servers and with desktops. So the question really becomes, &quot;What tools  can we use to bridge the gap between Windows and the rest of your network?&quot;  &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.networkworld.com/community/12-cross-platform-tools&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Read more&lt;/strong&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;</description>
 <comments>http://www.networkworld.com/community/12-cross-platform-tools#comments</comments>
 <category domain="http://www.networkworld.com/community/taxonomy/term/123">Microsoft</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/50">collaboration</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/14376">Compiere</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/581">CRM</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/11590">cross platform</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/13341">distance learning</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/1937">ERP</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/14375">FreeNATS</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/8644">Likewise Software</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/426">Linux</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/465">Mac OS X</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/14377">OPENRPT</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/14373">Orion Network Performance Monitor</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/14380">PresenterNet</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/14374">SharedPlan</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/2676">SolarWinds</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/209">Web conferencing</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/14372">Wimba</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/501">Windows</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/14371">xTuple</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/14378">Zimbra</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/14379">Zope</category>
 <pubDate>Mon, 11 Aug 2008 14:22:49 -0400</pubDate>
 <dc:creator>Ron Barrett</dc:creator>
 <guid isPermaLink="false">30684 at http://www.networkworld.com/community</guid>
</item>
<item>
 <title>Tux ousted as favorite open source mascot</title>
 <link>http://www.networkworld.com/community/node/30945</link>
 <description>&lt;p&gt;&lt;a href=&quot; http://www.networkworld.com/news/2008/073108-linuxworld.html &quot;&gt;LinuxWorld&lt;/a&gt; last week proved to be more than a gathering of supporters and a celebration of advances the open source operating system has made. The conference also set the stage for a contest that would unseat Tux the Linux penguin as the most-loved open source mascot. &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.networkworld.com/community/node/30945&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Read more&lt;/strong&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;</description>
 <comments>http://www.networkworld.com/community/node/30945#comments</comments>
 <category domain="http://www.networkworld.com/community/taxonomy/term/14597">GroundWork open source</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/426">Linux</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/979">mozilla</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/260">open source</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/14596">Tux</category>
 <pubDate>Mon, 11 Aug 2008 13:03:11 -0400</pubDate>
 <dc:creator>Denise Dubie</dc:creator>
 <guid isPermaLink="false">30945 at http://www.networkworld.com/community</guid>
</item>
<item>
 <title>Major correction</title>
 <link>http://www.networkworld.com/community/node/30754</link>
 <description>Dear Elizabeth Montalbano,

&quot;Red Hat and project contributors have released alpha code for Fedora 10, the next version of the community-sponsored, [...]&quot; is completely wrong - it should read &quot;The Fedora Project has released the Alpha preview for Fedora 10, the next version of the Red Hat-sponsored, [...]&quot; would be closer to the reality.

Best regards,
Sandro

PS. feel free to contact press@fedoraproject.org for further information on the subject.</description>
 <comments>http://www.networkworld.com/community/node/30754#comments</comments>
 <category domain="http://www.networkworld.com/community/taxonomy/term/17">Software</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/3347">Fedora</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/426">Linux</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/3643">operating systems</category>
 <pubDate>Tue, 05 Aug 2008 18:10:11 -0400</pubDate>
 <dc:creator />
 <guid isPermaLink="false">30754 at http://www.networkworld.com/community</guid>
</item>
<item>
 <title>Development Costs In The Cloud</title>
 <link>http://www.networkworld.com/community/node/30721</link>
 <description> &lt;p&gt;As more of our applications migrate into the cloud, some interesting  questions for development rise up. What about development? How will developer  use cloud services in the development process? How do you attract developers to  develop on your cloud services? How much will cloud services cost you if you use  cloud services in the software development and QA testing process?  &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.networkworld.com/community/node/30721&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Read more&lt;/strong&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;</description>
 <comments>http://www.networkworld.com/community/node/30721#comments</comments>
 <category domain="http://www.networkworld.com/community/taxonomy/term/154">Careers</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/29">Data Center</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/1035">General discussions</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/123">Microsoft</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/17">Software</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/45">Wireless / Mobile</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/7628">cloud computing</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/14390">cloud storage services</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/14287">Google Web Engine</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/141">Java</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/14389">LINQ</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/426">Linux</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/2760">Microsoft</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/260">open source</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/368">Ray Ozzie</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/14392">software developers</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/14391">software development tools</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/14069">SQL Server Data Services</category>
 <pubDate>Tue, 05 Aug 2008 10:31:00 -0400</pubDate>
 <dc:creator>Mitchell Ashley</dc:creator>
 <guid isPermaLink="false">30721 at http://www.networkworld.com/community</guid>
</item>
<item>
 <title>easy share 5300  no linux drivers</title>
 <link>http://www.networkworld.com/community/node/30650</link>
 <description>any solutions for ubuntu 8.4 
</description>
 <comments>http://www.networkworld.com/community/node/30650#comments</comments>
 <category domain="http://www.networkworld.com/community/taxonomy/term/30">SMB</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/426">Linux</category>
 <pubDate>Sun, 03 Aug 2008 15:33:57 -0400</pubDate>
 <dc:creator>henpecked412</dc:creator>
 <guid isPermaLink="false">30650 at http://www.networkworld.com/community</guid>
</item>
<item>
 <title>Splashtop</title>
 <link>http://www.networkworld.com/community/node/30573</link>
 <description>That embedded Linux that ASUS is putting in all their motherboards is going to be huge.

I know plenty of people who can spend their whole lives in Firefox, IM, Skype photoviewer (and media player you claim) without ever having to boot into their main OS.</description>
 <comments>http://www.networkworld.com/community/node/30573#comments</comments>
 <category domain="http://www.networkworld.com/community/taxonomy/term/45">Wireless / Mobile</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/10061">Asus</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/113">Laptops</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/426">Linux</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/3643">operating systems</category>
 <pubDate>Thu, 31 Jul 2008 14:34:19 -0400</pubDate>
 <dc:creator />
 <guid isPermaLink="false">30573 at http://www.networkworld.com/community</guid>
</item>
<item>
 <title>Linux Not The Savior For Our Economy</title>
 <link>http://www.networkworld.com/community/node/30015</link>
 <description>You knew the argument had to come up sometime: survive the economic downturn  by using open source to help you save money. Now &lt;em&gt;ComputerWorld&lt;/em&gt; blogger Steve Vaughan-Nichols makes that claim in his &lt;a href=&quot;http://blogs.computerworld.com/linux_can_save_us&quot;&gt;Linux Will Save Us&lt;/a&gt;  blog post. The title almost has religious overtones. I found Steve&amp;#39;s article  thanks to blog posts by &lt;a href=&quot;http://www.stillsecureafteralltheseyears.com/ashimmy/2008/07/steven-j-vaugha.html&quot;&gt;Alan  Shimel&lt;/a&gt; and &lt;a href=&quot;http://infosecplace.com/blog/2008/07/16/bad-economy-move-to-linux/&quot;&gt;Michael  Farnum&lt;/a&gt;. Whether it&amp;#39;s iPhones, Linux vs. Microsoft or Macs vs. PCs, there&amp;#39;s  always a group who are so overly passionate about their favorite hammer that  everything else looks like a nail. &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.networkworld.com/community/node/30015&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Read more&lt;/strong&gt;&lt;/a&gt;&lt;/span&gt;</description>
 <comments>http://www.networkworld.com/community/node/30015#comments</comments>
 <category domain="http://www.networkworld.com/community/taxonomy/term/154">Careers</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/47">Cisco</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/29">Data Center</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/33">E-commerce</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/1035">General discussions</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/22">LANs / WANs</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/123">Microsoft</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/21">Network Management</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/30">SMB</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/17">Software</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/26">VoIP / Convergence</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/45">Wireless / Mobile</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/82">Apple</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/13914">ce</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/13806">Intuit</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/426">Linux</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/2760">Microsoft</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/790">Novell</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/632">Red Hat</category>
 <pubDate>Thu, 17 Jul 2008 03:46:36 -0400</pubDate>
 <dc:creator>Mitchell Ashley</dc:creator>
 <guid isPermaLink="false">30015 at http://www.networkworld.com/community</guid>
</item>
<item>
 <title>Our licensing costs are very, very low.</title>
 <link>http://www.networkworld.com/community/node/29730</link>
 <description>Sure, because you don&#039;t have to pay for RHEL subscriptions like everyone else :).</description>
 <comments>http://www.networkworld.com/community/node/29730#comments</comments>
 <category domain="http://www.networkworld.com/community/taxonomy/term/17">Software</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/426">Linux</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/3643">operating systems</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/632">Red Hat</category>
 <pubDate>Wed, 09 Jul 2008 15:22:18 -0400</pubDate>
 <dc:creator />
 <guid isPermaLink="false">29730 at http://www.networkworld.com/community</guid>
</item>
<item>
 <title>Nokia Buys Symbian: Gunning for the iPhone and More</title>
 <link>http://www.networkworld.com/community/node/29448</link>
 <description>&lt;p&gt;&lt;a href=&quot;/community/node/28579&quot;&gt;As I previously noted&lt;/a&gt;, the availability of a new, cheaper iPhone puts real cost pressure on the other handset manufacturers, and a ceiling on price. An iPhone 3G with 16 GB (and note that it&amp;#39;s rare to find a smartphone with more that 64 &lt;em&gt;MB&lt;/em&gt; today) is $300. So it stands to reason that demand for the iPhone 3G will be enormous, and that business and enterprise users (with many using the handset for double-duty business/personal use) will be a big part of the mix. At that price, the iPhone is indeed the smartphone for the rest of us. &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.networkworld.com/community/node/29448&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Read more&lt;/strong&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;</description>
 <comments>http://www.networkworld.com/community/node/29448#comments</comments>
 <category domain="http://www.networkworld.com/community/taxonomy/term/45">Wireless / Mobile</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/82">Apple</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/1188">iPhone</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/426">Linux</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/2760">Microsoft</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/13326">mobile os</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/1224">Nokia</category>
 <category domain="http://www.networkworld.com/community/taxonomy/term/7060">Symbian</category>
 <pubDate>Mon, 30 Jun 2008 10:10:54 -0400</pubDate>
 <dc:creator>Craig Mathias</dc:creator>
 <guid isPermaLink="false">29448 at http://www.networkworld.com/community</guid>
</item>
</channel>
</rss>
