Hardware

Open Source Finally Hits Real Silicon 247

pagercam2 writes "While Open Source software has many success stories, hardware and particularly chips haven't had as much. While there have been multiple Open Source projects, none have come to a final product until now. The OpenRISC 1000 has been implemented by Flextronics Semiconductor(a division of Flextronics, the contract manufacturer possibly best known for its production of many Cisco products) along with PCI, 10/100 Ethernet, serial, GPIO etc. ... Details and pretty pictures available at OpenCores.org, and it even runs uClinux. Good Job!"
Security

SmoothWall 2.0 Linux-Based Firewall Released 351

thegraham writes "Despite some earlier server problems, SmoothWall 2.0 has been released this evening - there are also release notes available. SmoothWall is 'a firewall operating system distribution based on Linux, enabling a low-end, possibly otherwise redundant, Intel and compatible PC to become a hardened Internet firewall', and changes from version 1 include: 2.4 kernel, new web interface, improved networking and many bugs corrected through the Beta program."
Software

Linux Localization And E-governance 102

BhondaiPola writes "The Telegraph has an interesting article about the works of a Bengali Linux localization group. The article speaks of the potential areas in which localization can be implemented, especially, E-governance. Most of the stuff is known to us, but the article should serve as a nice introductory article for anyone new to the issue. And I liked the screenshots of the localized GNOME in the website of the group."
Debian

Download Anaconda for Debian 208

hsoom writes "Debian Planet is reporting that unofficial sarge-based ISOs using the Anaconda installer can be downloaded from here. The features developed so far include '...changed the code that installs software to use APT instead of RPM, removed Red Hat-specific configuration hooks, and written a new tool called picax that builds Anaconda-based installation CDs from a Debian repository'. However there are features that are not yet working and it is not recommended for use in a production environment."
GNU is Not Unix

Linux: the GPL and Binary Modules 657

An anonymous reader writes "When first made available in September of 1991, the Linux kernel source code was released under a very restrictive non-GPL license requiring that the source code must always be available, and that no money could be made off of it. Several months later Linus changed the copyright to the GPL, or GNU General Public License, under which the kernel source code has remained ever since. Thanks to the GPL, any source code derived from the Linux kernel source code must also be freely released under the GPL. This has led many to question the legality of 'binary only' kernel modules, for which no source code is released. Linux creator Linus Torvalds talks about this issue in a recent thread on the lkml."
Linux Business

British Health System Looks at Linux 477

DanBrusca writes "The Observer is reporting that Britain's biggest employer, the National Health Service, may ditch Microsoft due to mounting licence costs. 'Richard Granger, NHS IT director, has ordered a trial of a Linux-based system from Sun Microsystems as part of a UKP2.3 billion computer modernisation plan. The plan could see Java Desktop software rolled out across the NHS's 1 million staff and 800,000 computers to replace Microsoft's Windows operating system and Office suite of programmes.'"
Caldera

Top 10 Linus Quotes on SCO 286

An anonymous reader noted LinuxWorld running an entertaining little Top Ten SCO-related "Linusisms. If you're new to the story, you might find these insightful... but you're reading this site on a sunday, so you probably will find them more amusing than informative.
Toys

The Robots are Coming 239

An anonymous reader writes "LinuxDevices.com's new 'Linux-powered Robots Quick Reference Guide' offers an interesting glimpse into of some Linux-powered robots currently available or near production, and provides an extensive reading list with further information on Linux in robotics. According to a fascinating article at TechNewsWorld, Linux is poised to play a centrol role in an emerging industry that many expect to overtake the PC industry in size: robotics. Japan is currently driving robot innovation, according to the article, impelled by a looming labor shortage. Consumer robots like the Sony Aibo and Honda Asimo make headlines, but ubiquitous, cheap, and practical utility robots are what most Japanese robot makers are focused on, and 'carmaker Honda believes that robots will become its most important business,' according to the TechNewsWorld article. Watch out -- the Linux-powered robots are on the march!"
Programming

Future of 2.4 and 2.6 Kernels 314

Blair16 writes "According to this article on C|Net, not everybody is chomping at the bit for the new Linux 2.6.0 kernel. Marcelo Tosatti, the appointed deputy for the 2.4 kernel is not expecting to make any non-crucial additions to the popular kernel, saying that all new projects should be pumped into the new 2.6. This has upset some people who are not quite willing to move to so-called untested software. Some of their claims seem legitimate, but I wonder if all these people will really be left in the cold?"
Red Hat Software

Interview with Jeremy Hogan of Red Hat 170

jeremy writes "In a followup to his original interview, Jeremy Hogan discusses some of the reasons Red Hat had for EOL'ing RHL, future licensing options for RHEL (including free devel copies), the most common Fedora misconception, his take on UserLinux and more."
Caldera

SCOrched Earth 436

mm0mm writes "Just hours after we read Darl's open letter on copyrights, Groklaw has another breaking update on SCO up on their website. SCO's Reply Memorandum of Law in Support of its Motion to Compel Discovery is now available. (original document here) The memorandum requests court to order IBM, the defendant, to provide evidence and support their case against ....IBM. :D When I was young, it was the plaintiff who was responsible for preparing enough evidence to present to the court, but in Darl's world, with army of lawyers who will be given 20% of the proceeds from the settlement or of 'a sale of SCO during the pendancy of litigation', apparently rules are different." Lawrence Lessig has a great piece reviewing Darl's nonsensical letter.
Linux

Debugging Configure 72

An anonymous reader writes "All too often, checking the README of a package yields only the none-too-specific "Build Instructions: Run configure, then run make." But what about when that doesn't work? In this article, the author discusses what to do when an automatic configuration script doesn't work -- and what you can do as a developer to keep failures to a minimum. After all, if your build process doesn't work, users are just as badly off as if your program doesn't work once it's built."
Linux

Linux in the Developing World 129

Norsemann writes "Peter Spotts of the Christian Science Monitor has some very interesting things to say about the latest wave of Linux adoptions throughout Asia and beyond. He hits on some important points about not only China's role in Open Source but the 'global' role in Open Source... Perhaps the best is still yet to come." The BBC also has a nice story about Brazil using Linux in cybercafes.
Slashback

Slashback: Matrix, Terminology, Topology 179

Slashback is back from a Thanksgiving hiatus with a bigger-than-usual collection of updates, corrections and followups to previous Slashdot stories, including pretty maps of the Internet, spammers' OS choices, stupidity in the wild, and more. Read on for the details.
Data Storage

Preventing Shutdown on Active NFS Servers? 66

Ed Almos asks: "Like many Slashdot Readers, I run a small network at home with a server and a number of desktops. The server holds all our files as NFS shares and doubles as a desktop machine should the need arise. Problems however occur if the server is shut down whilst there are NFS shares in use, the minimum disruption is a crashed desktop and a couple of times I have had to deal with corrupted files. Does anyone know of a way to prevent shutdown of a machine if someone else has drives mounted to its NFS shares ? I have already explored use of the /etc/shutdown.allow file but all this does is determine who can kill the machine. The minimal solution would be something similar to a Microsoft Windows system, where a request to shutdown brings up a warning window that there are users connected to the system, but I am not sure how to achieve this on a Linux system. Ideally I would like to prevent shutdown of a system with active NFS shares altogether, or at least until the user has unmounted and logged off the network."
Red Hat Software

Red Hat News: Edu Prices, Progeny Support for 7.X 221

thx2001r writes "According to News.com, Matthew Szulik (perhaps driven by recent slashdot questions in this regard) of Red Hat has set educational pricing for Red Hat Enterprise Linux Workstation ($25 per year for students) and (RHEL AS) server ($50 per year for the schools). Here are the details of the versions available at educational discounts." And for business users wary of Red Hat's high-priced Enterprise version (and happy using an older version), iroberts writes "Beginning January 1, 2004, Progeny will offer software updates for users of Red Hat(R) Linux(R) 7.2 and 7.3. Pricing is $5 per machine per month; or a flat rate of $2,500 per month for unlimited machines. The Fedora Legacy Project is discussing how this will impact their work."

Slashdot Top Deals