Stories
Slash Boxes
Comments
typodupeerror delete not in

Slashdot stories can be listened to in audio form via an RSS feed, as read by our own robotic overlord.

Comments: 213 +-   Linux Reaches 32% Netbook Market Share on Monday December 07, @10:07PM

Posted by kdawson on Monday December 07, @10:07PM
from the one-third-of-world-domination dept.
portables
christian.einfeldt writes "Linux netbooks have captured 32% of the global netbook market, says Jeff Orr, an analyst with consumer computer research firm ABI Research. The largest share of netbook sales is in the Asia-Pacific region, including Japan, Australia, and New Zealand, according to Orr. ABI's latest figures align with a statement by Dell executives in February of this year, to the effect that Linux netbooks comprised about 33% of Dell shipments of Dell Inspiron mini 9s netbooks. These data points cast doubt on claims by Microsoft that Windows XP has captured 98% of the netbook market (a figure Microsoft later revised to 93%). In an interview with DesktopLinux.com, Orr made clear that the 32% Linux netbook market share did not include either user-installed Linux or dual-boot systems, but was confined to just pre-installed Linux shipments."
Read More... 213 comments story

Comments: 194 +-   FreeNAS Switching From FreeBSD To Debian Linux on Sunday December 06, @11:29AM

Posted by Soulskill on Sunday December 06, @11:29AM
from the changing-horses dept.
debian
dnaumov writes "FreeNAS, a popular, free NAS solution, is moving away from using FreeBSD as its underlying core OS and switching to Debian Linux. Version 0.8 of FreeNAS as well as all further releases are going to be based on Linux, while the FreeBSD-based 0.7 branch of FreeNAS is going into maintenance-only mode, according to main developer Volker Theile. A discussion about the switch, including comments from the developers, can be found on the FreeNAS SourceForge discussion forum. Some users applaud the change, which promises improved hardware compatibility, while others voice concerns regarding the future of their existing setups and lack of ZFS support in Linux."
Read More... 194 comments story

Comments: 394 +-   Multiple-Display Power Tools For Linux? on Saturday December 05, @08:58PM

Posted by timothy on Saturday December 05, @08:58PM
from the it's-a-hard-knock-life dept.
displays
shift writes "I've used multiple monitors for years (currently 3) and find that Linux is lacking in power tools for such setups. Even Windows 7 has added the feature to move a window from screen to screen with keyboard shortcuts. Are any of the major desktop environments adding such features? I'm still stuck on FVWM and have defined functions to swap the contents of screens as well as move windows from screen to screen and so on. But this just seems like such basic functionality people would want in multi-screen setups that I'm surprised I don't find any of these features in our latest desktop environments."
Read More... 394 comments story

Comments: 317 +-   Why Open Source Phones Still Fail on Friday December 04, @07:13PM

Posted by Soulskill on Friday December 04, @07:13PM
from the strange-and-spooky dept.
cellphones
adeelarshad82 writes "Truly open-development, open-source phones like the Nokia N900 will never hit the mainstream in the US because wireless carriers in the country hate the unexpected, writes PCMag's Sascha Segan. The open-source philosophy is all about unexpected, disruptive ideas bubbling upwards, and that drives network planners nuts. So, you get unsatisfactory hybrids like Google Android, which uses some open-source components but locks third-party developers into a crippled Java sandbox. The bottom line is that while Linux the OS, the kernel, and the memory manager are attractive to phone manufacturers, Linux the philosophy — and users banding together ad hoc to create new things — is anathema to wireless carriers."
Read More... 317 comments story

Comments: 86 +-   Introducing L2Ork, World's First Linux Laptop Orchestra on Thursday December 03, @03:34PM

Posted by timothy on Thursday December 03, @03:34PM
from the might-prefer-all-cellos dept.
music
Agram writes "Take a netbook, Wiimotes, Nunchuks, and hemispherical speakers (which were once IKEA salad bowls), toss it up with some Ubuntu goodness and what you get is Virginia Tech's L2Ork, the world's first Linux-based laptop orchestra. With its affordable design and support from the Linux community, L2Ork hopes to bring laptop orchestras to K-12 education and beyond. So, regardless whether you wish to hear how L2Ork might sound or to learn how to build your own Linux-based *Ork infrastructure, perhaps this is a good opportunity to reopen the age-old debate: is Linux finally ready for some serious audio work?"
Read More... 86 comments story

Comments: 756 +-   Is Linux Documentation Lacking? on Thursday December 03, @10:18AM

Posted by CmdrTaco on Thursday December 03, @10:18AM
from the hackers-and-english-don't-always-mix dept.
programming
eldavojohn writes "A number of blog posts are surfacing that are calling out the helpful open source community on their documentation. No, not the documentation for the highly skilled technical people, but the documentation from beginner to apprentice. A two-part series by Carla Schroeder lists bad documentation as 'Linux Bug #1' and advises users to use Google as the documentation. We've discussed before some of open source's documentation being out of date. Is it really as bad as these blogs paint it? Has it come down to using Google before a man page?"
Read More... 756 comments story

Comments: 193 +-   Linux Kernel 2.6.32 Released on Thursday December 03, @10:04AM

Posted by CmdrTaco on Thursday December 03, @10:04AM
from the download-compile-reboot-repeat dept.
linux
diegocg writes "Linus Torvalds has officially released the version 2.6.32 of the Linux kernel. New features include virtualization memory de-duplication, a rewrite of the writeback code faster and more scalable, many important Btrfs improvements and speedups, ATI R600/R700 3D and KMS support and other graphic improvements, a CFQ low latency mode, tracing improvements including a 'perf timechart' tool that tries to be a better bootchart, soft limits in the memory controller, support for the S+Core architecture, support for Intel Moorestown and its new firmware interface, run-time power management support, and many other improvements and new drivers. See the full changelog for more details."
Read More... 193 comments story

Comments: 599 +-   Ethics of Releasing Non-Malicious Linux Malware? on Monday November 30, @09:39PM

Posted by kdawson on Monday November 30, @09:39PM
from the what-would-schneier-do dept.
security
buchner.johannes writes "I was fed up with the general consensus that Linux is oh-so-secure and has no malware. After a week of work, I finished a package of malware for Unix/Linux. Its whole purpose is to help white-hat hackers point out that a Linux system can be turned into a botnet client by simply downloading BOINC and attaching it to a user account to help scientific projects. The malware does not exploit any security holes, only loose security configurations and mindless execution of unverified downloads. I tested it to be injected by a PHP script (even circumventing safe mode), so that the Web server runs it; I even got a proxy server that injects it into shell scripts and makefiles in tarballs on the fly, and adds onto Windows executables for execution in Wine. If executed by the user, the malware can persist itself in cron, bashrc and other files. The aim of the exercise was to provide a payload so security people can 'pwn' systems to show security holes, without doing harm (such as deleting files or disrupting normal operation). But now I am unsure of whether it is ethically OK to release this toolkit, which, by ripping out the BOINC payload and putting in something really evil, could be turned into proper Linux malware. On the one hand, the way it persists itself in autostart is really nasty, and that is not really a security hole that can be fixed. On the other hand, such a script can be written by anyone else too, and it would be useful to show people why you need SELinux on a server, and why verifying the source of downloads (checksums through trusted channels) is necessary. Technically, it is a nice piece, but should I release it? I don't want to turn the Linux desktop into Windows, hence I'm slightly leaning towards not releasing it. What does your ethics say about releasing such grayware?"
Read More... 599 comments story

Comments: 62 +-   Archos Releases Dev Edition Firmware For Tablets on Sunday November 29, @01:23PM

Posted by Soulskill on Sunday November 29, @01:23PM
from the knock-yourselves-out dept.
handheld
Charbax writes "While Archos' current 'Archos 5 Internet Tablet with Android' is a 4.8" WVGA tablet that runs Android 1.5 (and perhaps 2.0 soon with the full Google Marketplace Experience), users of last year's 4.8" and 7" Archos Linux tablets have been complaining that Archos' firmware updates to its proprietary, embedded Linux OS were too infrequent, and added too little of the requested functionality. Under pressure from hackers demonstrating jailbreak methods, Archos has just now officially released (PDF) the open-source Special Developer Edition firmware based on Angstrom Linux, generated from a customized, open embedded build for last year's Archos 5 and 7 Internet Media tablets. If many talented developers join the community of Archos hackers to make software for this new Archos SDE firmware, then Android, Angstrom Linux, Maemo Mer, Qt and Ubuntu Linux could be expected to run smoothly on it soon. That could make it the ultimate pocket Linux Internet tablet for Linux hackers. Installing Archos' new SDE firmware permanently disables DRM playback and voids the warranty."
Read More... 62 comments story

Comments: 176 +-   Google Eliminates Gizmo5 Client For Linux on Sunday November 29, @08:10AM

Posted by kdawson on Sunday November 29, @08:10AM
from the poor-relation dept.
communications
cuttheredwire writes "Evidence on the Gizmo5 forum (login required) confirms that since Google's takeover of Gizmo5, only the Windows, Mac, and iPhone clients are available for download from the official Web page. The Linux download link no longer works. This is a potential problem for happy Linux users with paid-up credit in their Gizmo5 accounts if they need to reinstall the software. A back-door download is still available, although it is speculated on the forums that it will go away soon. Does this mean that (as with other Google projects such as Google Talk) Linux will be the poor relation for Google Voice also?"
Read More... 176 comments story

Comments: 293 +-   Ubuntu Reaching Out To 16,000 Anime Lovers on Wednesday November 25, @05:11AM

Posted by kdawson on Wednesday November 25, @05:11AM
from the place-holder dept.
anime
shadowmage13 writes "After months of planning, I am happy to announce finally that the Ubuntu Massachusetts Local Community Team will be preparing a booth at the upcoming 2010 Anime Boston convention. We need support from the community to secure a booth and print materials, including copies of the Ubunchu! manga. I really believe the Anime fandom is a perfect match for Ubuntu, as they are by nature very much in line with open source and remix culture."
Read More... 293 comments story

Comments: 144 +-   US Air Force Buying Another 2,200 PS3s on Wednesday November 25, @04:02AM

Posted by Soulskill on Wednesday November 25, @04:02AM
from the quick-who-knows-a-good-ps3-flight-sim dept.
playstation
bleedingpegasus sends word that the US Air Force will be grabbing up 2,200 new PlayStation 3 consoles for research into supercomputing. They already have a cluster made from 336 of the old-style (non-Slim) consoles, which they've used for a variety of purposes, including "processing multiple radar images into higher resolution composite images (known as synthetic aperture radar image formation), high-def video processing, and 'neuromorphic computing.'" According to the Justification Review Document (DOC), "Once the hardware configuration is implemented, software code will be developed in-house for cluster implementation utilizing a Linux-based operating software."
Read More... 144 comments story

Comments: 541 +-   Linus Torvalds For Nobel Peace Prize? on Friday November 20, @11:36AM

Posted by kdawson on Friday November 20, @11:36AM
from the nice-step-towards-world-domination dept.
linux
An anonymous reader writes "I'm as much of a Linux fanboy as anyone else, but I've never thought of anything in computing as being worth a Nobel Peace Prize. Apparently, there are those who take global collaboration seriously, though..." The suggestion has been bouncing around the Portland Linux community, where Torvalds lives. Is it worthy of wider attention and discussion?
Read More... 541 comments story

Comments: 172 +-   Fedora 12 Package Installation Policy Tightened on Friday November 20, @08:52AM

Posted by kdawson on Friday November 20, @08:52AM
from the tougher-by-default dept.
redhat
AdamWill writes "After the controversy over Fedora 12's controversial package installation authentication policy, including our discussion this week, the package maintainers have agreed that the controversial policy will be tightened to require root authentication for trusted package installation. Please see the official announcement and the development mailing list post for more details."
Read More... 172 comments story

Comments: 900 +-   GIMP Dropped From Ubuntu 10.04 on Thursday November 19, @09:22AM

Posted by Soulskill on Thursday November 19, @09:22AM
from the should-have-used-the-fireman's-carry dept.
graphics
kai_hiwatari writes "It looks like the Ubuntu developers consider GIMP to be too powerful for a normal desktop user. They are removing it from the upcoming Ubuntu 10.04. Among the reasons cited are that the UI is too complex, it takes up room on the disc, and 'desktop users just want to edit photos and they can do that in F-Spot.''"
Read More... 900 comments story

Comments: 570 +-   US Government Using PS3s To Break Encryption on Wednesday November 18, @05:16PM

Posted by timothy on Wednesday November 18, @05:16PM
from the purchase-order-shenanigans dept.
encryption
Entropy98 writes "It seems that the US Immigration and Customs Enforcement Cyber Crimes Center, known as C3, has replaced its '$8,000 Tableau/Dell server combination' with more efficient and much cheaper $300 PS3s. Each PS3 is capable of 4 million passwords per second, and C3 currently has 20 PS3s with plans to buy 40 more. Naturally this is only being used to break encryption on computers seized with a warrant and suspected of harboring child pornography."
Read More... 570 comments story

Comments: 502 +-   Fedora 12 Lets Users Install Signed Packages, Sans Root Privileges on Wednesday November 18, @04:30PM

Posted by timothy on Wednesday November 18, @04:30PM
from the try-it-you-might-like-it dept.
redhat
eqisow writes "The new default policy for Fedora 12 allows local, unprivileged users to install signed packages without root access. This change apparently went mostly unnoticed until after the Fedora 12 GA release, at which point it sparked a mailing list thread that is, as of this writing, over 100 posts long."
Read More... 502 comments story

Comments: 236 +-   Fedora 12 Released on Tuesday November 17, @01:30PM

Posted by timothy on Tuesday November 17, @01:30PM
from the new-hat-for-the-holidays dept.
redhat
AdamWill writes "The Fedora Project is pleased to announce the release of Fedora 12 today. With all the latest open source software and major improvements to graphics support, networking, virtualization and more, Fedora 12 is one of the most exciting releases so far. You can download it here. There's a one-page guide to the new release for those in a hurry. The full release announcement has details on the major features, and the release notes contain comprehensive information on changes in this new release. Known issues are documented on the common bugs page."
Read More... 236 comments story

Comments: 265 +-   Free Software For All Russian Schools In Jeopardy on Sunday November 15, @09:25PM

Posted by kdawson on Sunday November 15, @09:25PM
from the borg-not-taking-it-lying-down dept.
education
Glyn Moody writes "Last year, we discussed here a Russian plan to install free software in all its schools. Seems things aren't going so well. Funds for the project have been cut back, some of the free software discs already sent out were faulty, and — inevitably — Microsoft has agreed to a 'special price' for Windows XP used in Russian schools."
Read More... 265 comments story

Comments: 102 +-   The "Hail Mary Cloud" Is Growing on Sunday November 15, @12:23PM

Posted by Soulskill on Sunday November 15, @12:23PM
from the like-a-zombie-chia-pet dept.
security
badger.foo writes "The Australian rickrolling of jailbroken iPhones only goes to prove that bad passwords are bad for you, Peter Hansteen points out, as he reports on the further exploits of the password-guessing Hail Mary Cloud (which we've discussed in the past). The article contains log data that could indicate that the cloud of distributed, password-guessing hosts is growing. 'With 1767 hosts in the current sample it is likely that we have a cloud of at least several thousand, and most likely no single guessing host in the cloud ever gets around to contacting every host in the target list. The busier your SSH deamon is with normal traffic, the harder it will be to detect the footprint of Hail Mary activity, and likely a lot of this goes undetected.'"
Read More... 102 comments story

Wit, n.: The salt with which the American Humorist spoils his cookery ... by leaving it out. -- Ambrose Bierce, "The Devil's Dictionary"