Linux

Gentoo-based distro rev'd to version 5.0

DesktopLinux.com - 6 min 37 sec ago
The Italy-based Sabayon community released a stable version 5.0 of its Gentoo-based Linux distribution. Sabayon Linux 5.0 is available in separate editions with either the GNOME 2.26 or KDE 4.3.1 desktops, and moves up to Linux kernel 2.6.31, XBMC 9.04.1, and the Ext4 filesystem.
Categories: Linux

Karmic Koala beta ships, praised for fast boots

DesktopLinux.com - 6 min 37 sec ago
The Ubuntu project has released the first beta of Ubuntu Linux 9.10 (Karmic Koala), which has already been favorably previewed, especially for its fast boot time. Based on Linux 2.6.31, Karmic Koala offers GNOME 2.28 and Ext4 as defaults, and adds "cloud" features and improved installation.
Categories: Linux

OpenSUSE 11.2 poised for release

DesktopLinux.com - 6 min 37 sec ago
The OpenSUSE Project has released the last milestone of OpenSUSE Linux before an anticipated final release in November. OpenSUSE 11.2 Milestone 8 (M8) features numerous bug fixes, Linux kernel 2.6.31, improved partioning, social networking clients, and new versions of packages including GNOME 2.28, says the project.
Categories: Linux

Moblin v2.0 ships, appears on Dell netbook

DesktopLinux.com - 6 min 37 sec ago
Moblin.org shipped the final version of the Moblin v2.0 netbook distribution, and released early-preview versions of a Moblin app store, Moblin installer, and Moblin v2.1. Meanwhile, Moblin v2.0 is now available on Dell's Mini 10v netbook, as part of an "Ubuntu Moblin Remix Developer Edition" option.
Categories: Linux

Linux reference focuses on system essentials

DesktopLinux.com - 6 min 37 sec ago
O'Reilly Media has published the sixth edition of Linux in a Nutshell, by Ellen Siever, Stephen Figgins, Aaron Weber, Robert Love, and Arnold Robbins. The sixth edition of the reference book boosts coverage of Linux system essentials and newer technologies like virtualization and wireless, says O'Reilly.
Categories: Linux

IBM launches Ubuntu-based distro in Africa

DesktopLinux.com - 6 min 37 sec ago
IBM and Canonical are introducing an Ubuntu Linux-based distribution and related cloud services for netbooks and thin clients in Africa. The IBM Client for Smart Work works locally or via "VERDE" virtualization to make IBM's Lotus-based software "affordable to new, mass audiences in Africa," says IBM.
Categories: Linux

Disc-burning software adds wizard mode

DesktopLinux.com - 6 min 37 sec ago
Nero AG announced a new version of its Linux CD burning software. Nero Linux 4 now offers a wizard-style UI and support for Musepack and AIFF audio formats, and a "Nero Linux 4 Essentials" application is available separately for OEM partners, says the Karlsbad, Germany-based company.
Categories: Linux

Amid controversy, Microsoft launches open source foundation

DesktopLinux.com - 6 min 37 sec ago
Just as Microsoft has being accused of playing dirty over sales tactics and patents, the software company has launched its first open source organization. The CodePlex Foundation aims to act as a liason between commercial enterprises and open source developers and communities while increasing open source participation, says the foundation.
Categories: Linux

Microsoft Linux-bashing hits a nerve

DesktopLinux.com - 6 min 37 sec ago
The controversy continues to heat up around Microsoft's misleading anti-Linux training materials designed for Best Buy salespeople. Meanwhile, the Linux Foundation's Jim Zemlin has alleged that Microsoft tried to spread anti-Linux FUD by dumping 22 Linux-related patents in the hopes they'd be purchased by "patent trolls."
Categories: Linux

Colossus 3.5-in SSD Combines Quad Controllers

Slashdot - 9 min 40 sec ago
Vigile writes "The new Colossus SSD comes in capacities starting at 256GB and going all the way up to 1TB in a standard 3.5-in hard drive form factor. This larger size was required because the drive actually integrates not one but four Indilinx SSD controllers and three total RAID controllers in a nested RAID-0 array. All of this goodness combines to create an incredibly fast drive that beats most other options in terms of write speeds and is competitive in read tests as well. Using some custom 'garbage collection' firmware, the drive works around the fact that TRIM commands aren't supported in RAID configurations to maintain high speeds through the life of the SSD."

Read more of this story at Slashdot.


Categories: Linux

Setup Ubuntu 9.10 Server PV DomU at Xen 3.4.1 Dom0 (2.6.31.6 pvops kernel) on top of Fedora 12

LXer - 36 min 35 sec ago
A brief description of Xen 3.4.1 and Libvirt 0.7.1-15 deployment to Fedora 12 follows bellow. Next step is install Ubuntu Karmic Koala Server in HVM DomU with ext4fs image via virt-install. Ubuntu Karmic PV DomU gets loaded via pygrub profile due to Xen Hypervisor has been built on F12 along with e2fsprogs-devel package, what allows to handle PV DomUs images (F12,Ubuntu 9.10) having ext4fs on boot partition.
Categories: Linux

The Perfect Server - OpenSUSE 11.2 x86_64 [ISPConfig 3]

LXer - 36 min 35 sec ago
This is a detailed description about how to set up an OpenSUSE 11.2 64bit (x86_64) server that offers all services needed by ISPs and hosters: Apache web server (SSL-capable) with PHP, CGI and SSI support, Postfix mail server with SMTP-AUTH, TLS and virtual mail users, MyDNS DNS server, Pureftpd FTP server, MySQL server, Courier POP3/IMAP, Quota, Firewall, etc.
Categories: Linux

The Future of Linux

LXer - 36 min 35 sec ago
So here we are. Windows 7 launched and it isn't like the whole world changed. We knew it wouldn't. Snow Leopard launched with much less fan fare, but it brought some changes that someone needed to make. A fully 64bit OS that focuses on multi-core technologies as well the disposal of the Power libraries that permeated the Darwin landscape. Windows and Macintosh will be battling this out for many years to come. What changed with Linux? With the latest release of Ubuntu we saw some major changes. Things have become more tightly integrated, flashier and heavier.
Categories: Linux

Google Chrome OS 0.4.22.8 Screenshots

LXer - 36 min 35 sec ago
Google Chrome OS is an open source, lightweight operating system that will initially be targeted at netbooks. Later this year we will open-source its code, and netbooks running Google Chrome OS will be available for consumers in the second half of 2010. Speed, simplicity and security are the key aspects of Google Chrome OS. We're designing the OS to be fast and lightweight, to start up and get you onto the web in a few seconds. The user interface is minimal to stay out of your way, and most of the user experience takes place on the web. Chrome OS 0.4.22.8 Screenshots at My SEO Company
Categories: Linux

This week at LWN: Toward a smarter OOM killer

LXer - 36 min 35 sec ago
The Linux memory management code does its best to ensure that memory will always be available when some part of the system needs it. That effort notwithstanding, it is still possible for a system to reach a point where no memory is available. At that point, things can grind to a painful halt, with the only possible solution (other than rebooting the system) being to kill off processes until a sufficient amount of memory is freed up. That grim task falls to the out-of-memory (OOM) killer. Anybody who has ever had the OOM killer unleashed on a system knows that it does not always pick the best processes to kill, so it is not surprising that making the OOM killer smarter is a recurring theme in Linux virtual memory development.
Categories: Linux

Linux is Best for PHP Development

LXer - 36 min 36 sec ago
Development in PHP is always a tricky road to follow, with many elements outside of your control. (Server, browser, operating systems). In this article we'll discuss the two most important things we should try to remember when developing in PHP.
Categories: Linux

First Look at the New Google Operating System – Chrome OS

LXer - 36 min 36 sec ago
Back in July, Google made BIG waves in the tech industry by announcing the development of a Google operating system based on Linux. For years there’s been speculation about if/when Google would do this, and when the announcement hit, there was no shortage of people throwing in their two cents on how this new contender would be either the greatest thing in years, or a complete waste of time. Now that Google has finally opened the code for public view, we decided to take a look at what Chrome OS is really all about. A note about terminology – The official Google products for the browser and OS are Chrome and Chrome OS, respectively. The open source versions are Chromium and Chromium OS. As they’re essentially the same thing, this article will use the terms Chrome and Chrome OS.
Categories: Linux

Gaming boards run Linux

LXer - 36 min 36 sec ago
Acrosser announced two Linux-ready "All-in-One" boards for gaming and AWP (Amusement With Prizes) machines. The ACE-B5296 supports an Intel Pentium and 915GME northbridge, and the ACE-B5692 runs a Core 2 Duo and GME965, and both offer dual VGA outputs, PCIe expansion, plus Ethernet, USB, serial, storage, ccTalk, and JAMMA I/O.
Categories: Linux

Microsoft, other rivals slam Google Chrome OS

LXer - 36 min 36 sec ago
Microsoft Corp. is, predictably, not all that impressed by Google Inc.'s demonstration of its upcoming Chrome OS today, but neither were potential rivals who make Linux and instant-on operating systems. Google released Chrome OS as open source today. It did not, however, release a beta of the operating system for users, and said that hobbyists who would want to install it on their existing netbook or other hardware were out of luck.
Categories: Linux

Open Source Science: A Revolution From Within

LXer - 36 min 36 sec ago
It worked for software, so why not science? The open source science movement has been gaining momentum, and it's shaping the future of scientific research and discovery. Everyone -- scientists, the general public, and even taxpayers -- stands to benefit from a new scientific model, says John Wilbanks, vice president of Science Commons.
Categories: Linux
Syndicate content