Showing all newswire headlines

View by date, instead?

« Previous ( 1 ... 5888 5889 5890 5891 5892 5893 5894 5895 5896 5897 5898 ... 7359 ) Next »

What *NIX has wrong for the desktop: Top 12

The good part of *NIX-like systems is that some basic concepts are extremely well designed, starting with the filesystem philosophy and the security metaphor. Therefore, using Linux or BSD on your home desktop or on your laptop instead of Windows is not only a question of ideology or price — it's a matter of good taste. There are however a few places where something is under-optimal, not because GNU/Linux or *BSD are following "ancient *NIX principles", but simply because *NIX operating systems were designed in the times of the mainframes and minicomputers, where everything was a server, and usability issues like those raised by nowadays desktop/laptop computers were not considered.

Debian turns 14 today!

Debian, one of my long time favorite Linux distributions turned 14 today. Without the Debian project there would be no Ubuntu. Debian was begun in August 1993 by Ian Murdock, as a new distribution which would be made openly, in the spirit of Linux and GNU. Debian is pronounced /ˈde.bi.ən/. It comes from the names of the creator of Debian, Ian Murdock, and his wife, Debra. Happy 14th birthday Debian!

Open News Podcast Episode 23 Released

This week on Open News The Axe Falls On SCO, Google Signs On To The OIN, and Peugeot Revs Up Linux Desktop Deployments.

Requiem for a legal disaster: a retrospective analysis of SCO v. Novell

In the aftermath of federal district judge Dale A. Kimball's recent ruling, which determined that Novell, not SCO, is the rightful owner of the UNIX copyrights, the once-mighty proprietary UNIX vendor is on the verge of annihilation. As SCO's grasp on survival weakens and the company braces itself for descent into financial oblivion, much can be learned by reflecting on the circumstances of the case. A close reading of the ruling provides fascinating insight into the details of SCO's battle and sheds light on the peculiar events through which SCO has branded itself with the bitter taint of infamy.

Fiire's Linux-based media center ties it all together

A clever group of whippersnappers have got the right idea when it comes to home entertainment, namely, LinuxMCE-based systems that don't break the bank but offer a pretty stacked feature set. Fiire, a company which manufactures and sells modular media boxes and remotes aimed at unifying your media center has a few items it'd like you to see. The whole shebang is based around the FiireEngine, a $799 box that acts as a central hub to your media world.

Linux Foundation's first commandment: respect Microsoft

On April 1 this year, I wrote a spoof headlined "Ballmer joins Linux Foundation board." Considering the statements that were reported last week as emanating from the executive director of the same foundation, Jim Zemlin, I wonder if my tale will still be considered a spoof after a few years.

Open source security OK, experts assure SMBs

Ignore the myths. Open source security technology is an affordable and robust option for small and medium-sized businesses (SMBs). While some buyers might think security is best left to vendors of proprietary software like Symantec or SonicWall , experts says open source software can give SMBs the protection they seek.

Are Open-Source Databases Ready for Production Applications?

Open source in the enterprise is growing steadily, but for what applications? eWEEK IT expert Kevin Closson, chief software architect for PolyServe-HP, answers the question. Open-source databases like PostgreSQL, Ingres and MySQL are becoming serious alternatives to Oracle for enterprise applications.

Can Large Commercial Web Sites Be Run on Free Linux?

Many Linux distributions can run large Web sites, but are you prepared to bet your online business on a free Linux distribution? eWEEK IT expert Stephane Saux, IT director at the San Francisco Chronicle, has some answers.

Linux: The Original Process Scheduler

In a June of 1992 posting to the linux-activists mailing list, Linus Torvalds described the original Linux scheduler noting, "the scheduler in linux is pretty simple, but does a reasonably good job at giving good IO response while not being too unfair against cpu-bound processes." A year later, Linus posted a more detailed description of the scheduler noting, "the linux scheduling algorithm is one of the simplest ones possible". Comments in the original 254 line sched.c file read, "'schedule()' is the scheduler function. This is GOOD CODE! There probably won't be any reason to change this, as it should work well in all circumstances (ie gives IO-bound processes good response etc). The one thing you might take a look at is the signal-handler code here."

Judge: Vista suit capable of going to trial

The "Windows Vista Capable" lawsuit took another step toward trial — or settlement — Tuesday when US District Court Judge Marsha Pechman denied Microsoft's request for dismissal. The suit was filed in March by a pair of miffed PC buyers. Their claim: Microsoft's prerelease "Windows Vista Capable" campaign was a sham because the Vista in "Vista Capable" is merely Home Basic and not Home Premium or Ultimate. Todd Bishop's Microsoft Blog reports the ruling means Microsoft will have to answer in court at least two of the plaintiff's four claims, "that Microsoft's marketing violated the Consumer Protection Act, and that the company was unjustly enriched."

Exploiting the Linux Kernel

In Linux you run processes in two different modes of execution. There is userspace (aka user mode) which you run your everyday applications, like Firefox, Pidgin, irssi. From the kernel’s point of view, this is unprivileged mode, meaning user space applications don’t have access to hardware, or bits of the system critical to its function. The next mode is kernelspace, in this mode a process runs in privileged mode, giving it access to hardware and low-level system processes. In this article I show how to write a kernel module.

Emerging consensus in favour of a unified document format standard?

  • Mark Shuttleworth's blog; By Mark Shuttleworth (Posted by Sander_Marechal on Aug 16, 2007 4:06 AM CST)
  • Story Type: Editorial; Groups:
It’s too early to say for certain, but there are very encouraging signs that the world’s standards bodies will vote in favour of a single unified ISO (”International Standards Organisation”) document format standard. There is already one document format standard - ODF, and currently the ISO is considering a proposal to bless an alternative, Microsoft’s OpenXML, as another standard. In the latest developments, standards committees in South Africa and the United States have both said they will vote against a second standard and thereby issue a strong call for unity and a sensible, open, common standard for business documents in word processing, spreadsheets and presentations.

LinuxMCE Partners with KDE for New Release

When picking a media center solution for your PC, it tends to be a matter of compromise. There are solutions that are visually attractive, solutions that are Free/open source software, solutions that are more complete than others and solutions that integrate well with a desktop environment. In the past there have been few, if any, that have been all of these things. After an extensive beta testing period a new version of LinuxMCE, release 0704, was recently made available to the public that shows how we can indeed have our media center cake and eat it too. Read on for details of this release and future plans for KDE integration.

Sunny forecast for Linux kernel predictions

One of the first things many decision-makers want for any given software product is a roadmap, so they can plan around releases. However, the Linux kernel is and always has been bereft of a roadmap. To counter this, the Linux Foundation announced today that it is offering a Linux Weather Forecast to help provide some guidance to developers and organizations that need to know where the kernel is going.

Map Places, People, and Relationships in a Building

  • IBM/DeveloperWorks; By Nathan Harrington (Posted by IdaAshley on Aug 16, 2007 2:04 AM CST)
  • Story Type: Tutorial
Google and MapQuest do a great job of creating maps of the outside world on the fly. But what about our workspaces? This article shows how to define and map places and people inside a building. Search, track, and plot individual cubicles, rooms, employees, or assets. Graph the location of individuals or groups of employees based on job function, or track unused office space visually.

Testing strategies in Ruby on Rails

The Ruby on Rails community embraces testing like the USA embraces American Idol. They watch their test case results roll by with great regularity. Ruby developers talk about testing; they blog about it; they even participate behind the scenes, not with cell phone votes but by contributing open source frameworks.

Xandros, Microsoft Make Scalix Mail Server Exchange Friendly

In a surprising move, Microsoft and Linux distributor Xandros announced on Aug. 15 a messaging protocol license and collaboration agreement that will allow Scalix e-mail servers interoperability with Microsoft mobile- and PC-based e-mail applications.

Linux weather forecast to track projects

The Linux Foundation has set up of the Linux Weather Forecast to monitor progress on Linux kernel projects.

Linux for the handset: a rising force

Traditionally, the Linux operating system (OS) has been viewed as being too big, too slow, and without the real-time capabilities needed for mobile devices. But as 20 million Linux-based mobile handsets have shipped over the last two years it's difficult to ignore the fact that the Linux OS has quickly taken its place among the top four OS's for high-end "Smartphone" devices.

« Previous ( 1 ... 5888 5889 5890 5891 5892 5893 5894 5895 5896 5897 5898 ... 7359 ) Next »