Linux Archive

London Stock Exchange Smashes Record Trade Speed with Linux

"The London Stock Exchange has said its new Linux-based system is delivering world record networking speed, with 126 microsecond trading times. The news comes ahead a major Linux-based switchover in twelve days, during which the open source system will replace Microsoft .Net technology on the group’s main stock exchange. The LSE had long been criticised on speed and reliability, grappling with trading speeds of several hundred microseconds. The record breaking times were measured on the LSE’s Turquoise smaller dark pool trading venue, where trades are conducted anonymously. That network switched over to Linux from Cinnober technology two weeks ago. Speed is crucial as more firms trade automatically at lightning speed, using advanced algorithms."

Linux 2.6.36 Released

Linux 2.6.34 has been released. This version includes support for the Tilera architecture, a new filesystem notification interface called fanotify, a redesign of workqueues optimized for concurrency, CIFS local caching, support for Intel Intelligent Power Sharing in i3/5 systems, integration of the kernel debugger and KMS, inclusion of the AppArmor security system and several new drivers and small improvements. You can read the full changelog as well.

Desktop Linux Is Dead, But Who Cares?

Well, it's been a while since we've opened this particular jar (box is not historically accurate) owned by Pandora. Desktop Linux... Yes, that ever elusive readiness of the desktop that is Linux-powered. Some story on ComputerWorld argues that the desktop Linux dream is dead, and apparently, the story is causing some stir on the web. Well, paint me pink and call me a lightbulb, but of course desktop Linux is dead. However - who gives a flying monkey? Linux is being used by more people than ever!

LinSched, a Userspace Linux Scheduler Simulator

Well, this is quite interesting. This is one of those items where I have to make sure everybody realises I'm no developer as to not make myself look like an idiot. Having said that - LinSched. It's a user-space program that hosts the Linux kernel scheduler, so you can create and test scheduling policies on arbitrary hardware topologies - without actually having to work with the real hardware.

BREAKING: BROADCOM OPEN SOURCES WIRELESS DRIVERS

Ahem. I just had to write that all-caps headline. Broadcom's wireless chips - used by just about everybody in this industry - have been a major pain in the bum for Linux users, because the company did not release open source drivers. Workarounds had to be created, lots of pain was had in the process, but now, Broadcom has finally seen the light: they have open sourced their wireless Linux drivers.

Linux Mint Releases Rolling Distribution

"Linux Mint Debian Edition comes with a Debian base, which we transformed into a live media and on top of which we added a new installer. It's rougher and in some aspects not as user-friendly as our other editions, it's very young but it will improve continuously and rapidly, and it brings us one step closer to a situation where we're fully in control of the system without being impacted by upstream decisions." It's a rolling release, so expect continuous updates. Not a new concept by a long shot, but it's interesting to see a distribution like Mint try this out.

Bricscad V10 for Linux Released

Finally Bricsys has released the official version of Bricscad V10 for Linux. Linux users now have very capable desktop CAD software able to handle the DWG file format. From Bricscad website: "Bricsys is the first to release a .dwg based CAD software for Linux users. Bricsys NV, the developer of Bricscad, announced today that Bricscad V10 for Linux is now available. Bricscad V10 is the first .dwg based CAD platform available for the Linux Operating System. Bricscad V10, the leading alternative CAD platform for the .dwg file format, continues to offer freedom of choice to the CAD and Engineering community."

Should Daemons Just Be Frontends to the OS Auditing System?

I came across a news entry at Phoronix about a new init replacement, systemd, and curiously started a read into the surprisingly heavy matter. Systemd is by no means as simple as upstart. It does far more things far more straight and in more detail. The differences are so significant that they enforce quite different configuration strategies. One can argue for both, depending on the goal to reach. However, that's not what I want to write about. After having read what systemd is capable of, and how it does it, I began to put the existence of all system daemons - in their today's forms - in question.

Who Really Contributes the Most to Linux?

As we mentioned in a previous article, Red Hat advocate Greg DeKoenigsberg claimed that due to the much larger amount of code it's contributed, Red Hat is a better open source citizen than Canonical, adding, "Canonical is a marketing organization masquerading as an engineering organization." A Computerworld blog retorts that that's no insult; and that marketing Linux could be just as important to the cause as contributing code. Updated

What’S New in Linux 2.6.35

Measures to support the power saving mechanisms of AMD graphics chips, network code optimizations for multi-core processors, features for de-fragmenting the working memory and an improved support of the power management and turbo features offered by modern processors are among the highlights of the new kernel version. After a development time of almost two-and-a-half months, Linus Torvalds has released version 2.6.35 of the Linux kernel.

Desktop Linux: When and how to add proprietary software

Some people hate the idea of adding proprietary software to their desktop Linux. For these people, there are Linux distributions such as gNewSense that use only free software. For the rest of us, who use distributions such as Fedora, openSUSE and Ubuntu, there are times we either want to, or feel forced to, add proprietary programs such as Adobe Flash or Skype or the ability to play proprietary audio and video formats such as MP3 or commercial DVDs to your Linux desktop. Here's how to do it.

First Embedded Linux OS to be Accepted for EAL4+ Certification

Wind River Linux Secure, a secure embedded Linux, is in evaluation by the National Information Assurance Partnership (NIAP) to be certified to Common Criteria Evaluation Assurance Level 4+ (EAL4+), conforming to the General Purpose Operating System Protection Profile. Upon certification completion to Common Criteria EAL4+, Wind River Linux Secure is expected to be the first commercial embedded Linux operating system accepted by NIAP.

5 Enhancements in the Next Ubuntu Version (10.10)

Maverick Meerkat, the version of Ubuntu slated to be released later this year, brings with it several features and improvements that the Linux community has been eagerly looking forward to. I've taken a look at the blueprints for this next release, and picked out a few of the major items that Linux end-users will be interested in. Here are 5 things to look forward to in Ubuntu 10.10.

Elementary Project Brings Mac-style Self-Contained Apps to Linux

"The Portable Linux Apps project brings the ideal of "1 app, 1 file" to Linux. Applications are able to run on all major distributions irrespective of their packaging systems - everything the application needs to run is packaged up inside of it. There are no folders to extract, dependencies to install or commands to enter: "Just download, make executable, and run!"" A follow-up article describes how it works, and how to transform debian packages into AppImages. The packages don't include libraries, so the system won't need to update the same library in each individual app.