Computers & Technology
mobi, epub, pdf |eng | 2008-12-17 | Author:Arnold Robbins & Nelson H. F. Beebe

Actions We have now covered most of the awk language elements needed to select records. The action section that optionally follows a pattern is, well, where the action is: it ...
( Category: Linux March 25,2014 )
mobi, epub |eng | 2008-12-17 | Author:Carl Albing & JP Vossen & Cameron Newham

Discussion Unfortunately, sudo is not installed by default on every system. It is usually installed on Linux and OpenBSD; other systems will vary. You should consult your system documentation and ...
( Category: Shell March 25,2014 )
mobi, epub, pdf |eng | 2011-05-10 | Author:Cricket Liu

The built-in localhost and localnets ACLs have also been enhanced: localhost now includes all of the host’s IPv6 addresses as well as its IPv4 addresses. (Note that this typically includes ...
( Category: Computers & Technology March 25,2014 )
mobi |eng | 2009-02-09 | Author:Mike Eisler; Ricardo Labiaga; Hal Stern

Using netgroups Netgroups have been used in several examples already to show how triples of host, user, and domain names are used in granting access across the network. The best ...
( Category: Computers & Technology March 25,2014 )
mobi, epub |eng | 2013-05-14 | Author:Robert Love

Hybrid Threading What if we combine kernel- and user-level threading? Is it possible to achieve the true parallelism of the 1:1 model with the free context switches of the N:1 ...
( Category: Linux March 25,2014 )
mobi, epub, pdf |eng | 2004-03-01 | Author:Daniel J. Barrett

Name mt [-f device] command — mt-st Synopsis /bin stdin stdout - file -- opt --help --version The mt (magnetic tape) command performs simple operations on a tape drive, such ...
( Category: Programming March 25,2014 )
mobi, azw3 |eng | 2008-01-02 | Author:Richard Blum; Christine Bresnahan

trap “echo byebye” EXIT count=1 while [ $count -le 5 ] do echo “Loop #$count” sleep 3 count=$[ $count + 1 ] done $ $ ./test2 Loop #1 Loop #2 ...
( Category: Linux March 25,2014 )
mobi, epub |eng | | Author:Nemeth, Evi & Snyder, Garth & Seebass, Scott & Hein, Trent [Nemeth, Evi]

Setting up the root hints Another form of zone statement points named toward a file from which it can prime (preload) its cache with the names and addresses of the ...
( Category: Administration March 25,2014 )
mobi |eng | 2012-01-12 | Author:Jr., William [Jr., William]

[:lower:] The lowercase letters [:punct:] The punctuation characters; in ASCII, equivalent to [-!"#$%&'()*+,./:;<=>?@[\\\]_`{|}˜] [:print:] The printable characters; all the characters in [:graph:] plus the space character [:space:] The whitespace characters ...
( Category: Linux & UNIX Administration March 25,2014 )
mobi | | 2010-11-19 | Author:Dale Dougherty;Arnold Robbins

Before any input is read, the bitmap array is loaded with O's. This array has 144 elements. The input to this program is a series of coordinates, one per line. ...
( Category: Computers & Technology March 25,2014 )
mobi, epub |eng | 0101-01-01 | Author:Drew Neil

Keystrokes Buffer Contents {start} ​ ​2) line two​​ ​ ​1) line one​​ ​ ​3) line three​​ dd ​ ​1) line one​​ ​ ​3) line three​​ p ​ ​1) line one​​ ...
( Category: Software Design, Testing & Engineering March 25,2014 )
mobi, epub |eng | 2009-08-20 | Author:Brian Ward

badmath.o(.text+0x28): undefined reference to 'sin' badmath.o(.text+0x36): undefined reference to 'pow' The most important parts of these error messages are in bold. When the linker program examined the badmath.o object file, ...
( Category: Networking & System Administration March 25,2014 )
mobi |eng | 2012-12-15 | Author:Roderick W. Smith

If you can’t find the KDM configuration files, try using your package management tools, described in Chapter 2, “Managing Software.” Try obtaining lists of files in the kdm or kdebase ...
( Category: Linux March 25,2014 )
mobi, epub, pdf | | 2009-05-13 | Author:David N. Blank-Edelman

To find anyone with the last name Finkelstein or Hodgkin: (|(sn=Finkelstein)(sn=Hodgkin)) To find all of the Finkelsteins who do not work in Boston: (&(sn=Finkelstein)(!(l=Boston))) To find all the Finkelsteins or ...
( Category: LDAP March 25,2014 )
mobi, epub | | 2009-08-19 | Author:Wolfgang Barth; Wolfgang Barth

Figure 16-27. Dependencies of monitored hosts shown graphically How Nagios arranges the hosts in the graphics is defined by the parameter default_statusmap_layout (A.2.1 Authentication parameters) in the configuration file cgi.cfg. ...
( Category: Computers & Technology March 25,2014 )