Linux Appliance Design
by Bob Smith, et al.
Publisher: No Starch Press 2007
ISBN/ASIN: 1593271409
Number of pages: 388
Description:
The book shows how to use librta to build a Linux appliance. Topics include appliance architecture, security, and how to build simple, yet responsive user interfaces. The book shows how to build five different user interfaces including a web interface, a command line interface, a front panel interface, an SNMP agent, and a framebuffer interface with an IR remote control.
Download or read it online for free here:
Download link
(multiple formats)
Similar books
Is Parallel Programming Hard, And, If So, What Can You Do About It?by Paul E. McKenney
The purpose of this book is to help you understand how to program shared-memory parallel machines. By describing the algorithms that have worked well in the past, we hope to help you avoid some of the pitfalls that have beset parallel projects.
(15368 views)
GNU Autoconf, Automake and Libtoolby Gary V. Vaughn, et al. - Sams
This book is an expert guide to using GNU autoconf, automake, and libtool effectively. Written for C/C++ or script programmers who write software under Unix/Linux. The text is filled with the nuts-and-bolts details of running these three utilities.
(15315 views)
GNU Make: A Program for Directed Compilationby Richard M. Stallman, Roland McGrath - Free Software Foundation
The make utility automatically determines which pieces of a large program need to be recompiled, and issues commands to recompile them. This manual describes GNU make, which was implemented by Richard Stallman and Roland McGrath.
(12794 views)
Linux Systems Programmingby Jonathan Macey - Bournemouth Media School
Contents: Command Line Arguments; Environment Variables; The Standard I/O Library; Executing Processes as a Stream; Showing system Processes; Creating processes in a program; Processes and Threads; Inter-process Communication; Semaphores; etc.
(14382 views)