Unix
Unix and Linux Programming


There are 85 books in this aisle.
Browse the aisle by Title | by Author | by Price
See recently arrived used books in this aisle.

 
Featured Titles in Unix-Unix and Linux Programming:
Page 1 of 5    next

Managing Projects With Gnu Make 3RD Edition
New: $29.95
Trade Paper

add to wish list
Managing Projects With Gnu Make 3RD Edition
by Robert Macklenburg

Publisher Comments
The utility simply known as make is one of the most enduring features of both Unix and other operating systems. First invented in the 1970s, make still turns up to this day as the central engine in most...
read more about this title
check for other copies

Lex & Yacc 2ND Edition
Used: $10.00
Trade Paper
List Price $29.95

add to wish list
Lex & Yacc 2ND Edition
by John R Levine

Publisher Comments
This book shows you how to use two Unix utilities, lex and yacc, in program development. These tools help programmers build compilers and interpreters, but they also have a wider range of applications. The second edition contains completely revised...
read more about this title
check for other copies

Unix Network Programming Volume 1 3RD Edition the Sockets N
Used: $57.00
Hardcover
List Price $74.99

add to wish list
Unix Network Programming Volume 1 3RD Edition the Sockets N
by Richard W Stevens

Synopsis
This revised guide to Unix networking APIs updates coverage of programming standards and debugging techniques, and covers operating systems including Red Hat 9, Solaris 9, HP-UX, Free BSD 4.8/5.0, AIX 5.x and Mac OS X....
read more about this title
check for other copies

Programming with GNU Software with CDROM (Nutshell Handbooks)
Sale: $17.15
Softcvr W/comp Media
List Price $39.95

add to wish list
Programming with GNU Software with CDROM (Nutshell Handbooks)
by Mike Loukides

Publisher Comments
The promise of having control over their environment draws programmers to UNIX. It offers powerful tools for the initiated within an operating system that can be customized and tuned in almost unlimited ways. Programmers use UNIX because it lets them...
read more about this title
check for other copies

The Official Gnome 2 Developer's Guide
New: $49.95
Trade Paper

add to wish list
The Official Gnome 2 Developer's Guide
by Matthias Warkus

Publisher Comments
Developers who write programs for GNOME use the GNOME API. Working with the GNOME API is preferable because the program will conform to the standard GNOME program look and feel. It also allows the developer to use the GNOME specific libraries in the...
read more about this title
check for other copies

The Unix Programming Environment (Prentice-Hall Software Series)
Used: $30.00
Trade Paper
List Price $52.00

add to wish list
The Unix Programming Environment (Prentice-Hall Software Series)
by Brian W Kernighan

Publisher Comments
Most of the book is devoted to discussions of individual tools, but throughout run the themes of combining programs and of using programs to build programs--emphasizing how they fit in the environment....
read more about this title
check for other copies

The Design of the Unix Operating System (Prentice Hall Software Series)
Used: $30.00
Hardcover
List Price $70.00

add to wish list
The Design of the Unix Operating System (Prentice Hall Software Series)
by Maurice J Bach

Publisher Comments
In this timely new book, Maurice J. Bach traces the popularity of the UNIX system throughout the computer industry. The author describes the internal algorithms and structures that form the basis of the operating system (the kernel) and their...
read more about this title
check for other copies

Understanding the Linux Virtual Memory Manager
Used: $20.00
Softcvr W/comp Media
List Price $59.99

add to wish list
Understanding the Linux Virtual Memory Manager
by Mel Gorman

Publisher Comments
Described as the only book available that provides a comprehensive description of the Linux Virtual Memory Manager, this title includes a tutorial that describes each VM algorithm and subcomponent, plus a separate VM Source Code commentary section. The...
read more about this title
check for other copies

Linux Kernel Development 2ND Edition
New: $49.99
Trade Paper

add to wish list
Linux Kernel Development 2ND Edition
by Robert Love

Publisher Comments
The Linux kernel is one of the most important and far-reaching open-source projects. That is why Novell Press is excited to bring you the second edition of "Linux Kernel Development," Robert Love's widely acclaimed insider's look at the Linux kernel...
read more about this title
check for other copies

The Definitive Guide to Gcc, Second Edition (Definitive Guide)
New: $49.99
Trade Paper

add to wish list
The Definitive Guide to Gcc, Second Edition (Definitive Guide)
by William Von Hagen

Publisher Comments
The GNU Compiler Collection (GCC) offers a variety of compilers for a variety of programming languages, including C, C++, Java, Fortran, and Ada. The Definitive Guide to GCC, Second Edition, has been revised to reflect the changes made in the most recent...
read more about this title
check for other copies

Programming with Curses
Used: $7.95
Trade Paper
List Price $12.95

add to wish list
Programming with Curses
by John Strang

Publisher Comments
curses is a UNIX library of functions for controlling a terminal's display screen from a C program. It can be used to provide a screen driver for a program (such as a visual editor) or to improve a program's user interface.&...
read more about this title
check for other copies

Linux Device Drivers
Used: $15.00
Trade Paper
List Price $39.95

add to wish list
Linux Device Drivers
by Jonathan Corbet and Alessandro Rubini

Publisher Comments
This book is for anyone who wants to support computer peripherals under the Linux operating system or who wants to develop new hardware and run it under Linux. Linux is the fastest-growing segment of the Unix market, is winning over...
read more about this title
check for other copies

Beginning Linux Programming 2ND Edition
Used: $24.00
Trade Paper
List Price $39.99

add to wish list
Beginning Linux Programming 2ND Edition
by Neil Matthew

Synopsis
Matthews offers a revised edition of the bestselling Linux programming tutorial, which features code tested with the latest 2.2 kernel and tool version, and subject coverage updated and expanded....
read more about this title
check for other copies

Linux System Programming: Talking Directly to the Kernel and C Library
New: $49.99
Trade Paper

add to wish list
Linux System Programming: Talking Directly to the Kernel and C Library
by Robert Love

Publisher Comments
This book is about writing software that makes the most effective use of the system you're running on -- code that interfaces directly with the kernel and core system libraries, including the shell, text editor, compiler, debugger, core utilities, and...
read more about this title
check for other copies

Advanced Programming in the Unix(r) Environment (Addison-Wesley Professional Computing)
Used: $35.00
Hardcover
List Price $65.95

add to wish list
Advanced Programming in the Unix(r) Environment (Addison-Wesley Professional Computing)
by W Richard Stevens

Synopsis
Bestselling UNIX author Stevens offers application and system programmers his professional, experienced-based guidance on using the system call interface with C. Since good examples are the key to a book like this, a simple shell program is developed in...
read more about this title
check for other copies

Foundations of Qt Development (Expert's Voice in Open Source)
New: $54.99
Trade Paper

add to wish list
Foundations of Qt Development (Expert's Voice in Open Source)
by Johan Thelin

Publisher Comments
Based on Qt 4.2, and aimed at C++ programmers, this reference helps readers become proficient using this excellent toolkit to create graphical applications that can be ported to all major platforms. This book is focused on teaching designers to write...
read more about this title
check for other copies

Understanding the Linux Kernel 1ST Edition
Used: $20.00
Trade Paper
List Price $34.95

add to wish list
Understanding the Linux Kernel 1ST Edition
by Daniel P Bovet

Publisher Comments
Why is Linux so efficient? Is it the right operating system for a particular application? What can be learned from looking at the kernel source code? These are the kinds of questions that Understanding the Linux Kernel...
read more about this title
check for other copies

Unix System Programming 2ND Edition
Used: $14.00
Trade Paper
List Price $77.00

add to wish list
Unix System Programming 2ND Edition
by Keith Haviland

Publisher Comments
The UNIX operating system has become a key part of the technology landscape as we move into the 21st century. There are now a huge number of large-scale data management and transaction-processing systems built on UNIX platforms, and UNIX is at the core...
read more about this title
check for other copies

Unix Network Programming 2ND Edition Volume 2
New: $73.33
Hardcover

add to wish list
Unix Network Programming 2ND Edition Volume 2
by W Richard Stevens

Publisher Comments
This volume is a complete rewrite and expansion of Chapters 3 and 18 from the 1990 edition of UNIX Network Programming. In additional to covering the three forms of System V IPC (message queues, semaphores and shared memory), Stevens systematically...
read more about this title
check for other copies

Advanced Unix Programming 2ND Edition
New: $49.99
Trade Paper

add to wish list
Advanced Unix Programming 2ND Edition
by Marc J Rochkind

Publisher Comments
The long-awaited revision to one of the foundation titles in UNIX programming covers the latest POSIX standards, updated for Linux, FreeBSD, and Mac OS X. Includes a wide range of examples, including a Web browser, a Web server, a keystroke recorder...
read more about this title
check for other copies



See More Featured Titles Next Page
Page   1  |  2  |  3  |  4  |  5

Browse the Aisle
by Title | by Author | by Price

There are 85 books in this aisle.

This way to more aisles in Unix