| Title | Learning Python, 3rd Edition |
| Author | Mark Lutz |
| Publisher | O'Reilly Media, Inc. |
| Price | $3999 |
| Available | Usually ships in 24 hours |
First off, Learning Python shows the relationships among Python scripts and their interpreter (in a mostly platform-neutral way). Then, the authors address the mechanics of the language itself, providing illustrations of how Python conceives of numbers, strings, and other objects as well as the operators you use to work with them. Dictionaries, lists, tuples, and other data structures specific to Python receive plenty of attention including complete examples.
Authors Mark Lutz and David Ascher build on that fundamental information in their discussions of functions and modules, which evolve into coverage of namespaces, classes, and the object-oriented aspects of Python programming. There's also information on creating graphical user interfaces (GUIs) for Python applications with Tkinter.
In addition to its careful expository prose, Learning Python includes exercises that both test your Python skills and help reveal more elusive truths about the language.
| Title | Learning the bash Shell (In a Nutshell (O'Reilly)) |
| Author | Cameron Newham |
| Publisher | O'Reilly Media, Inc. |
| Price | $3495 |
| Available | Usually ships in 24 hours |
As any good programmer knows, the first thing users of the Linux operating system come face to face with is the shell the UNIX term for a user interface to the system. In other words, it's what lets you communicate with the computer via the keyboard and display. Mastering the bash shell might sound fairly simple but it isn't. In truth, there are many complexities that need careful explanation, which is just what "Learning the bash Shell" provides.
If you are new to shell programming, the book provides an excellent introduction, covering everything from the most basic to the most advanced features. And if you've been writing shell scripts for years, it offers a great way to find out what the new shell offers. "Learning the bash Shell" is also full of practical examples of shell commands and programs that will make everyday use of Linux that much easier. With this book, programmers will learn:
How to install bash as your login shell
The basics of interactive shell use, including UNIX file and directory structures, standard I/O, and background jobs
Command line editing, history substitution, and key bindings
How to customize your shell environment without programming
The nuts and bolts of basic shell programming, flow control structures, command-line options and typed variables
Process handling, from job control to processes, coroutines andsubshells
Debugging techniques, such as trace and verbose modes
Techniques for implementing system-wide shell customization and features related to system security
| Title | bash Cookbook: Solutions and Examples for bash Users (Cookbooks (O'Reilly)) |
| Author | Carl Albing,JP Vossen,Cameron Newham |
| Publisher | O'Reilly Media, Inc. |
| Price | $4999 |
| Available | Usually ships in 24 hours |
"bash Cookbook" teaches shell scripting the way Unix masters practice the craft. It presents a variety of recipes and tricks for all levels of shell programmers so that anyone can become a proficient user of the most common Unix shell -- the bash shell -- and cygwin or other popular Unix emulation packages. Packed full of useful scripts, along with examples that explain how to create better scripts, this new cookbook gives professionals and power users everything they need to automate routine tasks and enable them to truly manage their systems -- rather than have their systems manage them.
| Title | Unix in a Nutshell, Fourth Edition |
| Author | Arnold Robbins |
| Publisher | O'Reilly Media, Inc. |
| Price | $3495 |
| Available | Usually ships in 24 hours |
The latest edition of this bestselling reference brings Unix into the 21st century. It's been reworked to keep current with the broader state of Unix in today's world and highlight the strengths of this operating system in all its various flavors.
Detailing all Unix commands and options, the informative guide provides generous descriptions and examples that put those commands in context. Here are some of the new features you'll find in "Unix in a Nutshell, Fourth Edition":
Solaris 10, the latest version of the SVR4-based operating system, GNU/Linux, and Mac OS X
Bash shell (along with the 1988 and 1993 versions of ksh)
tsch shell (instead of the original Berkeley csh)
Package management programs, used for program installation on popular GNU/Linux systems, Solaris and Mac OS X
GNU Emacs Version 21
Introduction to source code management systems
Concurrent versions system
Subversion version control system
GDB debugger
As Unix has progressed, certain commands that were once critical have fallen into disuse. To that end, the book has also dropped material that is no longer relevant, keeping it taut and current.
If you're a Unix user or programmer, you'll recognize the value of this complete, up-to-date Unix reference. With chapter overviews, specificexamples, and detailed command.
| Title | Mac OS X For Unix Geeks |
| Author | Ernest Rothman,Brian Jepson,Rich Rosen |
| Publisher | O'Reilly Media, Inc. |
| Price | $3499 |
| Available | Usually ships in 24 hours |
And there's much more. Mac OS X for Unix Geeks is the ideal survival guide to tame the Unix side of Leopard and Tiger. If you're a Unix geek with an interest in Mac OS X, you'll soon find that this book is invaluable.
This skinny volume neither aims to teach its readers UNIX nor introduce them to the Mac, but rather to show how Apple has implemented UNIX. It's a fast read that assumes--as the title implies--rather a lot of UNIX knowledge. With that requirement satisfied and this book in hand, you're likely to discover aspects of Aqua more quickly than you otherwise would have.
The authors spend lots of time explaining how administrative tasks--such as managing groups, users, and passwords--are handled in the Mac OS environment. They document netinfo fully, and call attention to its limitations (like its inability to create home directories for users) by explaining how to do the job on the command line. They also cover C programming in the Darwin universe at greater length than any other book does, providing explicit instructions for such important tasks as creating header files and linking static libraries. A guide to the command line (they call the reference section--groan--"The Missing Manpages") provides good value at this book's conclusion. --David Wall
Topics covered: How to get around in Darwin, the UNIX implementation built into Mac OS X. Sections deal with basic maneuvering at the command line, LDAP services, C programming, and graphical user interfaces under Aqua. There's a short section on building the kernel itself, but it's limited in scope.
| Title | LDAP System Administration |
| Author | Gerald Carter |
| Publisher | O'Reilly Media, Inc. |
| Price | $3995 |
| Available | Usually ships in 24 hours |
System administrators often spend a great deal of time managing configuration information located on many different machines: usernames, passwords, printer configurations, email client configurations, and network filesystem configurations, to name a few. LDAPv3 provides tools for centralizing all of the configuration information and placing it under your control. Rather than maintaining several administrative databases (NIS, Active Directory, Samba, and NFS configuration files), you can make changes in only one place and have all your systems immediately "see" the updated information.
Practically platform independent, this book uses the widely available, open source OpenLDAP 2 directory server as a premise for examples, showing you how to use it to help you manage your configuration information effectively and securely. OpenLDAP 2 ships with most Linux(R) distributions and Mac OS(R) X, and can be easily downloaded for most Unix-based systems. After introducing the workings of a directory service and the LDAP protocol, all aspects of building and installing OpenLDAP, plus key ancillary packages like SASL and OpenSSL, this book discusses:
Configuration and access control
Distributed directories; replication and referral
Using OpenLDAP to replace NIS
Using OpenLDAP to manage email configurations
Using LDAP for abstraction with FTP and HTTP servers, Samba, and Radius
Interoperating with different LDAP servers, including Active Directory
Programming using Net:: LDAP
If you want to be a master of your domain, "LDAP System Administration" will help you get upand running quickly regardless of which LDAP version you use. After reading this book, even with no previous LDAP experience, you'll be able to integrate a directory server into essential network services such as mail, DNS, HTTP, and SMB/CIFS.
| Title | A Practical Guide to UNIX(R) for Mac OS(R) X Users |
| Author | Mark G. Sobell,Peter Seebach |
| Publisher | Prentice Hall PTR |
| Price | $4499 |
| Available | Usually ships in 24 hours |
| Title | Unix Power Tools, Third Edition |
| Author | Shelley Powers,Tim O'Reilly |
| Publisher | O'Reilly Media, Inc. |
| Price | $6995 |
| Available | Usually ships in 24 hours |
The authors have achieved a nearly ideal balance in the pages of this book. It's not just a collection of recipes (such collections tend to leave you hanging if you want to do something a little differently), it's not just a book of documentation (books like that have application mainly as references for people who know a lot already), and it's not just a conceptual how-to guide. Unix Power Tools is all of those things, and the overall effect is impressive indeed. If you work with any flavor of Unix, whatever your level of experience, you will benefit by having this book. --David Wall
Topics covered: How to work efficiently, elegantly, and creatively with the Unix tool suite, as well as (to a lesser extent) with Perl and Python scripts. Tips and strategies on customization, document generation, process management, and networking abound in this wisdom-rich volume.
| Title | Smart Home Hacks: Tips & Tools for Automating Your House (Hacks) |
| Author | Gordon Meyer |
| Publisher | O'Reilly Media, Inc. |
| Price | $2495 |
| Available | Usually ships in 24 hours |
| Title | The Official Ubuntu Book |
| Author | Benjamin Mako Hill,Jono Bacon,Corey Burger,Jonathan Jesse,Ivan Krstic |
| Publisher | Prentice Hall PTR |
| Price | $3499 |
| Available | Usually ships in 24 hours |
Ubuntu is a complete, free operating system that emphasizes community, support, and ease of use while refusing to compromise on speed, power, and flexibility. It's Linux for human beings--designed for everyone from computer novices to experts. Ubuntu is the most in-demand Linux distribution, and this official guide will get you up and running quickly.
Learn how to seamlessly install and customize Ubuntu for your home or small businesses. Its open source power can be used in schools, government, or by corporations, and is suitable for both desktop and server use. The Ubuntu community is built on the premise that software should be available free of charge, and that people should have the freedom to customize and alter their software in whatever way they see fit.
Written by leading Ubuntu community members, this is the only book that you need to become a savvy Ubuntu user.
This book comes with a version of Ubuntu that can run right off the DVD, as well as the complete set of supported packages for Ubuntu, including Kubuntu. Try out Ubuntu on the DVD. If you want to keep it, install it directly from your desktop.
Community Contributors: James Stanger, Jorge O. Castro, Matthew East, Quim Gil, Dennis Kaarsemaker, David Bain, Alan Barnard, David Clayton, Manu Cornet, Scott Dier, Oskar Jnefors, Jason LaPrade, Avinash Meetoo, Julien Rottenberg, Stephen Sandlin, David Symons, Paul van Genderen, Andrew Zajac
Computer Books top page
excel
excel function
excel vba
word microsoft
access database
JAVA
C
COBOL
Visual Basic
Delphi
Ruby
Lisp
perl
Eclipse
Ant
EJB
design pattern
object oriented
homepage
blog
affiliate
html
TCP/IP
Apache
Tomcat
flash
javascript
CGI
XML
Ethernet
LAN
WAN network
router
switch network
Oracle
SQL Server
DB2
dBase
PostgreSQL
MySQL
FileMaker
Windows OS
OS Windows2000
OS WindowsXP
OS Linux
Unix
MacOS
FreeBSD
TRON
artificial intelligence
cipher
robot
computer
photoshop
Illustrator
LiveMotion
Dreamweaver
Fireworks
web design
pdf
postscript
MOUS