I saw an article the other day, repeating the mistaken view that there was Minix code in an early version of Linux. I knew that was not true, because for one thing Linus told us it was not true years ago. And Andrew Tanenbaum confirmed that Linus didn't use any Minix code, as did Eric Raymond.
Read more »No Minix code in Linux Ever -- More Evidence
Category: High End Tags:
Linux: Drivers Should NOT be Closed Source
In one of my previous blog entries about a Dell Support issue some of the comments suggested that the reason we were in this mess was because of the inflexible nature of the Linux kernel.
Read more »Category: High End Tags:
- Login to post comments
Collecting and analyzing Linux kernel crashes - LKCD
Having found the available information on system analysis rather sparse and/or written in such a fashion that is hardly of any use but to the people who wrote the actual documents,I have decided to write a series of articles on Linux system analysis.
Read more »Category: High End Tags:
- Login to post comments
GNU Compiler Collection 4.4 RC1 available
"The GCC development team have announced the availability of a first release candidate for version 4.4 of their GNU Compiler Collection..."
Read more »Category: High End Tags:
- Login to post comments
Java 7 Will Evolve to Fine-grained Parallelism
Java's development team understands the multicore revolution and is working hard in offering a new concurrency framework taking into account the new possibilities offered by the new microprocessors. Hence, JDK 7 (Java Development Kit 7) will offer the fork-join framework in order to help Java developers to tackle the multicore revolution using this popular programming language.
Read more »Category: High End Tags:
- Login to post comments
Secure Web Server with SuPHP
The suPHP Apache module together with suPHP itself provides an easy way to run PHP scripts with different users on the same server. It provides security, because the PHP scripts are not run with the rights of the webserver's user. In addition to that you probably won't have to use PHP's "safe mode", which applies many restrictions on the scripts.
Read more »Category: High End Tags:
- Login to post comments
FreeBSD 7.2 enters Beta
The first Beta for FreeBSD 7.2 has been released, updating network drivers as well as some threading libraries. The FreeBSD 7.2 release is the first point upgrade since the 7.1 release which became generally available in January of this year. The final release of FreeBSD 7.2 is currently scheduled for the first week of May.
Read more »- Login to post comments
Vulnerabilities in Linux allow root privileges
According to a number of Linux distributors, a bug in the udev service under Linux can be exploited to obtain root privileges. The kernel uses udev to dynamically create device-specific files and folders (/dev/) for input and output, so that only devices which are actually connected appear in /dev.
Read more »Installing And Configuring Asterisk 1.6 + PostgreSQL To Manage CDR & RealTime Config On Debian
In this tutorial, I will describe how to install and configure Asterisk 1.6 on a Debian system to work with PostgreSQL in order to manage CDR (Call Detail Records) and real-time configuration.
Read more »Category: High End Tags:
- Login to post comments
Fixing your network the lazy way/using nagios to build self healing services
Well no matter what you try sometimes things break and inevitably when they do it happens at 3am just as your nodding off. Well in case you were not aware Nagios has a wonderful feature called event handlers.
Read more »Category: High End Tags:
- Login to post comments
Open Source SSL Acceleration
SSL acceleration is a technique that off-loads the processor intensive public key encryption algorithms used in SSL transactions to a hardware accelerator. These solutions often involve a considerable up front investment as the specialized equipment is rather costly. This article though looks at using off the shelf server hardware and open source software to build a cost effective SSL accelerator.
Read more »- Login to post comments
How To Install The WiKID Strong Authentication System On Slackware
Some of the configuration scripts included with WiKID are designed for Redhat and friends, several steps in this guide focus on modifying these scripts for Slackware as well as working around some of them.
Read more »Category: High End Tags:
- Login to post comments
Intel wants to co-develop the GCC
Three Intel employees are to contribute to the development of the GNU Compiler Collection. It wouldn't be the first open source project to be supported by the giants.
Read more »Category: High End Tags:
- Login to post comments
Exploring CouchDB
Relational databases define a strict structure and provide a rigid way to maintain data for a software application. Apache's open source CouchDB offers a new method of storing data, in what is referred to as a schema-free document-oriented database model.
Read more »Primitive Data Types, Arrays, Loops, and Conditions in JavaScript
The tutorial walks you through the primitive data types in JavaScript, such as strings and numbers. Moreover, it takes you through the common operators, and explains the flow control statements, such as loops and if-else conditions.
Read more »Category: High End Tags:
- Login to post comments