• Complain

Bill McCarty - Learning Debian GNU/Linux

Here you can read online Bill McCarty - Learning Debian GNU/Linux full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 1999, publisher: OReilly Media, genre: Computer. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

Bill McCarty Learning Debian GNU/Linux
  • Book:
    Learning Debian GNU/Linux
  • Author:
  • Publisher:
    OReilly Media
  • Genre:
  • Year:
    1999
  • Rating:
    5 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 100
    • 1
    • 2
    • 3
    • 4
    • 5

Learning Debian GNU/Linux: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Learning Debian GNU/Linux" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

Linux and Open Source are attracting unprecedented attention in the high tech world. Debian GNU/Linux is a remarkable demonstration of what the Open Source model can produce: Debian is an all volunteer organization, and their distribution contains only open-source software.This exciting new world can be intimidating for those whose primary computing experience is Microsoft Windows. In Learning Debian/GNU Linux, Bill McCarty has written a book for this new audience, aimed at introducing them to a Unix style operating system.Learning Debian GNU/Linux will guide any new user of Linux through the installing and use of Debian GNU/Linux, the entirely Open Source version of the Linux operating system. It demystifies Linux in terms familiar to Windows users and gives readers only what they need to start being successful users of Linux.Learning Debian GNU/Linux takes the reader step by step through the process of installing and setting up a Debian system, and provides a thorough but gentle introduction to the basics of using Debian GNU/Linux.Because the book is written specifically for the included CD, the reader needs nothing else to get started with this exciting new operating system.

Bill McCarty: author's other books


Who wrote Learning Debian GNU/Linux? Find out the surname, the name of the author of the book and a list of all author's works by series.

Learning Debian GNU/Linux — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Learning Debian GNU/Linux" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
Learning Debian GNULinux 1st Edition September 1999 1-56592-705-2 Order - photo 1
Learning Debian GNU/Linux

1st Edition September 1999
1-56592-705-2, Order Number: 7052
360 pages, DM70,- , Includes CD-ROM
Appendix A

A. Linux Directory Tree
Figure A.1: The Debian GNU/Linux directory tree
shows the typical structure of the Linux directory tree Only the principal - photo 2

shows the typical structure of the Linux directory tree. Only the principal directories are shown.



Back to:


1999, O'Reilly & Associates, Inc.

Learning Debian GNULinux 1st Edition September 1999 1-56592-705-2 Order - photo 3

Appendix B

B. Principal Linux Files

describes the principal Linux files. You can use it, for example, to help you locate configuration files quickly.


Table B.1: Principal Linux Files

File

Description

/boot/vmlinuz*

Linux kernel

/etc/smb.conf

Configuration of smb (Samba) daemon

/etc/smbpasswd

Account information for Samba users

/etc/apache/access.conf

Web server configuration file

/etc/apache/apache.conf

Web server configuration file

/etc/apache/srm.conf

Web server configuration file

/etc/conf.modules

Aliases and options for loadable kernel modules

/etc/fstab

Filesystems mounted or available for mounting

/etc/group

Group information

/etc/hosts

Map of IP numbers to hostnames

/etc/hosts.allow

Hosts allowed to access Internet services

/etc/hosts.deny

Hosts forbidden to access Internet services

/etc/inetd.conf

Configuration for the inetd daemon, which controls access to Internet services

/etc/inittab

Configuration for the init daemon, which controls executing processes

/etc/issue

Linux kernel and distribution version

/etc/lilo.conf

Loader (lilo) configuration file

/etc/login.defs

Options for useradd and related commands

/etc/minicom.users

Userids allowed to use minicom

/etc/mtab

Mounted filesystems

/etc/passwd

User account information

/etc/printcap

Printer options and capabilities

/etc/profile

Default environment for users of BASH shell

/etc/rc*.d

Scripts for system and process startup and shutdown

/etc/rc.boot

Scripts for system boot

/etc/shadow

Secure user account information

/etc/skel

Skeleton files used to establish new user accounts

/etc/terminfo

Terminal capabilities and options

/etc/X11/XF86Config

X configuration file

/var/log/apache/access.log

Log of web server access

/var/log/apache/error.log

Log of web server errors

/var/log/messages

System log

/var/spool/cron

Directory for at and cron configuration files



Back to:


1999, O'Reilly & Associates, Inc.

Learning Debian GNU/Linux

1st Edition September 1999
1-56592-705-2, Order Number: 7052
360 pages, DM70,- , Includes CD-ROM
Learning Debian GNULinux 1st Edition September 1999 1-56592-705-2 Order - photo 4

Appendix C

C. The Debian Package Management Utilities

Contents:

This appendix introduces you to Debian's package managementfacilities, which help you manage software applications. Suppose, forexample, that after installing Linux, you discover you need anapplication that you omitted; you can find the missing application'spackage and use the package management facilities to quickly andeasily install the application. Similarly, when a new version of anapplication becomes available, the package management facilities helpsyou upgrade painlessly, by preserving the application's configurationfiles. The package management facilities also let you query the statusof your system, helping you determine whether important files havebeen deleted.

C.1 Packages

A Debian package (or more simply, a package or a deb) is a filethat contains files necessary to install an application or softwareunit. Debian packages are generally named using a convention that letsyou determine the name of the package, the version of the software,and the release number of the package. shows how the components of apackage name are arranged.

Figure C.1: The structure of a package name
The important virtue of packages is that they containmeta-information that is - photo 5

The important virtue of packages is that they containmeta-information; that is, information about their contents. Forexample, each package contains a list of other packages needed forcorrect operation. Similarly, each package contains a list of otherpackages that conflict with its operation. This meta-informationgreatly simplifies system administration, which otherwise can becomequite a challenge. Each package also contains a checksum, that helpsprotect package users against viruses and other sorts of tamperingwith package contents.

Debian packages have several important advantages relativeto those used by other package management schemes. To learn more aboutthese, see the comparison of package formats authored by Joey Hess, athttp://kitenet.net/~joey/pkg-comp/.



Back to:


1999, O'Reilly & Associates, Inc.

Learning Debian GNULinux 1st Edition September 1999 1-56592-705-2 Order - photo 6

Appendix C
The Debian Package Management Utilities

C.2 The Package Management Tools

Debian GNU/Linux provides three main package management tools:

dpkg

The original package management tool,which is used from the command line. The newer package managementtools, which most users find more convenient, invokedpkg on behalf of the user. However,dpkg provides access to somefunctions - particularly query functions - not available usingthe more user-friendly tools.

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Learning Debian GNU/Linux»

Look at similar books to Learning Debian GNU/Linux. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «Learning Debian GNU/Linux»

Discussion, reviews of the book Learning Debian GNU/Linux and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.