<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xml" href="http://www.dzone.com/links/misc/rss.xsl"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dz="http://www.developerzone.com/modules/dz/1.0" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>DZone: unix-linux</title>
    <link>http://www.dzone.com/links/tag/unix-linux.html</link>
    <description>DZone: fresh links for developers</description>
    <language>en-us</language>
    <copyright>Copyright (c) 2006 DZone, Inc.</copyright>
    <pubDate>Fri, 05 Sep 2008 04:34:16 GMT</pubDate>
    <dc:creator>The DZone community</dc:creator>
    <dc:date>2008-09-05T04:34:16Z</dc:date>
    <dc:language>en-us</dc:language>
    <dc:rights>Copyright (c) 2006 DZone, Inc.</dc:rights>
    <dz:selfLink>http://www.dzone.com/links/feed/frontpage/unix-linux/rss.xml</dz:selfLink>
    <image>
      <title>DZone: fresh links for developers</title>
      <url>http://www.dzone.com/images/std/dzone.com_258x55.gif</url>
      <link>http://www.dzone.com/links/</link>
    </image>
    <item>
      <title>Efficient data transfer through zero copy</title>
      <link>http://www.dzone.com/links/rss/efficient_data_transfer_through_zero_copy.html</link>
      <description>This article explains how you can improve the performance of I/O-intensive Java applications running on Linux and UNIX platforms through a technique called zero copy. Zero copy lets you avoid redundant data copies between intermediate buffers and reduces the number of context switches between user space and kernel space.</description>
      <category>java</category>
      <category>unix-linux</category>
      <pubDate>Thu, 04 Sep 2008 13:50:44 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/109729.html</guid>
      <dc:creator>unchqua</dc:creator>
      <dc:date>2008-09-04T13:50:44Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/efficient_data_transfer_through_zero_copy.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/109729.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>This article explains how you can improve the performance of I/O-intensive Java applications running on Linux and UNIX platforms through a technique called zero copy. Zero copy lets you avoid redundant data copies between intermediate buffers and reduces the number of context switches between user space and kernel space.<br/><br/><a href='http://www.dzone.com/links/rss/efficient_data_transfer_through_zero_copy.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=109729' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>109729</dz:linkId>
      <dz:submitDate>2008-09-02T19:54:45Z</dz:submitDate>
      <dz:promoteDate>2008-09-04T13:50:44Z</dz:promoteDate>
      <dz:voteUpCount>8</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>337</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/109729.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>unchqua</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/201716.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Up The Linux Limits</title>
      <link>http://www.dzone.com/links/rss/up_the_linux_limits.html</link>
      <description>Recently while using the searchable plugin with Grails I've had exceptions citing too many open files. Linux systems typically limit resources on a per-user basis by various criteria such as number of processes and number of open files.</description>
      <category>unix-linux</category>
      <pubDate>Wed, 03 Sep 2008 12:12:39 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/108912.html</guid>
      <dc:creator>bloid</dc:creator>
      <dc:date>2008-09-03T12:12:39Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/up_the_linux_limits.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/108912.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Recently while using the searchable plugin with Grails I've had exceptions citing too many open files. Linux systems typically limit resources on a per-user basis by various criteria such as number of processes and number of open files.<br/><br/><a href='http://www.dzone.com/links/rss/up_the_linux_limits.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=108912' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>108912</dz:linkId>
      <dz:submitDate>2008-08-31T17:42:44Z</dz:submitDate>
      <dz:promoteDate>2008-09-03T12:12:39Z</dz:promoteDate>
      <dz:voteUpCount>9</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>227</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/108912.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>bloid</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/111696.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>awk is a beautiful tool</title>
      <link>http://www.dzone.com/links/rss/awk_is_a_beautiful_tool.html</link>
      <description>AWK is a very powerful programming language that we can use on the command-line for advanced text processing. I'd like to provide a guide so you can get started using it. I'll be covering the basics of AWK and provide some useful examples</description>
      <category>other languages</category>
      <category>tools</category>
      <category>unix-linux</category>
      <pubDate>Mon, 01 Sep 2008 19:00:18 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/109260.html</guid>
      <dc:creator>Eric Wendelin</dc:creator>
      <dc:date>2008-09-01T19:00:18Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/awk_is_a_beautiful_tool.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/109260.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>AWK is a very powerful programming language that we can use on the command-line for advanced text processing. I'd like to provide a guide so you can get started using it. I'll be covering the basics of AWK and provide some useful examples<br/><br/><a href='http://www.dzone.com/links/rss/awk_is_a_beautiful_tool.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=109260' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>109260</dz:linkId>
      <dz:submitDate>2008-09-01T16:32:53Z</dz:submitDate>
      <dz:promoteDate>2008-09-01T19:00:18Z</dz:promoteDate>
      <dz:voteUpCount>25</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>495</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/109260.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>dubness</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/196882.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Run Linux Command in Windows</title>
      <link>http://www.dzone.com/links/rss/run_linux_command_in_windows.html</link>
      <description>How to run Linux/Unix commands in Windows?</description>
      <category>tools</category>
      <category>unix-linux</category>
      <category>windows</category>
      <pubDate>Sun, 31 Aug 2008 12:24:35 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/108761.html</guid>
      <dc:creator>subeen</dc:creator>
      <dc:date>2008-08-31T12:24:35Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/run_linux_command_in_windows.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/108761.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>How to run Linux/Unix commands in Windows?<br/><br/><a href='http://www.dzone.com/links/rss/run_linux_command_in_windows.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=108761' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>108761</dz:linkId>
      <dz:submitDate>2008-08-30T18:37:06Z</dz:submitDate>
      <dz:promoteDate>2008-08-31T12:24:35Z</dz:promoteDate>
      <dz:voteUpCount>10</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>663</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/108761.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>subeen</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/326299.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Why Switch to Linux?</title>
      <link>http://www.dzone.com/links/rss/why_switch_to_linux.html</link>
      <description>In an interesting post on Lifehacker, the editors ask the readers "Why did you switch to Linux?" The question drew quite a lot of interesting responses, including some very offbeat reasons for why people made the switch. If you're under the impression that people switch solely for rebellious or "fight the man" reasons, here are some of the more interesting responses and trends that they point to.</description>
      <category>open source</category>
      <category>opinion</category>
      <category>unix-linux</category>
      <pubDate>Sun, 31 Aug 2008 00:56:33 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/108530.html</guid>
      <dc:creator>normchow</dc:creator>
      <dc:date>2008-08-31T00:56:33Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/why_switch_to_linux.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/108530.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>In an interesting post on Lifehacker, the editors ask the readers "Why did you switch to Linux?" The question drew quite a lot of interesting responses, including some very offbeat reasons for why people made the switch. If you're under the impression that people switch solely for rebellious or "fight the man" reasons, here are some of the more interesting responses and trends that they point to.<br/><br/><a href='http://www.dzone.com/links/rss/why_switch_to_linux.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=108530' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>108530</dz:linkId>
      <dz:submitDate>2008-08-29T17:46:27Z</dz:submitDate>
      <dz:promoteDate>2008-08-31T00:56:33Z</dz:promoteDate>
      <dz:voteUpCount>11</dz:voteUpCount>
      <dz:voteDownCount>2</dz:voteDownCount>
      <dz:clickCount>640</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/108530.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>normchow</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/306169.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Why Can't LINUX Win Against Windows?</title>
      <link>http://www.dzone.com/links/rss/why_cant_linux_win_against_windows.html</link>
      <description>an articale disscuss reasons makes  linux can not win against windows in the computer world</description>
      <category>microsoft</category>
      <category>opinion</category>
      <category>unix-linux</category>
      <category>windows</category>
      <pubDate>Sat, 30 Aug 2008 05:19:51 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/108537.html</guid>
      <dc:creator>al-yamani</dc:creator>
      <dc:date>2008-08-30T05:19:51Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/why_cant_linux_win_against_windows.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/108537.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>an articale disscuss reasons makes  linux can not win against windows in the computer world<br/><br/><a href='http://www.dzone.com/links/rss/why_cant_linux_win_against_windows.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=108537' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>108537</dz:linkId>
      <dz:submitDate>2008-08-29T18:22:38Z</dz:submitDate>
      <dz:promoteDate>2008-08-30T05:19:51Z</dz:promoteDate>
      <dz:voteUpCount>10</dz:voteUpCount>
      <dz:voteDownCount>13</dz:voteDownCount>
      <dz:clickCount>675</dz:clickCount>
      <dz:commentCount>2</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/108537.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>al-yamani</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/271462.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>VirtualBox: Installing OpenBSD and how it compares to VMware</title>
      <link>http://www.dzone.com/links/rss/virtualbox_installing_openbsd_and_how_it_compares.html</link>
      <description>When it comes to desktop virtualization, the choices are usually VMware Workstation on Windows, or VMware Fusion / Parallels on the Mac (and a myriad of options on *nix, like VMware, qemu, bochs, etc).</description>
      <category>tools</category>
      <category>unix-linux</category>
      <pubDate>Fri, 29 Aug 2008 22:35:24 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/108198.html</guid>
      <dc:creator>bloid</dc:creator>
      <dc:date>2008-08-29T22:35:24Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/virtualbox_installing_openbsd_and_how_it_compares.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/108198.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>When it comes to desktop virtualization, the choices are usually VMware Workstation on Windows, or VMware Fusion / Parallels on the Mac (and a myriad of options on *nix, like VMware, qemu, bochs, etc).<br/><br/><a href='http://www.dzone.com/links/rss/virtualbox_installing_openbsd_and_how_it_compares.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=108198' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>108198</dz:linkId>
      <dz:submitDate>2008-08-28T20:33:42Z</dz:submitDate>
      <dz:promoteDate>2008-08-29T22:35:24Z</dz:promoteDate>
      <dz:voteUpCount>10</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>488</dz:clickCount>
      <dz:commentCount>3</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/108198.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>bloid</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/111696.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>i18n made easy</title>
      <link>http://www.dzone.com/links/rss/i18n_made_easy.html</link>
      <description>Free login for anybody who can help with translations.&#xD;
&#xD;
Checkout our demo account : demo / demo</description>
      <category>java</category>
      <category>other languages</category>
      <category>php</category>
      <category>unix-linux</category>
      <pubDate>Thu, 28 Aug 2008 22:54:05 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/107941.html</guid>
      <dc:creator>ksuha</dc:creator>
      <dc:date>2008-08-28T22:54:05Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/i18n_made_easy.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/107941.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Free login for anybody who can help with translations.

Checkout our demo account : demo / demo<br/><br/><a href='http://www.dzone.com/links/rss/i18n_made_easy.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=107941' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>107941</dz:linkId>
      <dz:submitDate>2008-08-28T00:32:37Z</dz:submitDate>
      <dz:promoteDate>2008-08-28T22:54:05Z</dz:promoteDate>
      <dz:voteUpCount>8</dz:voteUpCount>
      <dz:voteDownCount>1</dz:voteDownCount>
      <dz:clickCount>417</dz:clickCount>
      <dz:commentCount>4</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/107941.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>ksuha</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/328248.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Redhat perl. What a tragedy.</title>
      <link>http://www.dzone.com/links/rss/balance_through_extremism_redhat_perl_what_a_trag.html</link>
      <description>According to this google trends analysis Redhat, Centos and Fedora make up the majority of linux distributions used in production. All these have a broken perl. How much time and money has been lost because of this?  I have a sinking feeling that it is a staggering number.</description>
      <category>perl</category>
      <category>unix-linux</category>
      <pubDate>Wed, 27 Aug 2008 15:20:43 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/107367.html</guid>
      <dc:creator>glenstansberry</dc:creator>
      <dc:date>2008-08-27T15:20:43Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/balance_through_extremism_redhat_perl_what_a_trag.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/107367.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>According to this google trends analysis Redhat, Centos and Fedora make up the majority of linux distributions used in production. All these have a broken perl. How much time and money has been lost because of this?  I have a sinking feeling that it is a staggering number. <br/><br/><a href='http://www.dzone.com/links/rss/balance_through_extremism_redhat_perl_what_a_trag.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=107367' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>107367</dz:linkId>
      <dz:submitDate>2008-08-26T21:01:34Z</dz:submitDate>
      <dz:promoteDate>2008-08-27T15:20:43Z</dz:promoteDate>
      <dz:voteUpCount>22</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>440</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/107367.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>glenstansberry</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/320612.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>How to install and configure a Glassfish cluster</title>
      <link>http://www.dzone.com/links/rss/how_to_install_and_configure_a_glassfish_cluster.html</link>
      <description>In the last days I tried to install and configure a Glassfish and a Liferay cluster for a client. From what I see in Internet is a lot of "old" documentation for Glassfish / Liferay clustering and nothing related to latest versions of Glasfish / Liferay (glassfish v2ur2 and Liferay 5.1.1), and I know this documentation also will become old in some months :) . So I intend to write (as best as I can) a very simple documentation about how I manage this to work and what problems I found trying to do this.</description>
      <category>how-to</category>
      <category>java</category>
      <category>server</category>
      <category>unix-linux</category>
      <pubDate>Tue, 26 Aug 2008 19:15:33 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/107176.html</guid>
      <dc:creator>bloid</dc:creator>
      <dc:date>2008-08-26T19:15:33Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/how_to_install_and_configure_a_glassfish_cluster.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/107176.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>In the last days I tried to install and configure a Glassfish and a Liferay cluster for a client. From what I see in Internet is a lot of "old" documentation for Glassfish / Liferay clustering and nothing related to latest versions of Glasfish / Liferay (glassfish v2ur2 and Liferay 5.1.1), and I know this documentation also will become old in some months :) . So I intend to write (as best as I can) a very simple documentation about how I manage this to work and what problems I found trying to do this.<br/><br/><a href='http://www.dzone.com/links/rss/how_to_install_and_configure_a_glassfish_cluster.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=107176' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>107176</dz:linkId>
      <dz:submitDate>2008-08-26T10:01:21Z</dz:submitDate>
      <dz:promoteDate>2008-08-26T19:15:33Z</dz:promoteDate>
      <dz:voteUpCount>10</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>216</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/107176.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>bloid</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/111696.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Oops! I Fixed the Linux Kernel</title>
      <link>http://www.dzone.com/links/rss/oops_i_fixed_the_linux_kernel.html</link>
      <description>When Linux crashes, users don't get a Blue Screen like they do on Windows. Instead, Linux generates an "oops" -- a crash signature that can help developers to figure out what went wrong.&#xD;
&#xD;
The feature may have a silly name, but it's increasingly serious business.</description>
      <category>unix-linux</category>
      <pubDate>Mon, 25 Aug 2008 19:42:22 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/106846.html</guid>
      <dc:creator>Thierry.Lefort</dc:creator>
      <dc:date>2008-08-25T19:42:22Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/oops_i_fixed_the_linux_kernel.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/106846.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>When Linux crashes, users don't get a Blue Screen like they do on Windows. Instead, Linux generates an "oops" -- a crash signature that can help developers to figure out what went wrong.

The feature may have a silly name, but it's increasingly serious business.<br/><br/><a href='http://www.dzone.com/links/rss/oops_i_fixed_the_linux_kernel.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=106846' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>106846</dz:linkId>
      <dz:submitDate>2008-08-25T13:30:37Z</dz:submitDate>
      <dz:promoteDate>2008-08-25T19:42:22Z</dz:promoteDate>
      <dz:voteUpCount>9</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>535</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/106846.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>Thierry.Lefort</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/252611.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>12 Resources for Free Open Source Tutorials and Tools</title>
      <link>http://www.dzone.com/links/rss/12_resources_for_free_open_source_tutorials_and_t.html</link>
      <description>Collection of tips, pointers to free tutorials, and advice on the best applications including screenshot-driven guided tours to how to use top tier OSS applications, pointers to free tutorials on everything from AJAX to OpenOffice, and guidance on finding free open source webinars on topics such as MySQL and Ubuntu. Here are 12 of our most popular educational roundup posts.</description>
      <category>how-to</category>
      <category>open source</category>
      <category>unix-linux</category>
      <category>web services</category>
      <pubDate>Mon, 25 Aug 2008 06:56:55 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/106226.html</guid>
      <dc:creator>normchow</dc:creator>
      <dc:date>2008-08-25T06:56:55Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/12_resources_for_free_open_source_tutorials_and_t.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/106226.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Collection of tips, pointers to free tutorials, and advice on the best applications including screenshot-driven guided tours to how to use top tier OSS applications, pointers to free tutorials on everything from AJAX to OpenOffice, and guidance on finding free open source webinars on topics such as MySQL and Ubuntu. Here are 12 of our most popular educational roundup posts.<br/><br/><a href='http://www.dzone.com/links/rss/12_resources_for_free_open_source_tutorials_and_t.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=106226' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>106226</dz:linkId>
      <dz:submitDate>2008-08-22T18:06:18Z</dz:submitDate>
      <dz:promoteDate>2008-08-25T06:56:55Z</dz:promoteDate>
      <dz:voteUpCount>15</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>480</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/106226.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>normchow</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/306169.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>7 "must read" Linux tutorials | Linux Screw</title>
      <link>http://www.dzone.com/links/rss/7_must_read_linux_tutorials_linux_screw.html</link>
      <description>If you're going to have long relations with Linux operating system and use it as efficiently as possible I suggest to read the following how-tos and guides that will help you on the way to advanced Linux user status.  Topics include Bash-Scripting, Command-Line Tools, System Administration, Routing &amp; Traffic Control, Iptables, Filesystem Hierarchy, and Security.</description>
      <category>how-to</category>
      <category>unix-linux</category>
      <pubDate>Mon, 25 Aug 2008 04:40:09 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/106565.html</guid>
      <dc:creator>rlamarch</dc:creator>
      <dc:date>2008-08-25T04:40:09Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/7_must_read_linux_tutorials_linux_screw.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/106565.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>If you're going to have long relations with Linux operating system and use it as efficiently as possible I suggest to read the following how-tos and guides that will help you on the way to advanced Linux user status.  Topics include Bash-Scripting, Command-Line Tools, System Administration, Routing & Traffic Control, Iptables, Filesystem Hierarchy, and Security. <br/><br/><a href='http://www.dzone.com/links/rss/7_must_read_linux_tutorials_linux_screw.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=106565' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>106565</dz:linkId>
      <dz:submitDate>2008-08-24T12:10:55Z</dz:submitDate>
      <dz:promoteDate>2008-08-25T04:40:09Z</dz:promoteDate>
      <dz:voteUpCount>28</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>895</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/106565.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>rlamarch</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/209500.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Restrict SSH to Run A Specific Command</title>
      <link>http://www.dzone.com/links/rss/restrict_ssh_to_run_a_specific_command.html</link>
      <description>You may know that if you were to include your ssh public key in the remote host's authorized_keys file, you can ssh/scp into that remote machine without password login. This will enable administrator to program script to run without having to interactive with it.</description>
      <category>security</category>
      <category>tools</category>
      <category>unix-linux</category>
      <pubDate>Sun, 24 Aug 2008 09:19:41 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/106125.html</guid>
      <dc:creator>bloid</dc:creator>
      <dc:date>2008-08-24T09:19:41Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/restrict_ssh_to_run_a_specific_command.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/106125.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>You may know that if you were to include your ssh public key in the remote host's authorized_keys file, you can ssh/scp into that remote machine without password login. This will enable administrator to program script to run without having to interactive with it. <br/><br/><a href='http://www.dzone.com/links/rss/restrict_ssh_to_run_a_specific_command.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=106125' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>106125</dz:linkId>
      <dz:submitDate>2008-08-22T11:52:33Z</dz:submitDate>
      <dz:promoteDate>2008-08-24T09:19:41Z</dz:promoteDate>
      <dz:voteUpCount>12</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>251</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/106125.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>bloid</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/111696.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>100 Tips and Tools to Set Up Your Own Home LAMP Server</title>
      <link>http://www.dzone.com/links/rss/100_tips_and_tools_to_set_up_your_own_home_lamp_s.html</link>
      <description>LAMP (Linux, Apache, MySQL and PHP) servers are very popular for their ease of use and flexibility. Read on to find some of the best resources available for creating your own home LAMP server, from installation to maintenance.</description>
      <category>php</category>
      <category>tools</category>
      <category>unix-linux</category>
      <category>usability</category>
      <pubDate>Sun, 24 Aug 2008 04:27:42 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/106028.html</guid>
      <dc:creator>socker</dc:creator>
      <dc:date>2008-08-24T04:27:42Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/100_tips_and_tools_to_set_up_your_own_home_lamp_s.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/106028.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>LAMP (Linux, Apache, MySQL and PHP) servers are very popular for their ease of use and flexibility. Read on to find some of the best resources available for creating your own home LAMP server, from installation to maintenance.<br/><br/><a href='http://www.dzone.com/links/rss/100_tips_and_tools_to_set_up_your_own_home_lamp_s.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=106028' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>106028</dz:linkId>
      <dz:submitDate>2008-08-22T04:37:15Z</dz:submitDate>
      <dz:promoteDate>2008-08-24T04:27:42Z</dz:promoteDate>
      <dz:voteUpCount>6</dz:voteUpCount>
      <dz:voteDownCount>3</dz:voteDownCount>
      <dz:clickCount>454</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/106028.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>socker</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/288451.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Free Terminal Services for Linux</title>
      <link>http://www.dzone.com/links/rss/free_terminal_services_for_linux.html</link>
      <description>Trying to avoid VNC+SSH on Linux but need a remote-desktop solution? Try out the free version of NXServer, here's a 5min guide on how to get it setup and running on Ubuntu and Mac.</description>
      <category>apple</category>
      <category>how-to</category>
      <category>tools</category>
      <category>unix-linux</category>
      <pubDate>Sun, 24 Aug 2008 00:17:21 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/106333.html</guid>
      <dc:creator>rkalla</dc:creator>
      <dc:date>2008-08-24T00:17:21Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/free_terminal_services_for_linux.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/106333.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Trying to avoid VNC+SSH on Linux but need a remote-desktop solution? Try out the free version of NXServer, here's a 5min guide on how to get it setup and running on Ubuntu and Mac.<br/><br/><a href='http://www.dzone.com/links/rss/free_terminal_services_for_linux.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=106333' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>106333</dz:linkId>
      <dz:submitDate>2008-08-23T01:08:42Z</dz:submitDate>
      <dz:promoteDate>2008-08-24T00:17:21Z</dz:promoteDate>
      <dz:voteUpCount>8</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>326</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/106333.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>rkalla</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/40277.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>The End Of the OS As We Know It</title>
      <link>http://www.dzone.com/links/rss/the_end_of_the_os_as_we_know_it.html</link>
      <description>So the bloggers over at ZDNet have once again proclaimed the end of the operating system. Larry Dignan says: The operating system may be losing its luster. In fact, you could argue that the operating system–Linux, OS X and Windows–will become an application that just happens to boot first. And hardware vendors are on to the OS’s diminishing importance.</description>
      <category>unix-linux</category>
      <category>usability</category>
      <pubDate>Fri, 22 Aug 2008 05:20:51 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/105667.html</guid>
      <dc:creator>socker</dc:creator>
      <dc:date>2008-08-22T05:20:51Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/the_end_of_the_os_as_we_know_it.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/105667.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>So the bloggers over at ZDNet have once again proclaimed the end of the operating system. Larry Dignan says: The operating system may be losing its luster. In fact, you could argue that the operating system–Linux, OS X and Windows–will become an application that just happens to boot first. And hardware vendors are on to the OS’s diminishing importance.<br/><br/><a href='http://www.dzone.com/links/rss/the_end_of_the_os_as_we_know_it.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=105667' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>105667</dz:linkId>
      <dz:submitDate>2008-08-21T10:21:57Z</dz:submitDate>
      <dz:promoteDate>2008-08-22T05:20:51Z</dz:promoteDate>
      <dz:voteUpCount>15</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>554</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/105667.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>socker</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/288451.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Tutorial: Cracking WEP Using Backtrack 3</title>
      <link>http://www.dzone.com/links/rss/tutorial_cracking_wep_using_backtrack_3.html</link>
      <description>This article will explan how to crack 64bit and 128bit WEP on many WIFI access points and routers using Backtrack, a live linux distribution. Your mileage may very.  The basic theory is that we want to connect to an Access Point using WEP Encryption, but we do not know the key.</description>
      <category>how-to</category>
      <category>security</category>
      <category>unix-linux</category>
      <pubDate>Thu, 21 Aug 2008 18:59:52 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/105574.html</guid>
      <dc:creator>jeffreybarke</dc:creator>
      <dc:date>2008-08-21T18:59:52Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/tutorial_cracking_wep_using_backtrack_3.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/105574.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>This article will explan how to crack 64bit and 128bit WEP on many WIFI access points and routers using Backtrack, a live linux distribution. Your mileage may very.  The basic theory is that we want to connect to an Access Point using WEP Encryption, but we do not know the key.<br/><br/><a href='http://www.dzone.com/links/rss/tutorial_cracking_wep_using_backtrack_3.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=105574' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>105574</dz:linkId>
      <dz:submitDate>2008-08-21T02:04:47Z</dz:submitDate>
      <dz:promoteDate>2008-08-21T18:59:52Z</dz:promoteDate>
      <dz:voteUpCount>10</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>745</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/105574.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>jeffreybarke</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/313145.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Five Reasons BitNami Makes Your Life Easier</title>
      <link>http://www.dzone.com/links/rss/five_reasons_bitnami_makes_your_life_easier.html</link>
      <description>If you’re not already familiar with BitNami, the aim of the project is to help spread the adoption of open source software by making it easier than ever to install and configure. Whether you’re an experienced techie or a total newbie, you’ll be able to get open source applications installed in just minutes with our easy to use installers. Still not convinced? Read on for 5 reasons BitNami will make your life easier.</description>
      <category>open source</category>
      <category>php</category>
      <category>unix-linux</category>
      <category>windows</category>
      <pubDate>Thu, 21 Aug 2008 16:04:34 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/105780.html</guid>
      <dc:creator>wek</dc:creator>
      <dc:date>2008-08-21T16:04:34Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/five_reasons_bitnami_makes_your_life_easier.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/105780.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>If you’re not already familiar with BitNami, the aim of the project is to help spread the adoption of open source software by making it easier than ever to install and configure. Whether you’re an experienced techie or a total newbie, you’ll be able to get open source applications installed in just minutes with our easy to use installers. Still not convinced? Read on for 5 reasons BitNami will make your life easier.<br/><br/><a href='http://www.dzone.com/links/rss/five_reasons_bitnami_makes_your_life_easier.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=105780' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>105780</dz:linkId>
      <dz:submitDate>2008-08-21T13:21:09Z</dz:submitDate>
      <dz:promoteDate>2008-08-21T16:04:34Z</dz:promoteDate>
      <dz:voteUpCount>13</dz:voteUpCount>
      <dz:voteDownCount>1</dz:voteDownCount>
      <dz:clickCount>247</dz:clickCount>
      <dz:commentCount>3</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/105780.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>wek</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/277827.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>9 myths about linux debunked</title>
      <link>http://www.dzone.com/links/rss/9_myths_about_linux_debunked.html</link>
      <description>Linux myths debunked... by Ubuntu I think.</description>
      <category>open source</category>
      <category>opinion</category>
      <category>unix-linux</category>
      <pubDate>Thu, 21 Aug 2008 11:25:55 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/105447.html</guid>
      <dc:creator>greenIridium</dc:creator>
      <dc:date>2008-08-21T11:25:55Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/9_myths_about_linux_debunked.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/105447.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Linux myths debunked... by Ubuntu I think.<br/><br/><a href='http://www.dzone.com/links/rss/9_myths_about_linux_debunked.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=105447' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>105447</dz:linkId>
      <dz:submitDate>2008-08-20T18:38:40Z</dz:submitDate>
      <dz:promoteDate>2008-08-21T11:25:55Z</dz:promoteDate>
      <dz:voteUpCount>9</dz:voteUpCount>
      <dz:voteDownCount>5</dz:voteDownCount>
      <dz:clickCount>517</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/105447.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>greenIridium</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/249910.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Fedora 10 Takes Shape</title>
      <link>http://www.dzone.com/links/rss/fedora_10_takes_shape.html</link>
      <description>What does the future hold for Linux development at Red Hat? A look at some of the new features coming in the Fedora 10 Linux distribution release might yield some clues. Currently in early development with a feature freeze scheduled for the end of August, Fedora 10 includes a host of improvements that aim to improve audio, packaging, networking and security features.</description>
      <category>unix-linux</category>
      <pubDate>Thu, 21 Aug 2008 07:19:48 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/105329.html</guid>
      <dc:creator>Kirill Grouchnikov</dc:creator>
      <dc:date>2008-08-21T07:19:48Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/fedora_10_takes_shape.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/105329.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>What does the future hold for Linux development at Red Hat? A look at some of the new features coming in the Fedora 10 Linux distribution release might yield some clues. Currently in early development with a feature freeze scheduled for the end of August, Fedora 10 includes a host of improvements that aim to improve audio, packaging, networking and security features.<br/><br/><a href='http://www.dzone.com/links/rss/fedora_10_takes_shape.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=105329' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>105329</dz:linkId>
      <dz:submitDate>2008-08-20T11:39:32Z</dz:submitDate>
      <dz:promoteDate>2008-08-21T07:19:48Z</dz:promoteDate>
      <dz:voteUpCount>9</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>375</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/105329.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>kirillcool</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/160542.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>git 1.6 released</title>
      <link>http://www.dzone.com/links/rss/git_16_released.html</link>
      <description>Next version of git 1.6</description>
      <category>tools</category>
      <category>unix-linux</category>
      <pubDate>Wed, 20 Aug 2008 11:33:09 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/104739.html</guid>
      <dc:creator>tonetheman</dc:creator>
      <dc:date>2008-08-20T11:33:09Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/git_16_released.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/104739.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Next version of git 1.6<br/><br/><a href='http://www.dzone.com/links/rss/git_16_released.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=104739' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>104739</dz:linkId>
      <dz:submitDate>2008-08-18T20:56:51Z</dz:submitDate>
      <dz:promoteDate>2008-08-20T11:33:09Z</dz:promoteDate>
      <dz:voteUpCount>7</dz:voteUpCount>
      <dz:voteDownCount>1</dz:voteDownCount>
      <dz:clickCount>306</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/104739.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>tonetheman</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/201947.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>5 Anti-Linux Sites You Must Follow!</title>
      <link>http://www.dzone.com/links/rss/5_antilinux_sites_you_must_follow.html</link>
      <description>Ever since I read Jeremy Allison’s blog post about why we need to hear criticisms from people who dislikes Linux, I have been thinking a lot about what he said and how it hits very close to my own philosophy about life: In order to improve, you need to be open to criticisms; even from your enemies.</description>
      <category>unix-linux</category>
      <pubDate>Sun, 17 Aug 2008 18:46:44 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/104249.html</guid>
      <dc:creator>Kirill Grouchnikov</dc:creator>
      <dc:date>2008-08-17T18:46:44Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/5_antilinux_sites_you_must_follow.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/104249.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Ever since I read Jeremy Allison’s blog post about why we need to hear criticisms from people who dislikes Linux, I have been thinking a lot about what he said and how it hits very close to my own philosophy about life: In order to improve, you need to be open to criticisms; even from your enemies. <br/><br/><a href='http://www.dzone.com/links/rss/5_antilinux_sites_you_must_follow.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=104249' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>104249</dz:linkId>
      <dz:submitDate>2008-08-17T08:09:48Z</dz:submitDate>
      <dz:promoteDate>2008-08-17T18:46:44Z</dz:promoteDate>
      <dz:voteUpCount>11</dz:voteUpCount>
      <dz:voteDownCount>7</dz:voteDownCount>
      <dz:clickCount>789</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/104249.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>kirillcool</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/160542.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Torvalds: Fed up with 'security circus'</title>
      <link>http://www.dzone.com/links/rss/torvalds_fed_up_with_security_circus.html</link>
      <description>Linus Torvalds, creator of the Linux kernel, says he's fed up with what he sees as a "security circus" surrounding software vulnerabilities and how they're hyped by security people.</description>
      <category>opinion</category>
      <category>security</category>
      <category>unix-linux</category>
      <pubDate>Sat, 16 Aug 2008 19:06:56 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/104044.html</guid>
      <dc:creator>Kirill Grouchnikov</dc:creator>
      <dc:date>2008-08-16T19:06:56Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/torvalds_fed_up_with_security_circus.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/104044.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Linus Torvalds, creator of the Linux kernel, says he's fed up with what he sees as a "security circus" surrounding software vulnerabilities and how they're hyped by security people. <br/><br/><a href='http://www.dzone.com/links/rss/torvalds_fed_up_with_security_circus.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=104044' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>104044</dz:linkId>
      <dz:submitDate>2008-08-16T07:39:09Z</dz:submitDate>
      <dz:promoteDate>2008-08-16T19:06:56Z</dz:promoteDate>
      <dz:voteUpCount>8</dz:voteUpCount>
      <dz:voteDownCount>4</dz:voteDownCount>
      <dz:clickCount>475</dz:clickCount>
      <dz:commentCount>2</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/104044.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>kirillcool</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/160542.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>7 ways to prevent human error in the datacenter</title>
      <link>http://www.dzone.com/links/rss/7_ways_to_prevent_human_error_in_the_datacenter.html</link>
      <description>If you've got a few servers you are responsible for, check out these tips to keep yourself from accidentally causing problems.  Good stuff!</description>
      <category>database</category>
      <category>hardware</category>
      <category>server</category>
      <category>unix-linux</category>
      <pubDate>Wed, 13 Aug 2008 13:10:58 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/102686.html</guid>
      <dc:creator>slackerIII</dc:creator>
      <dc:date>2008-08-13T13:10:58Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/7_ways_to_prevent_human_error_in_the_datacenter.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/102686.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>If you've got a few servers you are responsible for, check out these tips to keep yourself from accidentally causing problems.  Good stuff!<br/><br/><a href='http://www.dzone.com/links/rss/7_ways_to_prevent_human_error_in_the_datacenter.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=102686' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>102686</dz:linkId>
      <dz:submitDate>2008-08-11T21:08:57Z</dz:submitDate>
      <dz:promoteDate>2008-08-13T13:10:58Z</dz:promoteDate>
      <dz:voteUpCount>9</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>269</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/102686.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>slackerIII</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/276707.gif</dz:userimage>
      </dz:submitter>
    </item>
  </channel>
</rss>

