Unix Programming

Writing device drivers in Linux: A brief tutorial

A quick and easy intro to writing device drivers for Linux like a true kernel developer!

UNIX Toolkit

an explanation of several operating system mechanisms for programmers in the UNIX environment.

Linux University for Developers

Linux University for Developers is a collaborative initiative by developers, designed for developers to share their knowledge on how easy it is to create software on Linux. The content on this open community site is geared towards showing and doing using flash-based, interactive lessons, rather than articles or lengthy documentation. Would you like to request that a specific Linux University tutorial be built on a topic of your choice?

Build UNIX software with Eclipse

Become more productive with your own code and others by utilizing Eclipse's syntax highlighting, code completion, and other amenities. Eclipse is an excellent open source IDE and has many helpful features. It runs on any UNIX® platform with a Java™ Runtime Environment (JRE) (Version 1.4 or newer) and an SWT port, such as Linux®, Solaris, AIX®, and HP-UX. It's easy enough to start a new project using Eclipse or to import an existing Eclipse project, but how do you bring existing code into the IDE?

How to write a Makefile

Make is one of the original Unix tools for Software Engineering. By S.I. Feldman of AT&T Bell Labs circa 1975. But there are public domain versions (eg. GNU) and versions for other systems (eg. Vax/VMS).

Syndicate content