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

Unix Archive

How the Atari ST Almost Had Real Unix

What would have happened if the ST had run a BSD based UNIX rather than TOS and GEM? "To run Unix effectively we needed some hardware that was very fast, that was simple enough to put into a minor spin of the ST’s memory controller with little project risk, and that would still provide some kind of memory relocation and protection. The ability to have separate address spaces to isolate processes would be good, too."

HP-UX Gets Biannual Face-Lift

"Hewlett-Packard is rolling out Update 5 for the HP-UX Unix operating system that runs its Itanium and PA-RISC lines of Integrity and HP 9000 servers, keeping to its pattern of two updates per year for its flagship operating system. As has been the case with the prior HP-UX updates, the changes are important to existing HP-UX shops, but they're probably not going to cause a stampede of buyers for HP-UX systems. It's no different with the updates to IBM's AIX or Sun Microsystems' Solaris Unixes do."

Unix Celebrates 40 Years

"The computer world is notorious for its obsession with what is new - largely thanks to the relentless engine of Moore's Law that endlessly presents programmers with more powerful machines. Given such permanent change, anything that survives for more than one generation of processors deserves a nod. Think then what the Unix operating system deserves because in August 2009, it celebrates its 40th anniversary. And it has been in use every year of those four decades and today is getting more attention than ever before."

35 Years of the UNIX Time-Sharing System

"Earlier this year, people in many places wrote about the 40th anniversary of the moment Ken Thompson sat down and started to work on UNIX (which is actually in August). In fact, UNIX celebrates another birthday this year, even though on a slightly smaller scale. In July 1974, exactly 35 years ago, Dennis Ritchie and Ken Thompson published the first version of their seminal paper The UNIX Time-Sharing System in the Communications of the ACM."

Unix Turns 40: Past, Present, Future of a Revolutionary OS

Gary Anthes offers an overview history of Unix forty years since Ken Thompson banged out the first version in assembly language for a wimpy DEC PDP-7 minicomputer, spending one week each on the operating system, a shell, an editor, and an assembler. Also included in the package are a year-by-year time line of its evolution, and profiles of Unix giants David Korn, Rick Rashid, and Gordon Bell.

‘Why Unix Matters to IT’

InfoWorld's Tom Yager writes in favor of Unix in IT, which has been increasingly losing ground to Linux. "Unix matters for a reason that escapes analysts' notice," Yager writes. "It's that little circle with the R in it." Asking whether IT would rather have a vendor's promise to interoperate with competitors' systems, or a contract obliging them to, Yager stresses the importance of The Open Group's registered trademark of the Unix 03 spec. "The trademark provides IT organizations that need to be sure, without need for digging, that Unix means something, and it does. It means that Unix enterprise solutions work and work together, without regard for the brand on the hardware" -- a guarantee of interoperability that is the "product of cooperation among Unix vendors, IT operations, universities, and professional organizations."

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.

Stayin’ Alive with GNU Screen

If you've spent hours on a task, such as debugging an application, it can be maddening to lose your work in an instant. This article shows you how to keep your shell and your work alive, even across multiple sessions and dropped connections using GNU Screen. Screen is a remarkable tool that you will quickly find invaluable in any work you perform on the command line. In fact, use it once, and you will wonder how you ever lived without it.

Protothreads for UNIX

Protothreads are a type of extremely lightweight threads - each protothread requires only two bytes of memory - that are usually used for embedded firmware programming, where memory is at a premium. Protothreads combine the low overhead with event-driven programming with the algorithmic clarity of threaded programming.