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

Monthly Archive:: May 2006

Review: SUSE Linux 10.1

SoftwareInReview takes a look at SUSE 10.1, and summarizes: "While SUSE Linux 10.1 has lost some ground on its wonderful predecessor, I can see where it is headed in the future - and I like what I'm envisioning. A mildly buggy release like 10.1 was necessary in the big picture, unless of course Novell had opted to wait until issues with Atheros drivers, the ZENworks updater, and XGL were resolved. That would have resulted in a 'skipped' release, I think. Despite the trouble I had with 10.1, none of the problems were showstoppers, nor would they keep me from continuing to use and recommend SUSE Linux."

The Word Trojan: Anatomy of an Online Story

"Lately I've been blogging quite a bit on the state of on-line journalism. One aspect of that topic that I haven't touched on for awhile is the way in which a story breaks, builds, morphs and spreads electronically. The recent announcement of the Backdoor.Ginwui virus provides an interesting opportunity to do this once again, in order to see who addressed the story and how (including by me), and what, if anything, it all means." OSNews did not report on this Backdoor.Ginwui virus.

Apple vs. Does: Court Rules Internet Journalists Are Protected by Law

"In a decision that could set the tone for journalism in the digital age, a California appeals court ruled Friday that bloggers, like traditional reporters, have the right to keep their sources confidential. A panel of three judges said in a 69-page decision that a group of bloggers did not have to divulge their sources to Apple, contending that the same laws that protect traditional journalists, the First Amendment, and California's Shield Law, also apply to bloggers." My take: You already know how I feel about this, but I still need to say it, and I do not care if I get flamed for saying it: this is a clear-cut victory for the freedom of speech and press in the US (I live in The Netherlands, though), and you should all be happy Apple did not win this case. Update: Ars has an analysis and history of the case.

Address Space Layout Randomization in Windows Vista

"Windows Vista Beta 2 includes a new defense against buffer overrun exploits called address space layout randomization. Not only is it in Beta 2, it's on by default too. Now before I continue, I want to level set ASLR. It is not a panacea, it is not a replacement for insecure code, but when used in conjunction with other technologies, which I will explain shortly, it is a useful defense because it makes Windows systems look 'different' to malware, making automated attacks harder." On a related note, Microsoft is having difficulties in reaching parity between the 64bit and 32bit version of Vista concerning the amount of drivers shipped.

GNU-Darwin Gets Opteron Support

GNU-Darwin has gotten support for AMD's Opteron processors. "Mac OS X users are welcome to give free software a try now. I finally got a chance to try GNU-Darwin-1.1 on an Opteron machine with Darwin-7.2. Testing with glxgears confirms that the MesaGL is performing about twice as fast as on a comparable 32-bit CPU, although some other tasks are clearly not yet optimized. The machines are otherwise roughly identical. Here is a screenshot."

Remastering Damn Small Linux

This guide explains how to expand Damn Small Linux to fit your needs. "For those unfamiliar with the Distro, DSL is a severely stripped down version of Debian/Knoppix. The distribution aims to include as many useful applications as possible while remaining under 50MB. It uses a 2.4 series kernel, busybox, a tiny little Xserver, Fluxbox as the default WM, and a host of other microscopic office, media and Internet applications. It is designed to be easily expandable by via a system called 'MyDSL'."

DTrace for FreeBSD

Sun dtrace developer Bryan Cantrill reports on the progress being made by John Birrel on porting dtrace to FreeBSD. "While John has quite a bit further to go before one could call it a complete port, what he has now is indisputably useful. If you run FreeBSD in production, you're going to want John's port as it stands today - and if you develop for the FreeBSD kernel (drivers or otherwise), you're going to need it (once you've done kernel development with DTrace, there's no going back)."

Dell, Google Team Up

Dell and Google have struck a deal, Google's CEO confirmed on May 25. Speaking at an investor conference in Las Vegas, Google CEO Eric Schmidt acknowledged that Dell and Google have reached an agreement. Schmidt provided few details of the agreement that earlier speculation had placed in the $1 billion range. So far a co-branded Web site is the most visible aspect of the collaboration, but the cracks that occurred in the Microsoft/Dell/Intel troika when Dell allowed AMD to come to its party, have now reached the earthquake stage.

Sun Stuns Server Market in Q1 with Sales Spike

The server market was slapped and dropped on its head during the first quarter of 2006. We haven't seen anything quite like it since 2000. What's the big shocker? Well, Sun Microsystems actually enjoyed one of the stronger runs during the first quarter by most metrics, while Dell proved one of the worst performers. Beyond the server vendor rumbles, AMD continued to gain gobs of share on Intel in the x86 processor market.

Researchers Claim Flaw in Symantec AntiVirus

A gaping security flaw in the latest versions of Symantec's anti-virus software suite could put millions of users at risk of a debilitating worm attack, Internet security experts warned May 25. Researchers at eEye Digital Security, the company that discovered the flaw, said it could be exploited by remote hackers to take complete control of the target machine "without any user action".

The 25 Worst Tech Products of All Time

"At PC World, we spend most of our time talking about products that make your life easier or your work more productive. But it's the lousy ones that linger in our memory long after their shrinkwrap has shriveled, and that make tech editors cry out, 'What have I done to deserve this?' Still, even the worst products deserve recognition (or deprecation). So as we put together our list of World Class winners for 2006, we decided also to spotlight the 25 worst tech products that have been released since PC World began publishing nearly a quarter-century ago."

Symantec Caught in Norton ‘Rootkit’ Flap

From eWeek: "Symantec Corp. has admitted to using a rootkit-type feature in Norton SystemWorks that could provide the perfect hiding place for attackers to place malicious files on computers. The anti-virus vendor acknowledged that it was hiding a directory from Windows APIs as a feature to stop customers from accidentally deleting files but, prompted by warnings from security experts, the company shipped a SystemWorks update to eliminate the risk."

Remote Python Call

Remote Python Call (RPyC) is a python library providing transparent and symmetric IPC/RPC and distributed computing. It supports both synchronous and asynchronous operations. It works by giving you transparent control over a remote python interpreter: you can import remote modules, access remote classes, functions, and instances, just as you would do locally. Typical use cases are remote administration, distributed testing, resource sharing, and tunneling. Version 2.60 was released last week, adding supports for secure (TLS) connections.

Google’s Picasa Ported to Linux Using Wine

Google Labs has released Picasa for Linux, ported using Wine by CodeWeavers. The free Picasa download is available now. My Take: The software requirements are fairly hefty in that some features require cutting edge programs like HAL and a 2.6+ kernel, but this is fantastic news for Linux users. Picasa is an excellent program that rivals iPhoto. Update by AS : Google ported Picasa using Wine, but it was still a LOT of work and the result was completely effective. Please read more on the WineHQ mailing list. Update 2: You do not need Wine installed to run this - it's a self-contained Wine lib. Also, the Picasa download apparently doesn't work from all countries. Update by TH: Here's a review.