<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[Warp2Search - Your Daily Tech News Service - Linux]]></title>
		<link>http://www.warp2search.net/forums/</link>
		<description><![CDATA[Warp2Search - Your Daily Tech News Service - http://www.warp2search.net/forums]]></description>
		<pubDate>Mon, 23 Nov 2009 13:39:52 +0100</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Lunch and Learn(Business Intelligence)]]></title>
			<link>http://www.warp2search.net/forums/showthread.php?tid=10271</link>
			<pubDate>Wed, 06 Aug 2008 12:16:37 +0200</pubDate>
			<guid isPermaLink="false">http://www.warp2search.net/forums/showthread.php?tid=10271</guid>
			<description><![CDATA[For better management of your business, Information Builders is coming up with a free Lunch & Learn event on 13th August 2008, in San Jose, CA. <br />
<br />
http://66.243.150.215/infobuilders/infob...=CM&Mailer<br />
<br />
It’s flexible that leads to intuitive interaction.]]></description>
			<content:encoded><![CDATA[For better management of your business, Information Builders is coming up with a free Lunch & Learn event on 13th August 2008, in San Jose, CA. <br />
<br />
http://66.243.150.215/infobuilders/infob...=CM&Mailer<br />
<br />
It’s flexible that leads to intuitive interaction.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Simplifying Complex Software Demos]]></title>
			<link>http://www.warp2search.net/forums/showthread.php?tid=10261</link>
			<pubDate>Wed, 23 Jul 2008 12:22:36 +0200</pubDate>
			<guid isPermaLink="false">http://www.warp2search.net/forums/showthread.php?tid=10261</guid>
			<description><![CDATA[Our company is in policy and risk management. Elemental Security Platform (ESP) unifies security controls and activity of the network environment. A full ESP implementation requires a complex server environment including hardware, Red Hat Linux and an Oracle database. This complex implementation makes it difficult for our sales team to quickly and easily demonstrate the company’s solution on-site.<br />
<br />
As a result, sales demos are restricted to remote demos over a VPN connection.  They have to spend up to two days at the customer’s site to implement a full solution demo. <br />
<br />
We require a solution with the help of which our sales team and customers can interact with at a customer site and that too without a complex server and database implementation.<br />
<br />
Any help in this regard would be highly appreciated.<br />
Thanks.]]></description>
			<content:encoded><![CDATA[Our company is in policy and risk management. Elemental Security Platform (ESP) unifies security controls and activity of the network environment. A full ESP implementation requires a complex server environment including hardware, Red Hat Linux and an Oracle database. This complex implementation makes it difficult for our sales team to quickly and easily demonstrate the company’s solution on-site.<br />
<br />
As a result, sales demos are restricted to remote demos over a VPN connection.  They have to spend up to two days at the customer’s site to implement a full solution demo. <br />
<br />
We require a solution with the help of which our sales team and customers can interact with at a customer site and that too without a complex server and database implementation.<br />
<br />
Any help in this regard would be highly appreciated.<br />
Thanks.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Extreme Computer Security]]></title>
			<link>http://www.warp2search.net/forums/showthread.php?tid=10223</link>
			<pubDate>Mon, 26 May 2008 13:37:10 +0200</pubDate>
			<guid isPermaLink="false">http://www.warp2search.net/forums/showthread.php?tid=10223</guid>
			<description><![CDATA[I belong to an organization which provides comprehensive legal services across 250 offices. We serve many established and early stage clients who work at creating innovative new products and services in the software and internet industries. To create intellectual property and protection is a major priority for our clients, for which we need a safe way to interact with new software applications and internet solutions without introducing security risks to their work computer.<br />
<br />
Could you please suggest an appropriate solution for the same?<br />
<br />
Thanks in advance.]]></description>
			<content:encoded><![CDATA[I belong to an organization which provides comprehensive legal services across 250 offices. We serve many established and early stage clients who work at creating innovative new products and services in the software and internet industries. To create intellectual property and protection is a major priority for our clients, for which we need a safe way to interact with new software applications and internet solutions without introducing security risks to their work computer.<br />
<br />
Could you please suggest an appropriate solution for the same?<br />
<br />
Thanks in advance.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[how to adjust speaker balance/ volume using ALSA APIs]]></title>
			<link>http://www.warp2search.net/forums/showthread.php?tid=10205</link>
			<pubDate>Tue, 08 Apr 2008 08:55:22 +0200</pubDate>
			<guid isPermaLink="false">http://www.warp2search.net/forums/showthread.php?tid=10205</guid>
			<description><![CDATA[Hi All,<br />
<br />
I am new to ALSA and have started with configuring the ALSA config file .asoundrc . I am able to control percentage amount of output to different channels, be it 2 or 4. Let me explain how I do it : I create the configuration nodes in the .asoundrc . Then in the ttable I specify the %age amount for each channel. This way my different applications can use different nodes(currently am using mplayer) and accordingly control the %age amount of output to different channels. The problem I am facing is to have this configured on the fly i.e. during playback I actually want to vary the sound output, like we have in most of the players. Something like the Volume Balancer. How can this be done. Should we write into the .asoundrc and then restart the player or should one make use of the ALSA APIs to re-configure it. Please advise as I couldnt really find any API which could perform the same task on the run.<br />
<br />
Thanks in Advance<br />
Varun <br />
varun12598@gmail.com]]></description>
			<content:encoded><![CDATA[Hi All,<br />
<br />
I am new to ALSA and have started with configuring the ALSA config file .asoundrc . I am able to control percentage amount of output to different channels, be it 2 or 4. Let me explain how I do it : I create the configuration nodes in the .asoundrc . Then in the ttable I specify the %age amount for each channel. This way my different applications can use different nodes(currently am using mplayer) and accordingly control the %age amount of output to different channels. The problem I am facing is to have this configured on the fly i.e. during playback I actually want to vary the sound output, like we have in most of the players. Something like the Volume Balancer. How can this be done. Should we write into the .asoundrc and then restart the player or should one make use of the ALSA APIs to re-configure it. Please advise as I couldnt really find any API which could perform the same task on the run.<br />
<br />
Thanks in Advance<br />
Varun <br />
varun12598@gmail.com]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[can not reboot : PCI: Unable to handle 64-bit address space for]]></title>
			<link>http://www.warp2search.net/forums/showthread.php?tid=10156</link>
			<pubDate>Wed, 09 Jan 2008 15:38:30 +0100</pubDate>
			<guid isPermaLink="false">http://www.warp2search.net/forums/showthread.php?tid=10156</guid>
			<description><![CDATA[Hello, every one,<br />
<br />
I tried to install redhat linux enterprise server version 4 (ES4) on the my system with the <br />
<br />
following configuration<br />
<br />
<br />
Pentium core 2 duo 2.66 E 6750<br />
Intel  DG33FB  motherboard<br />
160Gb Segate hard disk (SATA)<br />
1024 mb (1GB) DDR2 TRAN RAM<br />
Lg  DVD/Cd WR<br />
<br />
<br />
BUT AM GETTING AN ERROR INDICATING THAT drivers not found<br />
<br />
Then i used the command "linux all-generic-ide irqpoll pci=nommconf"<br />
<br />
it was installed sucessfully ,<br />
<br />
but after the successful installation it shows me a message that u can reboot , i have <br />
<br />
rebooted the machine but i still got new message , the new messages says:<br />
<br />
<br />
uncompressing linux..ok, booting the kernel.<br />
BIOS bug no explicit IRQ entries using default mptable (talk your hw vender)<br />
PCI: Unable to handle 64-bit address space for<br />
PCI: Unable to handle 64-bit address space for<br />
PCI: Unable to handle 64-bit address space for<br />
audit(1199830077.779:0): initialized<br />
Red Hat nash version 4.1.18 starting<br />
mkrootdev: label /1 not found<br />
mount: errer 2 mounting ext3<br />
mount: error 2 mounting none<br />
switchroot: mount failed: 22<br />
umount /initrd/dev failed: 2<br />
kernel panic - not syncing: Attempted to kill init!<br />
<br />
<br />
and it will not rebooting at all<br />
<br />
i have selected RedHat title in GRUB Menu and added 'noacpi' and also try to acpi=off ( and <br />
<br />
also 'noapm' in another time) at the end of kernel line and rebooted again but am still <br />
<br />
getting the same error.<br />
<br />
if you know about this issue please let me know<br />
<br />
Thank you,]]></description>
			<content:encoded><![CDATA[Hello, every one,<br />
<br />
I tried to install redhat linux enterprise server version 4 (ES4) on the my system with the <br />
<br />
following configuration<br />
<br />
<br />
Pentium core 2 duo 2.66 E 6750<br />
Intel  DG33FB  motherboard<br />
160Gb Segate hard disk (SATA)<br />
1024 mb (1GB) DDR2 TRAN RAM<br />
Lg  DVD/Cd WR<br />
<br />
<br />
BUT AM GETTING AN ERROR INDICATING THAT drivers not found<br />
<br />
Then i used the command "linux all-generic-ide irqpoll pci=nommconf"<br />
<br />
it was installed sucessfully ,<br />
<br />
but after the successful installation it shows me a message that u can reboot , i have <br />
<br />
rebooted the machine but i still got new message , the new messages says:<br />
<br />
<br />
uncompressing linux..ok, booting the kernel.<br />
BIOS bug no explicit IRQ entries using default mptable (talk your hw vender)<br />
PCI: Unable to handle 64-bit address space for<br />
PCI: Unable to handle 64-bit address space for<br />
PCI: Unable to handle 64-bit address space for<br />
audit(1199830077.779:0): initialized<br />
Red Hat nash version 4.1.18 starting<br />
mkrootdev: label /1 not found<br />
mount: errer 2 mounting ext3<br />
mount: error 2 mounting none<br />
switchroot: mount failed: 22<br />
umount /initrd/dev failed: 2<br />
kernel panic - not syncing: Attempted to kill init!<br />
<br />
<br />
and it will not rebooting at all<br />
<br />
i have selected RedHat title in GRUB Menu and added 'noacpi' and also try to acpi=off ( and <br />
<br />
also 'noapm' in another time) at the end of kernel line and rebooted again but am still <br />
<br />
getting the same error.<br />
<br />
if you know about this issue please let me know<br />
<br />
Thank you,]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Ubuntu 6.10 Final]]></title>
			<link>http://www.warp2search.net/forums/showthread.php?tid=9224</link>
			<pubDate>Thu, 26 Oct 2006 22:54:05 +0200</pubDate>
			<guid isPermaLink="false">http://www.warp2search.net/forums/showthread.php?tid=9224</guid>
			<description><![CDATA[Ubuntu 6.10 comes with the latest GNOME release, GNOME 2.16. After Dapper a large amount of bugfixes and feature additions went into Gnome. Release 2.16 is the culmination of all the hard work that has gone into Gnome to make it more secure, faster and stable. Many applications also have been updated or added.<br />
EdgyReleaseNotes<br />
Download]]></description>
			<content:encoded><![CDATA[Ubuntu 6.10 comes with the latest GNOME release, GNOME 2.16. After Dapper a large amount of bugfixes and feature additions went into Gnome. Release 2.16 is the culmination of all the hard work that has gone into Gnome to make it more secure, faster and stable. Many applications also have been updated or added.<br />
EdgyReleaseNotes<br />
Download]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Linux Kernel 2.6.18-rc2]]></title>
			<link>http://www.warp2search.net/forums/showthread.php?tid=8041</link>
			<pubDate>Tue, 18 Jul 2006 07:41:32 +0200</pubDate>
			<guid isPermaLink="false">http://www.warp2search.net/forums/showthread.php?tid=8041</guid>
			<description><![CDATA[Linux Kernel is the essential part of Linux, responsible for resource allocation, low-level hardware interfaces, security, simple communications, and basic file system management.<br />
<br />
HomePages <br />
Release Notes<br />
Download]]></description>
			<content:encoded><![CDATA[Linux Kernel is the essential part of Linux, responsible for resource allocation, low-level hardware interfaces, security, simple communications, and basic file system management.<br />
<br />
HomePages <br />
Release Notes<br />
Download]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Xen leads Novell's turnaround effort in Linux]]></title>
			<link>http://www.warp2search.net/forums/showthread.php?tid=8020</link>
			<pubDate>Sun, 16 Jul 2006 04:44:26 +0200</pubDate>
			<guid isPermaLink="false">http://www.warp2search.net/forums/showthread.php?tid=8020</guid>
			<description><![CDATA[Novell will try to recover from earlier Linux fumbles by releasing major updates on Monday, adding Xen virtualization software to its enterprise server product and glitzy graphics to the desktop counterpart. <br />
The biggest change is arriving with Suse Linux Enterprise Server (SLES) 10, the first major version of Linux to incorporate the Xen hypervisor software. Xen is designed to boost a computer's efficiency by letting it run multiple operating systems simultaneously. <br />
C|Net News]]></description>
			<content:encoded><![CDATA[Novell will try to recover from earlier Linux fumbles by releasing major updates on Monday, adding Xen virtualization software to its enterprise server product and glitzy graphics to the desktop counterpart. <br />
The biggest change is arriving with Suse Linux Enterprise Server (SLES) 10, the first major version of Linux to incorporate the Xen hypervisor software. Xen is designed to boost a computer's efficiency by letting it run multiple operating systems simultaneously. <br />
C|Net News]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[SUSE Linux 10.2 Alpha2]]></title>
			<link>http://www.warp2search.net/forums/showthread.php?tid=7996</link>
			<pubDate>Fri, 14 Jul 2006 01:47:40 +0200</pubDate>
			<guid isPermaLink="false">http://www.warp2search.net/forums/showthread.php?tid=7996</guid>
			<description><![CDATA[SUSE Linux 10.2 Alpha 2<br />
Second stage installation in graphic mode is broken. It is recommended to do only text mode installations or kill the Xserver once the machine hangs. [1] <br />
A GNOME/x86-64 installation will complain about broken dependencies, just disable the banshee packages.<br />
Download]]></description>
			<content:encoded><![CDATA[SUSE Linux 10.2 Alpha 2<br />
Second stage installation in graphic mode is broken. It is recommended to do only text mode installations or kill the Xserver once the machine hangs. [1] <br />
A GNOME/x86-64 installation will complain about broken dependencies, just disable the banshee packages.<br />
Download]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Linux Kernel 2.6.18-rc1]]></title>
			<link>http://www.warp2search.net/forums/showthread.php?tid=7899</link>
			<pubDate>Sat, 08 Jul 2006 02:03:53 +0200</pubDate>
			<guid isPermaLink="false">http://www.warp2search.net/forums/showthread.php?tid=7899</guid>
			<description><![CDATA[Linux Kernel is the essential part of Linux, responsible for resource allocation, low-level hardware interfaces, security, simple communications, and basic file system management.<br />
HomePages<br />
Download<br />
Change Log]]></description>
			<content:encoded><![CDATA[Linux Kernel is the essential part of Linux, responsible for resource allocation, low-level hardware interfaces, security, simple communications, and basic file system management.<br />
HomePages<br />
Download<br />
Change Log]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Linux hackers re-claim the Linksys WRT54G]]></title>
			<link>http://www.warp2search.net/forums/showthread.php?tid=7819</link>
			<pubDate>Wed, 28 Jun 2006 02:20:44 +0200</pubDate>
			<guid isPermaLink="false">http://www.warp2search.net/forums/showthread.php?tid=7819</guid>
			<description><![CDATA[As predicted, the open source community has come up with a way to convert VxWorks-based LinkSys wireless WRT54G routers to Linux. The process does not require hardware hacking, and installs a recent version of "DD-WRT micro."<br />
<br />
A version of Linux that supports the VxWorks-based "series 5" WRT54G has been available since April, when the DD-WRT project created its "micro" edition, with a 1.7MB footprint. However, the firmware could only be installed on routers modified to expose their JTAG ports<br />
LinuxDevices]]></description>
			<content:encoded><![CDATA[As predicted, the open source community has come up with a way to convert VxWorks-based LinkSys wireless WRT54G routers to Linux. The process does not require hardware hacking, and installs a recent version of "DD-WRT micro."<br />
<br />
A version of Linux that supports the VxWorks-based "series 5" WRT54G has been available since April, when the DD-WRT project created its "micro" edition, with a 1.7MB footprint. However, the firmware could only be installed on routers modified to expose their JTAG ports<br />
LinuxDevices]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Red Hat Announces OVAL Security Compatibility For Linux User]]></title>
			<link>http://www.warp2search.net/forums/showthread.php?tid=7795</link>
			<pubDate>Sun, 25 Jun 2006 23:35:19 +0200</pubDate>
			<guid isPermaLink="false">http://www.warp2search.net/forums/showthread.php?tid=7795</guid>
			<description><![CDATA[Red Hat announced compatibility certification with Open Vulnerability and Assessment Language (OVAL) definitions for Red Hat Enterprise Linux 3 and 4 security advisories. Red Hat will now produce and support OVAL patch definitions to provide a structured and machine-readable version of advisories, allowing OVAL-compatible tools to accurately test for the presence of vulnerabilities. <br />
Sys-Con India]]></description>
			<content:encoded><![CDATA[Red Hat announced compatibility certification with Open Vulnerability and Assessment Language (OVAL) definitions for Red Hat Enterprise Linux 3 and 4 security advisories. Red Hat will now produce and support OVAL patch definitions to provide a structured and machine-readable version of advisories, allowing OVAL-compatible tools to accurately test for the presence of vulnerabilities. <br />
Sys-Con India]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Linux 2.6.17 Released]]></title>
			<link>http://www.warp2search.net/forums/showthread.php?tid=7732</link>
			<pubDate>Tue, 20 Jun 2006 04:46:10 +0200</pubDate>
			<guid isPermaLink="false">http://www.warp2search.net/forums/showthread.php?tid=7732</guid>
			<description><![CDATA[commit 427abfa28afedffadfca9dd8b067eb6d36bac53f<br />
Author: Linus Torvalds <br />
Date:   Sat Jun 17 18:49:35 2006 -0700<br />
<br />
    Linux v2.6.17<br />
    <br />
    Being named "Crazed Snow-Weasel" instills a lot of confidence in this<br />
    release, so I'm sure this will be one of the better ones.<br />
Kernel HomePage]]></description>
			<content:encoded><![CDATA[commit 427abfa28afedffadfca9dd8b067eb6d36bac53f<br />
Author: Linus Torvalds <br />
Date:   Sat Jun 17 18:49:35 2006 -0700<br />
<br />
    Linux v2.6.17<br />
    <br />
    Being named "Crazed Snow-Weasel" instills a lot of confidence in this<br />
    release, so I'm sure this will be one of the better ones.<br />
Kernel HomePage]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Ubuntu 6.06 LTS Release]]></title>
			<link>http://www.warp2search.net/forums/showthread.php?tid=7430</link>
			<pubDate>Fri, 02 Jun 2006 03:08:50 +0200</pubDate>
			<guid isPermaLink="false">http://www.warp2search.net/forums/showthread.php?tid=7430</guid>
			<description><![CDATA[Ubuntu is a Linux distribution for your desktop or server, with a fast and easy install, regular releases, a tight selection of excellent applications installed by default, and almost any other software you can imagine available through the network. Ubuntu 6.06 LTS (Long Term Support) will be supported with security updates for 5 years on the server and 3 years on the desktop after its release, and professional technical support is available from many companies around the world. <br />
<br />
These Release Notes cover new features in Ubuntu 6.06 LTS, download and installation notes, known issues, and frequently asked questions. Please read these notes before, during, and after installation and configuration of Ubuntu 6.06 LTS, and before reporting bugs in Launchpad.<br />
HomePage<br />
Download]]></description>
			<content:encoded><![CDATA[Ubuntu is a Linux distribution for your desktop or server, with a fast and easy install, regular releases, a tight selection of excellent applications installed by default, and almost any other software you can imagine available through the network. Ubuntu 6.06 LTS (Long Term Support) will be supported with security updates for 5 years on the server and 3 years on the desktop after its release, and professional technical support is available from many companies around the world. <br />
<br />
These Release Notes cover new features in Ubuntu 6.06 LTS, download and installation notes, known issues, and frequently asked questions. Please read these notes before, during, and after installation and configuration of Ubuntu 6.06 LTS, and before reporting bugs in Launchpad.<br />
HomePage<br />
Download]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[KDE 3.5.3 Release]]></title>
			<link>http://www.warp2search.net/forums/showthread.php?tid=7426</link>
			<pubDate>Thu, 01 Jun 2006 08:40:22 +0200</pubDate>
			<guid isPermaLink="false">http://www.warp2search.net/forums/showthread.php?tid=7426</guid>
			<description><![CDATA[<br />
Quote:KDE is a network transparent contemporary desktop environment for UNIX workstations. KDE seeks to fill the need for an easy to use desktop for Unix workstations, similar to the desktop environments found under the MacOS or Microsoft Windows. We believe that the UNIX operating system is the best operating system available today. In fact UNIX has been the undisputed choice of the information technology professional for many years. When it comes to stability, scalability and openness there is no competition to UNIX. However, the lack of an easy to use contemporary desktop environment for UNIX has prevented UNIX from finding its way onto the desktops of the typical computer user in offices and homes. UNIX dominates the server market and is the preferred computing platform for computing professional and scientists. Without UNIX the internet would not be. But UNIX did not address the needs of the average computer user. This fact is particularly unfortunate since a number of implementations of UNIX (Debian GNU/Linux, FreeBSD, NetBSD etc.) are freely available on the internet. All of which are of exceptional quality and stability.<br />
<br />
HomePage<br />
Download]]></description>
			<content:encoded><![CDATA[<br />
Quote:KDE is a network transparent contemporary desktop environment for UNIX workstations. KDE seeks to fill the need for an easy to use desktop for Unix workstations, similar to the desktop environments found under the MacOS or Microsoft Windows. We believe that the UNIX operating system is the best operating system available today. In fact UNIX has been the undisputed choice of the information technology professional for many years. When it comes to stability, scalability and openness there is no competition to UNIX. However, the lack of an easy to use contemporary desktop environment for UNIX has prevented UNIX from finding its way onto the desktops of the typical computer user in offices and homes. UNIX dominates the server market and is the preferred computing platform for computing professional and scientists. Without UNIX the internet would not be. But UNIX did not address the needs of the average computer user. This fact is particularly unfortunate since a number of implementations of UNIX (Debian GNU/Linux, FreeBSD, NetBSD etc.) are freely available on the internet. All of which are of exceptional quality and stability.<br />
<br />
HomePage<br />
Download]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[LSB Goal: Save Linux From the Fate of Unix]]></title>
			<link>http://www.warp2search.net/forums/showthread.php?tid=7411</link>
			<pubDate>Wed, 31 May 2006 06:05:09 +0200</pubDate>
			<guid isPermaLink="false">http://www.warp2search.net/forums/showthread.php?tid=7411</guid>
			<description><![CDATA[Before there was Linux, before there was open source, there was (and still is) an operating system called Unix that was robust, stable and widely admired.  It was also available under license to anyone that wanted to use it, because it had been developed not by a computer company, but by personnel at AT&T's Bell Labs, which for a time was not very aware of its status as the incubator of a vital OS.<br />
The Consortium Info]]></description>
			<content:encoded><![CDATA[Before there was Linux, before there was open source, there was (and still is) an operating system called Unix that was robust, stable and widely admired.  It was also available under license to anyone that wanted to use it, because it had been developed not by a computer company, but by personnel at AT&T's Bell Labs, which for a time was not very aware of its status as the incubator of a vital OS.<br />
The Consortium Info]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Enterprise-level Ubuntu Linux due this week]]></title>
			<link>http://www.warp2search.net/forums/showthread.php?tid=7410</link>
			<pubDate>Wed, 31 May 2006 06:03:10 +0200</pubDate>
			<guid isPermaLink="false">http://www.warp2search.net/forums/showthread.php?tid=7410</guid>
			<description><![CDATA[The developers of the popular Ubuntu Linux distribution plan to make a new landmark version of the software widely available this week. <br />
Ubuntu's public schedule for releasing the software lists 1 June as the date for the new version, code-named "Dapper Drake", to be made public. The milestone release will be officially supported by the project for a longer period than previous versions, and will be billed as suitable for enterprise use.<br />
ZDNet Australia]]></description>
			<content:encoded><![CDATA[The developers of the popular Ubuntu Linux distribution plan to make a new landmark version of the software widely available this week. <br />
Ubuntu's public schedule for releasing the software lists 1 June as the date for the new version, code-named "Dapper Drake", to be made public. The milestone release will be officially supported by the project for a longer period than previous versions, and will be billed as suitable for enterprise use.<br />
ZDNet Australia]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[NVIDIA 1.0-8762 Display Drivers]]></title>
			<link>http://www.warp2search.net/forums/showthread.php?tid=7344</link>
			<pubDate>Mon, 22 May 2006 23:54:00 +0200</pubDate>
			<guid isPermaLink="false">http://www.warp2search.net/forums/showthread.php?tid=7344</guid>
			<description><![CDATA[Version: 1.0-8762<br />
Operating System: Linux IA32<br />
Release Date: May 22, 2006 <br />
<br />
Release Highlights <br />
<br />
Added support for QuadroFX 4500 X2, Quadro FX 5500, Quadro FX 3500, and Quadro FX 1500. <br />
Improved Quadro FX 3450/4000 SDI support. <br />
Fixed video memory reporting with GeForce 6200 Turbo Cache. <br />
Fixed a problem with Overlay support when in TwinView. <br />
Fixed problems starting X with SLI Frame Rendering on nForce4 SLI Intel Edition. <br />
Fixed multiple issues with combinations of Stereo, SLI, FrameRendering and G-Sync. <br />
Fixed several issues with mode selection for CRTs and DFPs. <br />
Fixed a corruption problem with Rotation and large desktops on older GPUs, including GeForce4 MX. <br />
Fixed a system crash starting X with TwinView on certain GPUs. <br />
Addressed an NV-CONTROL compatibility issue; please see the Known Issues section of the README for details. <br />
Download Linux Display Driver - IA32]]></description>
			<content:encoded><![CDATA[Version: 1.0-8762<br />
Operating System: Linux IA32<br />
Release Date: May 22, 2006 <br />
<br />
Release Highlights <br />
<br />
Added support for QuadroFX 4500 X2, Quadro FX 5500, Quadro FX 3500, and Quadro FX 1500. <br />
Improved Quadro FX 3450/4000 SDI support. <br />
Fixed video memory reporting with GeForce 6200 Turbo Cache. <br />
Fixed a problem with Overlay support when in TwinView. <br />
Fixed problems starting X with SLI Frame Rendering on nForce4 SLI Intel Edition. <br />
Fixed multiple issues with combinations of Stereo, SLI, FrameRendering and G-Sync. <br />
Fixed several issues with mode selection for CRTs and DFPs. <br />
Fixed a corruption problem with Rotation and large desktops on older GPUs, including GeForce4 MX. <br />
Fixed a system crash starting X with TwinView on certain GPUs. <br />
Addressed an NV-CONTROL compatibility issue; please see the Known Issues section of the README for details. <br />
Download Linux Display Driver - IA32]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[-stable: Linux 2.6.16.16]]></title>
			<link>http://www.warp2search.net/forums/showthread.php?tid=7255</link>
			<pubDate>Sat, 13 May 2006 09:32:27 +0200</pubDate>
			<guid isPermaLink="false">http://www.warp2search.net/forums/showthread.php?tid=7255</guid>
			<description><![CDATA[We (the -stable team) are announcing the release of the 2.6.16.16 kernel. <br />
The diffstat and short summary of the fixes are below. <br />
I'll also be replying to this message with a copy of the patch between 2.6.16.15 and 2.6.16.16, as it is small enough to do so. <br />
LinuxToday]]></description>
			<content:encoded><![CDATA[We (the -stable team) are announcing the release of the 2.6.16.16 kernel. <br />
The diffstat and short summary of the fixes are below. <br />
I'll also be replying to this message with a copy of the patch between 2.6.16.15 and 2.6.16.16, as it is small enough to do so. <br />
LinuxToday]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[(Open)SuSE 10.1 Final released]]></title>
			<link>http://www.warp2search.net/forums/showthread.php?tid=7253</link>
			<pubDate>Sat, 13 May 2006 09:30:52 +0200</pubDate>
			<guid isPermaLink="false">http://www.warp2search.net/forums/showthread.php?tid=7253</guid>
			<description><![CDATA[For your convenience, the openSUSE project delivers two different versions of SUSE Linux that you can download, install and redistribute. Choose from the latest released version -- the best choice for those who wish to use SUSE Linux on their personal system as an everyday operating system, or the latest development build intended for those who wish to contribute bugs or patches to the openSUSE project.<br />
OpenSuse Download]]></description>
			<content:encoded><![CDATA[For your convenience, the openSUSE project delivers two different versions of SUSE Linux that you can download, install and redistribute. Choose from the latest released version -- the best choice for those who wish to use SUSE Linux on their personal system as an everyday operating system, or the latest development build intended for those who wish to contribute bugs or patches to the openSUSE project.<br />
OpenSuse Download]]></content:encoded>
		</item>
	</channel>
</rss>