Showing headlines posted by Scott_Ruecker

« Previous ( 1 ... 932 933 934 935 936 937 938 939 940 941 942 ... 1238 ) Next »

Ten Funny Quotes By Linus Torvalds

Ten funny quotations by Linus Torvalds collected from various sources all over the Web.

New Alien Arena 6.10 blows away its FPS competition

Today, COR Entertainment is scheduled to release version 6.10 of Alien Arena 2007, the popular free software, 3-D, first-person shooter built atop id Software's Quake II engine, which was released under the GPL in 2001. The new release of Alien Arena comes with seven new arenas, a better arsenal of weaponry, and a new game mode for one-on-one duels.

A simple task manager for OpenOffice.org

If you spend most of your time in OpenOffice.org, you might want to be able to manage to-do lists and tasks without leaving the comfort of the office suite. Since Writer doesn't have such a feature, you can create your own no-frills task tool and at the same time sharpen your OOoBasic skills. In a previous article, we covered how to build a handy basket tool. You can use the same techniques when creating a simple task manager. The one we'll build offers only three basic commands: add a task, view all tasks, and purge tasks.

OpenOffice won’t fork — for now

In spite of a bitter battle between Novell and Sun developers, OpenOffice won’t fork – at least for now. That’s the consensus among several OpenOffice developers who are locked in a bitter dispute with Sun over how the open source project is governed but who nevertheless agree that a fork would be the worst outcome for a project that has enough difficulty competing against Microsoft Office let alone Google Apps and other online services in the future.

Ubuntu Gutsy Release Candidate goes live

Can't wait for Gutsy Gibbon, the next release of Ubuntu Linux? Then get downloading the next best thing. The Ubuntu team last night released Gutsy Gibbon release candidate, the closest thing to the real release due out next week.

Dell: Microsoft warnings haven't hurt Linux uptake

CEO Michael Dell says Microsoft's patent-infringement claims have not affected sales of its Linux servers. Speaking to CNET News.com sister site ZDNet UK at a conference Thursday, Dell's chief executive said his company has seen Linux uptake for servers increase faster than Windows server products, despite Microsoft's claims.

Why Ballmer's Protection FUD Matters

Steve Ballmer, the Sopranos and the protection racket. I was walking down the street when a limo pulled up beside me and Big Steve Ballmer emerged. "I need to talk to you Vaughan-Nichols," he said, as two large men in expensive, but badly fitting suits, followed him out. "Hey, anything the Redmond Mafia wants to say to me, they can call me about. You know the number."

Novell lays off AppArmor programmers

Company reduces AppArmor work, relying instead on the open-source community, but project leaders launch a new company for the open-source Linux security project.

Microsoft's Patent Scare Tactics 'Not That Unusual'

Apprehension on the part of Red Hat could force it into a license agreement with Microsoft. Microsoft's scare tactics in what could be considered an attempt to coerce Red Hat into a patent agreement similar to one Novell penned last November are not unusual for this early stage in the process, according to a patent attorney.

Importance of Community in FOSS

The GPL says that you must provide source code to the recepients of any application you distribute under that license. This is really meeting the legal requirements of that license. However, is that"all" that is needed? If you say that you have an open source application (especially in healthcare) but you do not attempt to engage the wider community to get feedback on your application or allow other developers to review the data structures and application code. Is it really an open source application? As I stated above. It is clear that all you"have" to do (legally) is give the source code to the recipients of the application.

OpenStreetMap project imports US government maps

OpenStreetMap (OSM) is a collaborative project in the process of building a free, Web-accessible, user-editable map of the world. So far, most of its map data has come through user-contributed GPS traces, but OSM has recently undertaken the bulk import of government-collected data covering the entire United States. The massive import will jump-start OSM's US map coverage, but its sheer size poses an interesting challenge to the project's resources.

The LXer Interview: John Hull of Dell


LXer Feature: 12-Oct-2007

It has been over four months since Dell started shipping computers preloaded with Ubuntu GNU/Linux to home consumers in the United States. Lets take a moment to look at the progress that has been made so far. John Hull, manager of the Linux Engineering team in Austin was kind enough to let me interview him by e-mail. Besides commenting on the current state of affairs with Ubuntu on Dell machines, he also offers some insight in how the Linux team at Dell works and opens a small window into the future of Linux at Dell.


This article on Digg

Open source CMS - promise without pitfall

  • Reg Developer; By Bayarsaikhan Volodya (Posted by Scott_Ruecker on Oct 12, 2007 2:08 AM EDT)
  • Story Type: News Story
Open source has changed operating systems, application servers and databases. Now, the benefits of open source are being realized in content management systems (CMS), traditionally a vendor-controlled world of expensive licensing and closed APIs. Open source is putting CMS into the hands of developers and organizations previously unable, or unwilling, to use CMS. Early adopters include national and local governments and media companies.

LPI announces new African affiliates

The Linux Professional Institute (LPI), the largest independent Linux skills certification institute,, has announced several new affiliates in Uganda, Tanzania, Kenya and Nigeria.

Patent Infringement Lawsuit Filed Against Red Hat & Novell - Just Like Ballmer Predicted

IP Innovation LLC has just filed a patent infringement claim against Red Hat and Novell. It was filed October 9, case no. 2:2007cv00447, IP Innovation, LLC et al v. Red Hat Inc. et al, in Texas. Where else? The patent troll magnet state. The first ever patent infringement litigation involving Linux.

Ubuntu chief talks on Microsoft threats

Ubuntu founder, Mark Shuttleworth, has commented on Microsofts renewed IP sabre rattling, saying that the company should "back off on its claims".

Mozilla mobilizes for mobile Firefox browser

Mozilla is prepping a mobile version of Firefox, the world's most popular open-source web browser. "People ask us all the time about what Mozilla's going to do about the mobile web," reads a blog post from VP of engineering Mike Schroepfer, "and I'm very excited to announce that we plan to rock it."

Zero to Z-Shell: Learn what all the fuss is about with Z-Shell

By and large, most Red Hat Linux systems will have Bash as the default shell. Bash is a darn great shell, but this article is about another equally great shell, called Z-Shell, that has most of the attributes of Bash, but in some cases goes the extra mile to give you the flexibility to customize your shell more than Bash allows. This article is somewhat advanced, but if you’re very patient, with some effort, you will do just fine. Remember to make small changes, test them, and then make more small changes, test, and repeat.

Office shootout: OpenOffice.org Calc vs. Microsoft Excel

In earlier articles, I compared OpenOffice.org 2.3's and MS Office 2007's word processors and slide show programs. It seems appropriate to round off the comparison with a look at spreadsheets, the third of the core programs in any office application. I spent a couple of days testing OOo Calc and Microsoft Excel features for formatting, list-making, formulas, and formula tools. Since the range of user expertise in spreadsheets tends to be much wider than in slide shows or even word processors, I considered the programs largely from the perspective of an average user who might require a spreadsheet for home or business use.

k3b and permissions

We have k3b installed locally for users to burn CDs/DVDs/etc. This only gets used very infrequently, and it seems that something else has broken every time it does get used. This time it was a “Cannot find writer” error. I checked for the presence of cdrecord and dvd-rw-tools; all fine. Eventually it turned out to be a permissions error - that /dev/cdrom was set to be only user- and group-writable; and the user was not in the relevant group. Added them, log in & out, all well.

« Previous ( 1 ... 932 933 934 935 936 937 938 939 940 941 942 ... 1238 ) Next »