Eric Raymond has once again come up with a profound and brilliant book - The Art of Unix Programming. Read an online copy of the book at http://www.catb.org/~esr/writings/taoup/html.
The popularity and increased usage of a software (or a software component) is related to the lesser number of ‘user frustation’ features it incorporates. Software (and thus software technology) is aimed at facilitating tasks. In the recent years, a large number of software and components have been released under the FLOSS development model. However, the [...]
Posted on 5 April 2003, 9:08, by admin, under
Programming.
Introduction
Traditionally ‘engineering’ is more used for tangible things. Engineering has over ages developed to deal with houses, bridges, cars, factories etc. In the realm of software, ’software engineering’ is a different developmental model altogether. Due to its flexible nature, software can be modified very quickly. Moreover, it is built on and through other software including [...]
Posted on 14 December 2002, 8:40, by admin, under
Programming.
In this posting I’m trying to intend a brief introduction to building Linux kernels. Commands you should type are marked in bold-face
* Make sure /usr/src/linux is a link that points to the kernel directory that you are trying to compile
* Apply any patches that you have first: [...]
Posted on 23 October 2002, 8:12, by admin, under
Programming.
Lets Talk About X ! Rajarshi Guha When I sat down to write an article on X Windows programming,I began by looking up some code examples and interesting techniques.But then I remembered the various problems I had when I started and I realized that before I could get into any real life examples what was [...]
Posted on 1 October 2002, 8:20, by admin, under
Programming.
Linux operates in two modes. One is Kernel mode (kernel space) and other is User mode (user space). The kernel works in the highest level (also called as supervisor mode) where it has all the authority and the applications work in the lowest level where the direct access to the hardware and the memory are [...]