Keep OSNews alive by becoming a Patreon, by donating through Ko-Fi, or by buying merch!

Monthly Archive:: March 2009

Palm, Sprint Reveal Plan Pricing Options for Pre

"They won't say when it'll arrive and they won't say how much it'll cost, but representatives from Palm and Sprint on Thursday were willing to talk about stuff like service plans for the wildly anticipated (though not anytime soon) Palm Pre. It'll be the Everything plans for would-be Pre users: The available individual service plans, according to company officials will be for 400 minutes, 900 minutes, and the $100 all-you-can-eat Simply Everything option. For families, the options are 1500 minutes, 3000 minutes or (again) Simply Everything for $190."

Microsoft Windows on a Mainframe?

"Software that for the first time lets users run native copies of the Windows operating systems on a mainframe will be introduced Friday by data center automation vendor Mantissa. The company's z/VOS software is a CMS application that runs on IBM's z/VM and creates a foundation for Intel-based operating systems. Users only need a desktop appliance running Microsoft's Remote Desktop Connection client, which is the same technology used to attach to Windows running on Terminal Server or Citrix-based servers. Users will be able to connect to their virtual and fully functional Windows environments without any knowledge that the operating system and the applications are executing on the mainframe and not the desktop."

OLPC Dumping x86, Urges Microsoft to Port Windows

One Laptop Per Child is planning to end the production of its XO-1 laptop as well as drop AMD's x86 Geode processor. OLPC intends to replace these with a low-powered ARM alternative in the XO-2 laptop, which is slated for release in about 18 months. Even though the current XO-1 model consumes a mere five watts, OLPC feels thats the biggest problem. "We're seeing some very impressive system-on-chip designs that provide both fundamentally low-power demands and the kind of fine-grained power management ... in the XO-1," said Ed McNierney, chief technology officer at OLPC. Though using ARM architecture will reduce power consumption, it puts using the full-fledged Windows OS on their laptops in jeopardy. The company is currently wrestling Microsoft in order to try to get them to develop a full version of Windows to be able to run on ARM processors. It's not likely Microsoft will budge on the subject as ingrained as x86 is and how seemingly little there is in it for them, but we've been surprised before.

AuroraUX Combines SunOS with Ada

Ever wanted a simple, compact, small, yet usable and relatively full-featured operating system using a SunOS kernel with most of its utilities written in Ada? Whatever the answer, now you can. "AuroraUX is a SunOS-derived kernel and userland. The core of the project are its utilities written in Ada. Other, poorly implemented features have been fixed or rewritten, too. Ada was chosen over other languages because it sucks the least." At least they're honest.

How Vista Mistakes Changed Windows 7 Development

For the past several months, Microsoft has engaged in an extended public mea culpa about Vista, holding a series of press interviews to explain how the company's Vista mistakes changed the development process of Windows 7, InfoWorld reports. Chief among these changes was to 'define a feature set early on' and only share that feature set with partners and customers when the company is confident they will be incorporated into the final OS. And to solve PC-compatibility issues, Microsoft has said all versions of Windows 7 will run even on low-cost netbooks. Moreover, Microsoft reiterated that the beta of Windows 7 that is now available is already feature-complete, although its final release to business customers isn't expected until November.

‘Risk report: Four years of Red Hat Enterprise Linux 4’

Mark Cox, Red Hat's director of security response, has published his usual risk report, which includes very detailed statistics and other information on security issues and how they were handled in Red Hat Enterprise Linux 4. Red Hat remains the only OS vendor to directly publish such information and provide the raw data as well. "Red Hat is continually developing technologies to help reduce the risk of security threats, and a number of these were consolidated into Red Hat Enterprise Linux 4. The most significant technologies were SELinux and Exec-Shield. Exec-Shield is a project which includes support for the No eXecute (NX) memory permission, simulating NX via segment limits, Position Independent Executables (PIE), gcc, and glibc hardening. For more details, a table of the major security technology innovations in Enterprise 4 is available."

Zemlin to Linux OEMs: Yer Doing it Wrong

Yes, it's apparently another netbook today on OSNews. Netbooks were supposed to become the major foot in the door, but as soon as Microsoft got off its fat bum and started offering Windows XP to netbook OEMs, the popularity among OEMs of Linux has dwindled; when the netbook surge started, Linux was the operating system of choice among OEMs, but now, the Windows version comes first, and the Linux version later - if at all. Linux Foundation executive director Jim Zemlin basically tells OEMs: "Yer doing it wrong".

Rumours Abound About Apple Netbook

The usually already overactive Apple rumour mill has been spinning like crazy the past few days due to rumours about apple possibly entering the netbook market. The rumours are vague and not exactly definitive, but that doesn't mean mulling a possible apple netbook isn't interesting. If the Cupertino company built a netbook, what would it look like?

Benjamin Franklin on Systems Administration

The man has been dead for over two hundred years, but no one can deny his genius when it came to coming up with clever quotes that people would be repeating centuries after his death. Though nobody living in the 18th century could foresee the computer technology we benefit from today, Franklin's wise words can be applied to really any aspect of life, and Martin Streicher has applied ten of Franklin's famous quotes to the area of UNIX systems administration. Read the full article for some helpful hints in administration all sparked from our dear friend Franklin himself, covering everything from security to the wisdom in frugality.

‘Microsoft Vista SP2 Comes with Few Significant Upgrades’

eWeek has taken a look at the recently released RC of Windows Vista/Server 2008 SP2. "Microsoft fulfills its promise of a quick delivery of a Release Candidate for SP2 for Windows Vista and Windows 2008 Server. Unfortunately, enterprises will see few worthwhile upgrades. There are some hardware and wireless improvements, but users and administrators will see the most beneficial upgrades to the search capabilities."

An Introduction to Logical Volume Management

In Linux distros, how do you know how much space to assign for each partition? And what if you do this and then later run out of room? Well you could delete data or move it off to other partitions, but there is a much more powerful and flexible way. It's called Logical Volume Management. LVM is a way to dynamically create, delete, re-size and expand partitions on your computer. It's not just for servers, it's great for desktops too! How does it work? Instead of your partition information residing on your partition table, LVM writes its own information separately and keeps track of where partitions are, what devices are a part of them and how big they are.