-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathbooks.php
668 lines (552 loc) · 18 KB
/
books.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
<?php
require_once('template.php');
page_header('Linux Books');
echo <<<END
<div id="content3">
<CENTER>
<H3>
<FONT COLOR="#000000">Table of Contents</FONT></H3></CENTER>
<UL>
<LI>
<A HREF="#topic1">New and Unclassified</A></LI>
<LI>
<A HREF="#topic2">Shell</A></LI>
<LI>
<A HREF="#topic3">User's Guides</A></LI>
<LI>
<A HREF="#topic4">Hardware</A></LI>
<LI>
<A HREF="#topic5">Intel 80x86 Processor Architecture and Programming</A></LI>
<LI>
<A HREF="#topic6">Unix/BSD/Linux Kernel Implementation</A></LI>
<LI>
<A HREF="#topic7">System Calls</A></LI>
<LI>
<A HREF="#topic8">Networking</A></LI>
<LI>
<A HREF="#topic9">General Unix</A></LI>
<LI>
<A HREF="#topic10">System Installation</A></LI>
<LI>
<A HREF="#topic11">System Administration</A></LI>
<LI>
<A HREF="#topic12">Security</A></LI>
<LI>
<A HREF="#topic13">Programming and Programming Languages</A></LI>
<LI>
<A HREF="#topic14">Text Formatting and Typesetting</A></LI>
<LI>
<A HREF="#topic15">Graphics</A></LI>
<LI>
<A HREF="#topic16">Periodicals</A></LI>
<LI>
<A HREF="#topic17">On-line e-zine</A></LI>
<LI>
<A HREF="#topic18">Linux archive sites</A></LI>
</UL>
<HR>
<CENTER>
<H5>
(Note that many of these books may have<BR>
more recent editions available, and some<BR>
information may be incomplete or inaccurate.)</H5></CENTER>
<A NAME="topic1"></A>
<H3>
<FONT COLOR="#0000F0">New and Unclassified</FONT></H3>
<UL>
<LI>
<B><I>Building a Linux Internet Server, CD-ROM Edition</I></B></LI>
George Eckel, Chris Hare; New Riders; ISBN: 1562055259; 1995.
<LI>
<B><I>Cheapskates Guide to Building a Web Site with Linux, CD-ROM Edition</I></B></LI>
Peter Palmer: Prentice-Hall; ISBN: 0137195923; 400 pages; 1997.
<LI><b><I>The Complete Linux Kit, CD-ROM Edition</I></B></LI>
Stefan Strobel;
Springer Verlag;; 520 pages; 1997.
<LI>
<B><I>Dr Linux</I></B>;</LI>
SAMS; ISBN: 0672311720; 1997.
<LI>
<B><I>Essential Linux, CD-ROM Edition</I></B></LI>
Steve Heath;
Digital Press; 250 pages; 1997.
<LI>
<B><I>Linux A-Z</I></B></LI>
Philip Cornes;
Prentice-Hall; ISBN: 0132347091; 576 pages; 1997.
<LI>
<B><I>The Linux Bible: The Gnu Testament, 4<SUP>th</SUP> Edition, CD-ROM
Edition</I></B></LI>
John Purcell, Amanda Robinson;
Yggdrasil; ISBN: 1883601207; 1996.
<LI>
<B><I>Linux Companion: The Essential Guide for Users and System Administrators</I></B></LI>
Mark F. Komarinski;
Prentice-Hall; ISBN: 0132318385; 191 pages; 1996.
<LI>
<B><I>Linux Compendium, CD-ROM Edition</I></B></LI>
John Purcell;
Workgroup Solutions; ISBN: 0964430916; 1595 pages; 1997.
<LI>
<B><I>Linux: The Complete Reference, CD-ROM Edition</I></B></LI>
Richard Petersen;
Osborne/McGraw-Hill; ISBN: 0078821894; 840 pages; 1996.
<LI>
<B><I>Linux: The Complete Reference</I></B></LI>
John Purcell;
Walnut Creek; ISBN: 1571761659; 1997.
<LI>
<B><I>Linux Complete Reference, CD-ROM Edition</I></B></LI>
John Purcell;
SAMS; ISBN: 0672311046; 1,400 pages; 1997.
<LI>
<B><I>Linux: Configuration and Installation, 3<SUP>rd</SUP> Edition, CD-ROM
Edition</I></B></LI>
Patrick Volkerding, Kevin Reichard, Eric F. Johnson;
MIS; ISBN: 1558285600; 560 pages; 1997.
<LI>
<B><I>The Linux Database (Slackware Series), CD-ROM Edition</I></B></LI>
Fred Butzen, Dorothy Forbes;
MIS; ISBN: 1558284915; 456 pages; 1997.
<LI>
<B><I>Linux Device Drivers</I></B></LI>
Alessandro Rubini;
O'Reilly; ISBN: 1565922921; 300 pages; 1997.
<LI>
<B><I>Linux Encyclopedia: Linux Documentation Project, CD-ROM Edition</I></B></LI>
John Purcell, Amanda Robinson;
Workgroup Solutions; ISBN: 0964430924; 1595 pages; 1997.
<LI>
<B><I>Linux for Dummies - CD-ROM Edition</I></B></LI>
Craig Witherspoon, Coletta Witherspoon;
IDG: ISBN: 0764502751; 1997.
<LI>
<B><I>Linux for Dummies Quick Reference</I></B></LI>
Craig Witherspoon, Coletta Witherspoon;
IDG; ISBN: 0764503022; 1997.
<LI>
<B><I>Linux in a Nutshell: A Desktop Quick Reference</I></B></LI>
Jessica Perry Hekman;
O'Reilly; ISBN: 1565921674; 438 pages; 1997.
<LI>
<B><I>Linux in Plain English</I></B></LI>
Patrick Volkerding, Kevin Reichard, Eric Foster-Johnson;
MIS press; ISBN 1558285423; 352 pages; April 1997.
<LI>
<B><I>Linux: Installation, Configuration, Use</I></B></LI>
Michael Kofler;
Addison-Wesley; ISBN: 0201178095; 512 pages; 1997.
<LI>
<B><I>The Linux Internet Server (Slackware Series), CD-ROM Edition</I></B></LI>
Kevin Reichard;
MIS; ISBN: 1558285458; 512 pages; 1997.
<LI>
<B><I>Linux Kernel Internals, CD-ROM Edition</I></B></LI>
Harold Bohme, Mirko Dziadzka, Ulrich Kuntz, Robert Magnus, Michael
Beck;
Addison-Wesley; ISBN: 0201877414; 400 pages; 1996.
<LI>
<B><I>Linux Multimedia Guide</I></B></LI>
Jeff Tranter;
O'Reilly; ISBN: 1565922190; 386 pages; 1996.
<LI>
<B><I>Linux Network Administrator's Guide</I></B></LI>
Olaf Kirch;
O'Reilly; ISBN: 1565920872; 370 pages; 1995.
<LI>
<B><I>Linux Pro User's Manual: User's Installation, Learning & Reference
Guide, Diskette Edition</I></B></LI>
Workgroup Solutions;
Workgroup Solutions; ISBN: 0964430991; 180 pages; 1997.
<LI>
<B><I>Linux Secrets, CD-ROM Edition</I></B></LI>
Naba Barkakati;
IDG; ISBN: 156884798; 883 pages; 1996.
<LI>
<B><I>Linux Start-up Guide: A Self-Contained Introduction</I></B></LI>
Fred Hantelmann;
Springer Verlag; ISBN: 354062676X; 320 pages; 1997.
<LI>
<B><I>Linux System Administrator's Survival Guide, CD-ROM Edition</I></B></LI>
Timothy Parker;
SAMS; ISBN: 0672308509; 765 pages; 1996.
<LI>
<B><I>Linux User's Resource</I></B></LI>
Jim Mohr;
Prentice-Hall; ISBN 0138423784; May 1997.
<LI>
<B><I>Linux Universe; Installation & Configuration</I></B></LI>
Stefan Strobel, Rainer Maurer, Stefan Middendorf;
Springer-Verlag; ISBN 0387948791; April 1997.
<LI>
<B><I>Linux Universe: Installation and Configuration, CD-ROM Edition</I></B></LI>
Stefan Strobel, Thomas Uhl, Rainer Maurer;
Springer Verlag; ISBN: 0387946004 156 pages; 1996.
<LI>
<B><I>Linux Unleashed, CD-ROM Edition</I></B></LI>
Kamran Husain, Timothy Parker;
SAMS; ISBN: 0672309084; 1996.
<LI>
<B><I>Linux - Unleashing the Workstation in Your PC, 3<SUP>rd</SUP> Edition</I></B></LI>
Volker Elling, Stefan Strobel;
Springer Verlag; ISBN: 0387948805; 520 pages; 1997.
<LI>
<B><I>Linux User's Resource (Resource Series), CD-ROM Edition</I></B></LI>
Jim Mohr;
Prentice-Hall; ISBN: 0138423784; 800 pages; 1997.
<LI>
<B><I>Mklinux: Microkernel Linux for the Power MacIntosh, CD-ROM Edition</I></B></LI>
Rich Morin;
Prime Time Freeware; ISBN: 1881957241; 1997.
<LI>
<B><I>No B.S. Guide to Linux, CD-ROM Edition</I></B></LI>
'Dr. Bob' Rankin;
No Starch Printing; ISBN: 1886411042; 200 pages; 1997.
<LI>
<B><I>Plug and Play Linux / Book and CD's: The Gnu Testament, Fall 95 Edition</I></B></LI>
Linux Documentation Project Staff;
Yggdrasil; ISBN: 1883601118; 1995.
<LI>
<B><I>The Power Linux: Linux 1.2, Lst-Distribution 2.1</I></B></LI>
Stefan Probst, Ralf Flaxa;
Springer Verlag; ISBN: 3540145567; 1997.
<LI>
<B><I>A Practical Guide to Linux</I></B></LI>
Mark G. Sobell;
Addison-Wesley; ISBN 0201895498; 1,216 pages; May 1997.
<LI>
<B><I>Red Hat Linux Unleashed, CD-ROM Edition</I></B></LI>
Kamran Husain, Timothy Parker;
SAMS; ISBN: 0672309629; 1128 pages; 1996.
<LI>
<B><I>Running a Perfect Internet Site with Linux, Disk Edition</I></B></LI>
Dee-Ann LeBlanc;
QUE; ISBN: 0789705141; 388 pages; 1996.
<LI>
<B><I>The Slackware Linux Installation, CD-ROM Edition</I></B></LI>
Matt Welsh;
Walnut Creek; ISBN: 1571761926; 1996.
<LI>
<B><I>Slackware Linux Unleashed, CD-ROM Edition</I></B></LI>
Timothy Parker;
SAMS; ISBN: 0672310120; 1997.
<LI>
<B><I>Using Linux: Special Edition, 3<SUP>rd</SUP> Edition, CD-ROM Edition</I></B></LI>
Jack Tackett, Jr., David Gunter;
QUE; ISBN: 078971132; 1997.</UL>
<A NAME="topic2"></A>
<H3>
<FONT COLOR="#0000F0">Shell</FONT></H3>
<UL>
<LI>
<B><I>Learning the bash Shell</I></B></LI>
Cameron Newham, and Bill Rosenblatt;
O'Reilly; ISBN 1-56592-147-X; 310 pages; October 1995.
<LI>
<B><I>Learning the korn Shell</I></B></LI>
Bill Rosenblatt;
O'Reilly; ISBN 1-56592-054-6; 363 pages; June 1993.
<LI>
<B><I>Using csh and tsch</I></B></LI>
Paul DuBois;
O'Reilly; ISBN 1-56592-132-1; 242 pages; August 1995.</UL>
<A NAME="topic3"></A>
<H3>
<FONT COLOR="#0000F0">User's Guides</FONT></H3>
<UL>
<LI><B><I>Linux in a Nutshell</I></B></LI>
Jessica Hekman;
O'Reilly; ISBN 1-56592-167-4; 444 pages; January 1996.
<LI><B><I>X Window User's Guide, Standard Edition</I></B></LI>
Valerie Quercia, and Tim O'Reilly;
O'Reilly; 1993.
<LI><B><I>X Window User's Guide, Motif Edition</I></B></LI>
Valerie Quercia, and Tim O'Reilly;
O'Reilly; ISBN 1-56592-015-3; 956 pages; January 1993.
<LI>
<B><I>Rute User's Tutorial and Exposition</I></B></LI>
Paul Sheer
Prentice Hall; ISBN 0-13-033351-4; 650 pages; 2002.
</UL>
<A NAME="topic4"></A>
<H3>
<FONT COLOR="#0000F0">Hardware</FONT></H3>
<UL>
<LI>
<B><I>80386 Hardware Reference Manual</I></B></LI>
Intel; ISBN 1-55512-024-5; 1986.
<LI>
<B><I>Upgrading and Repairing PCs, 6<SUP>th</SUP> Edition</I></B></LI>
Scott Mueller;
QUE.
<LI>
<B><I>Winn L. Rosch Hardware Bible</I></B></LI>
Winn L. Rosch;
Brady/Macmillan.</UL>
<A NAME="topic5"></A>
<H3>
<FONT COLOR="#0000F0">Intel 80x86 Processor Architecture and Programming</FONT></H3>
<UL>
<LI>
<B><I>80386 Programmer's Reference Manual</I></B></LI>
Intel; ISBN 1-55512-022-9; 1986.
<br>Part I. Applications Programming, data types, memory model, instruction
set.
<br>Part II. Systems Programming, architecture, memory management, protection,
multitasking, I/O, exceptions and interrupts, initialization, coprocessing
and multiprocessing.
<br>Part III. Compatibility (with earlier x86 machines).
<br>Part IV. Instruction Set.
<LI>
<B><I>80386 System Software Writer's Guide</I></B></LI>
Intel; ISBN 1-55512-023-7; 1987.
<LI>
<B><I>Pentium Processor User's Manual: Volume 3, Architecture and Programming
Manual</I></B></LI>
Intel; ISBN 1-55512-195-0; 1993.
<LI>
<B><I>Programming the 80386</I></B></LI>
John H. Crawford, and Patrick P. Gelsinger;
Sybex; ISBN 0-89588-381-3; 774 pages.</UL>
<A NAME="topic6"></A>
<H3>
<FONT COLOR="#0000F0">Unix/BSD/Linux Kernel Implementation</FONT></H3>
<UL>
<LI>
<B><I>The Design and Implementation of the 4.3BSD Unix Operating System</I></B></LI>
Samuel J. Leffler, Marshall Kirk McKusick, Michael J. Karels, and John
S. Quarterman;
Addison-Wesley; ISBN 0-201-06196-1; 471 pages; 1990.
<LI>
<B><I>The Design of the Unix Operating System</I></B></LI>
Maurice J. Bach;
Prentice-Hall; ISBN 0-13-201799-7; 470 pages; 1986.
<LI>
<B><I>Linux Kernel Programming</I></B></LI>
Addison-Wesley.
<LI>
<B><I>Porting Unix to the 386</I></B></LI>
William F. Jolitz, and Lynne G. Jolitz;
'Dr. Dobb's Journal'; January 1991-July 1992.</UL>
<A NAME="topic7"></A>
<H3>
<FONT COLOR="#0000F0">System Calls</FONT></H3>
<UL>
<LI>
<B><I>The Posix.1 Standard: A Programmer's Guide</I></B></LI>
Fred Zlotnick;
Benjamin/Cummings; ISBN 0-8053-9605-5; 379 pages; 1991.</UL>
<A NAME="topic8"></A>
<H3>
<FONT COLOR="#0000F0">Networking</FONT></H3>
<UL>
<LI>
<B><I>Computer Networks, 2<SUP>nd</SUP> Edition</I></B></LI>
Andrew S. Tanenbaum;
Prentice-Hall; 1988.
<LI>
<B><I>DNS and BIND</I></B></LI>
Paul Albitz, and Cricket Liu;
O'Reilly; ISBN 1-56592-010-4; 418 pages; 1992.
<LI>
<B><I>Firewalls & Internet Security</I></B></LI>
William R. Cheswick, and Steven M. Bellovin;
Addison-Wesley; ISBN 0-201-63357-4.
<LI>
<B><I>Internetworking With TCP/IP: Volume 1, Principles, Protocols, and
Architecture, 2<SUP>nd</SUP> Edition</I></B></LI>
E. Douglas Comer;
Prentice-Hall; ISBN 0-13-474321-0.
<LI>
<B><I>sendmail</I></B></LI>
Bryan Costales, Eric Allman, and Neil Reickert;
O'Reilly; ISBN 1-56592-056-2; 830 pages; 1993.
<LI>
<B><I>TCP/IP Network Adminstration</I></B></LI>
Craig Hunt;
O'Reilly Associates; ISBN 0-937175-82-X; 1992.
<LI>
<B><I>Unix Network Programming</I></B></LI>
W. Richard Stevens;
Prentice-Hall; ISBN 0-13-949876-1; 772 pages.</UL>
<A NAME="topic9"></A>
<H3>
<FONT COLOR="#0000F0">General Unix</FONT></H3>
<UL>
<LI>
<b><i>Ritchie & Thompson, "The UNIX Time Sharing System";</i></b></LI>
Bell System Technical Journal, July-August 1978, Vol. 57, No. 6,
part 2;
AT&T; 416 pages.
<LI><B><I>Unix Power Tools, 2<SUP>nd</SUP> Edition</I></B></li>
Peek, O'Reilly & Loukides;O'Reilly, 1997.
<LI>
<B><I>The Linux Primer - the Latest UNIX Environment for PCs</I></B></LI>
Koyama Hiroshi, Saito Yasushi, Sasaka Hiroshi, and Nakagome Tomoyuki;
Addison-Wesley Japan; ISBN 4-7952-9652-9; 415 pages (with CDROM); 1994.
<LI>
<B><I>Linux, Unleashing the Workstation in Your PC</I></B></LI>
Stefan Strobel, and Thomas Uhl;
Springer-Verlag; 1994.
<LI>
<B><I>Unix in a Nutshell, 2<SUP>nd</SUP> Edition</I></B></LI>
Gilly, Daniel et al.;
O'Reilly; ISBN 1-56592-001-5; 444 pages; 1992.
<LI>
<B><I>UNIX System V Release 4, An Introduction - For New and Experienced
Users</I></B></LI>
Osborne; Mc-Graw Hill; ISBN 0-07-881552-5.</UL>
<A NAME="topic10"></A>
<H3>
<FONT COLOR="#0000F0">System Installation</FONT></H3>
<UL>
<LI>
<B><I>Running Linux, 5<SUP>th</SUP> Edition</I></B></LI>
Matt Welsh, and Lar Kaufman;
O'Reilly; ISBN 0-596-00760-4; 951 pages; 2006.
<LI>
<B><I>Running Linux Companion CD-ROM, CD-ROM Edition</I></B></LI>
Marc Ewing;
O'Reilly; ISBN: 1565921712; 100 pages; CD-ROM; 1996.
<LI>
<B><I>Using Linux </I></B>;</LI>
QUE; ISBN 0-7897-0100-6; 1995.</UL>
<A NAME="topic11"></A>
<H3>
<FONT COLOR="#0000F0">System Administration</FONT></H3>
<UL>
<LI>
<B><I>Essential System Administration, 2<SUP>nd</SUP> Edition</I></B></LI>
Æleen Frisch;
O'Reilly Associates; ISBN 0-937175-80-3; 788 pages; 1995.
<LI>
<B><I>4.4BSD System Manager's Manual</I></B></LI>
Computer Systems Research Group, UC Berkeley, and O'Reilly & Associates:
O'Reilly; 1994.
<LI>
<B><I>Unix System Administration</I></B></LI>
Evi Nemeth, Garth Snyder, and Scott Seebass;
Prentice-Hall; 1995.</UL>
<A NAME="topic12"></A>
<H3>
<FONT COLOR="#0000F0">Security</FONT></H3>
<UL>
<LI>
<B><I>Practical Unix and Internet Security, 2<SUP>nd</SUP> Edition</I></B></LI>
Garfinkel, Simpson, and Spafford, Gene;
O'Reilly; 1996.</UL>
<A NAME="topic13"></A>
<H3>
<FONT COLOR="#0000F0">Programming and Programming Languages</FONT></H3>
<UL>
<LI>
<B><I>Advanced Programming in the UNIX Environment</I></B></LI>
W. Richard Stevens;
Addison-Wesley.
<LI>
<B><I>Beginning Linux Programming</I></B></LI>
Neil Matthew, Richard Stones;
Wrox; ISBN: 1874416680; 710 pages; 1995.
<LI>
<B><I>The C Programming Language, 2<SUP>nd</SUP> Edition</I></B></LI>
Brian Kernighan, and Dennis Ritchie;
Prentice-Hall; ISBN 0-13-110362-8; 1988.
<LI>
<B><I>Learning Perl</I></B></LI>
Randal L. Schwartz;
O'Reilly; ISBN 1-56592-042-2; 274 pages; 1993.
<LI>
<B><I>lex & yacc, 2<SUP>nd</SUP> Edition</I></B></LI>
John Levine, Tony Mason, and Doug Brown;
O'Reilly; ISBN 1-56592-000-7; 366 pages; 1992.
<LI>
<B><I>Linux Programming (Slackware Series), CD-ROM Edition</I></B></LI>
Patrick Volkerding, Eric Foster-Johnson, Kevin Reichard;
MIS: ISBN: 1558285075; 1997.
<LI>
<B><I>POSIX Programmer's Guide</I></B></LI>
Donald Lewine;
O'Reilly; ISBN 0-937175-73-0; 640 pages.
<LI>
<B><I>Programming Perl</I></B></LI>
Larry Wall, and Randal L. Schwartz;
O'Reilly; ISBN 0-937175-64-1; 482 pages; 1991.
<LI>
<B><I>sed & awk</I></B></LI>
Dale Doughterty;
O'Reilly; ISBN 0-937175-59; 414 pages; 1990.
<LI>
<B><I>The Unix Programming Environment</I></B></LI>
Brian Kernighan, and Rob Pike;
Prentice-Hall; ISBN 0-13-937681-X; 1984.</UL>
<A NAME="topic14"></A>
<H3>
<FONT COLOR="#0000F0">Text Formatting and Typesetting</FONT></H3>
<UL>
<LI>
<B><I>The LaTeX Companion</I></B></LI>
Michael Goossens, Frank Mittlebach, and Alexander Samarin;
Addison-Wesley; ISBN 0-201-54199-8; 530 pages; 1994.
<LI>
<B><I>LaTeX, A Document preparation System, User's Guide and Reference
Manual</I></B></LI>
Leslie Lamport;
Addison-Wesley; 1985.
<LI>
<B><I>The METAFONT book, Volume C of Computers and Typesetting</I></B></LI>
Donald A. Knuth;
Addison-Wesley; 1986.
<LI>
<B><I>The TeXbook, Volume A of Computers and Typesetting</I></B></LI>
Donald A. Knuth
Addison-Wesley; 1986.</UL>
<A NAME="topic15"></A>
<H3>
<FONT COLOR="#0000F0">Graphics</FONT></H3>
<UL>
<LI>
<B><I>Tck/Tk</I></B></LI>
John K. Ousterhout.
<LI>
<B><I>The X Window System in a Nutshell, 2<SUP>nd</SUP> Edition</I></B></LI>
Ellie Cutler, Daniel Gilly, and Tim O'Reilly, eds.;
O'Reilly; ISBN 1-56592-017-1; 424 pages; 1992.</UL>
<A NAME="topic16"></A>
<H3>
<FONT COLOR="#0000F0">Periodicals</FONT></H3>
<UL>
<LI>
<B><I>Linux Journal</I></B> is a monthly publication. First issue - February
1994. <B>Subscriptions:</B> Introductory subscription rates are US$27/year
<BR>Send subscriptions orders to:<BR>
<BR>Linux Journal
<BR>P.O. Box 85867
<BR>Seattle, WA 98145-1867<BR>
<BR>or FAX them to (206) 526-0803.
</UL>
<A NAME="topic17"></A>
<H3>
<FONT COLOR="#0000F0">On-line e-zine</FONT></H3>
<UL><B><I>Linux Gazette</I></B> is a monthly publication.
Current issue and archives are at
<A HREF="http://www.linuxgazette.net">http://www.linuxgazette.net</A>
</UL>
<A NAME="topic18"></A>
<H3>
<FONT COLOR="#0000F0">Linux archive sites:</FONT></H3>
The main Linux archive (<B>ftp</B>) sites are
<UL>
<LI>
<A HREF="http://ftp.kernel.org">ftp.kernel.org</A></LI>
<LI>
<A HREF="ftp://sunsite.unc.edu">sunsite.unc.edu</A></LI>
<LI>
<A HREF="ftp://tsx-11.mit.edu">tsx-11mit.edu</A></LI>
<LI>
<A HREF="ftp://ftp.funet.fi/pub/OS/Linux/">ftp.funet.fi/OS/Linux/</A>
</LI>
</UL>
</div>
END;
page_footer();
?>