⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 appendix-c.html

📁 linux-unix130.linux.and.unix.ebooks130 linux and unix ebookslinuxLearning Linux - Collection of 12 E
💻 HTML
📖 第 1 页 / 共 2 页
字号:
<!-- END CODE SNIP //-->



<TABLE BORDER="2" BORDERCOLOR="#0000" ALIGN="CENTER">

<TR><TD><FONT SIZE="+1"><B>Need to read everything at once?</B></FONT>

<BR>You can quickly find information in the HOWTO series without listing the <TT>/usr/doc/HOWTO</TT> directory. First, log on as the root operator, and then use the <TT>gunzip</TT> command, along with its <TT>-r</TT> (recursive) option to decompress the entire directory tree under the <TT>/usr/doc/HOWTO</TT> directory, like this:

<!-- CODE SNIP //-->

<PRE>

<B># gunzip -r /usr/doc/HOWTO/*</B>

</PRE>

<!-- END CODE SNIP //-->

<P>Next, combine the <TT>find</TT>, <TT>xargs</TT>, <TT>head</TT>, and <TT>less</TT> commands to find and list the first 20 lines from the top of each file, like this:</P>

<!-- CODE SNIP //-->

<PRE>

<B># find /usr/doc/HOWTO/* | xargs head -v -n 20 | less</B>

</PRE>

<!-- END CODE SNIP //-->

<P>You can now peruse the contents of your HOWTO documents!</TABLE>



</P>

<P>Table C.2 contains a guide to current mini-HOWTOs from the Red Hat 5.0 Linux distribution.</P>

<TABLE WIDTH="100%"><CAPTION ALIGN=LEFT><B>Table C.2</B> Red Hat 5.0 mini-HOWTO documents (under the <I>/usr/doc/HOWTO/mini</I> directory)

<TR>

<TH COLSPAN="2"><HR>

<TR>

<TH WIDTH="35%" ALIGN="LEFT">HOWTO

<TH WIDTH="65%" ALIGN="LEFT">Description

<TR>

<TD COLSPAN="2"><HR>

<TR>

<TD>3-Button-Mouse

<TD>Using three-button serial mice with Linux

<TR>

<TD>ADSM-Backup

<TD>Using IBM&#146;s ADSM backup system with Linux

<TR>

<TD>AI-Alife

<TD>Linux and artificial intelligence software

<TR>

<TD>Advocacy

<TD>How to advocate the use of Linux

<TR>

<TD>Backup-With-MSDOS

<TD>How to back up Linux using DOS

<TR>

<TD>Battery-Powered

<TD>How Linux laptop users can conserve power

<TR>

<TD>Boca

<TD>Using the Boca 2016 serial card with Linux

<TR>

<TD>BogoMips

<TD>The definitive tome on the infamous Linux BogoMips

<TR>

<TD>Bridge

<TD>Creating and using ethernet bridges with Linux

<TR>

<TD>Bridge&#43;Firewall

<TD>Creating and using firewalls with ethernet bridges

<TR>

<TD>Clock

<TD>Keeping correct time with Linux

<TR>

<TD>Colour-ls

<TD>Using color <TT>ls</TT> command listings

<TR>

<TD>Comeau-C&#43;&#43;

<TD>Using Comeau C&#43;&#43; with Linux

<TR>

<TD>DHCPcd

<TD>How to set up Linux as a DHCP client

<TR>

<TD>DHCPd

<TD>Using the DHCP server daemon with Linux

<TR>

<TD VALIGN="TOP">Dial-On-Demand

<TD>How to set up Linux to dial on demand for Internet connections

<TR>

<TD>Diskless

<TD>How to set a diskless Linux box

<TR>

<TD VALIGN="TOP">Dynamic-IP-Hacks

<TD>How to set up Internet connections with dynamic Internet Protocol addressing

<TR>

<TD VALIGN="TOP">Ext2fs-Undeletion

<TD>Tips on recovering lost data and undeleting files on <TT>ext2</TT> filesystems

<TR>

<TD>Fax-Server

<TD>How to set up fax printer service for Linux

<TR>

<TD>GIS-GRASS

<TD>How to set up a GRASS mapping system for Linux

<TR>

<TD VALIGN="TOP">GTEK-BBS-550

<TD>How to set up and use the GTEK BBS-550, 8-port serial card for Linux

<TR>

<TD>Gravis-Ultra-Sound

<TD>How to use Gravis Ultra Sound cards with Linux

<TR>

<TD>IO-Port-Programming

<TD>How to program I/O ports for Linux

<TR>

<TD>IP-Alias

<TD>How to set up and run IP aliasing for Linux

<TR>

<TD>IP-Masquerade

<TD>How to enable IP masquerading for Linux

<TR>

<TD>IP-Subnetworking

<TD>How to subnetwork an IP network with Linux

<TR>

<TD>ISP-Connectivity

<TD>How to best use your Internet connection

<TR>

<TD>Jaz-Drive

<TD>How to configure and use the Iomega Jaz drive

<TR>

<TD>Kerneld

<TD>How to configure and use the Linux kerneld daemon

<TR>

<TD>LBX

<TD>How to use low-bandwidth X with Linux

<TR>

<TD>Large-Disk

<TD>All you need to know about large hard drives and Linux

<TR>

<TD>Linux&#43;DOS&#43;Win95

<TD>How to configure LILO to boot Linux, DOS, or Win95

<TR>

<TD VALIGN="TOP">Linux&#43;DOS&#43;Win95&#43;OS2

<TD>How to configure LILO to boot Linux, DOS, Win95, or OS2

<TR>

<TD>Linux&#43;FreeBSD

<TD>How to use Linux and FreeBSD on your computer

<TR>

<TD>Linux&#43;NT-Loader

<TD>How to use the NT loader to boot Linux

<TR>

<TD>Linux&#43;OS2&#43;DOS

<TD>How to boot Linux from OS2

<TR>

<TD VALIGN="TOP">Linux&#43;Win95

<TD>Discusses issues concerning installing Linux on Win95 systems

<TR>

<TD>Loadlin&#43;Win95

<TD>How to use LOADLIN.EXE to boot Linux from Win95

<TR>

<TD>Locales

<TD>How to use locales with Linux

<TR>

<TD VALIGN="TOP">MIDI&#43;SB

<TD>How to use a MIDI keyboard with a Sound Blaster card under Linux

<TR>

<TD>Mail-Queue

<TD>Configuring <TT>sendmail</TT> to deliver local mail for Linux

<TR>

<TD VALIGN="TOP">Mail2News

<TD>How to set up mailing list and local news groups with your Linux news server

<TR>

<TD>Man-Page

<TD>How to write man pages for Linux software

<TR>

<TD VALIGN="TOP">PLIP

<TD>How to build and use the Parallel Line Interface Protocol (PLIP) with Linux

<TR>

<TD>Modules

<TD>Using kernel modules with Linux

<TR>

<TD>NFS-Root

<TD>How to boot Linux via the Network File System (NFS)

<TR>

<TD>NFS-Root-Client

<TD>How to create client root directories on a Linux server

<TR>

<TD>Netscape&#43;Proxy

<TD>How to create an in-house intranet

<TR>

<TD VALIGN="TOP">Offline-Mailing

<TD>How to get mail for multiple users using only one email address

<TR>

<TD>Online-Support

<TD>Description of the Linux Internet Support Cooperative

<TR>

<TD VALIGN="TOP">PPP-over-minicom

<TD>Setting up a Point-to-Point Protocol (PPP) connection using the minicom program

<TR>

<TD VALIGN="TOP">Pager

<TD>How to set up and use a Linux alphanumeric pager gateway

<TR>

<TD>Print2Win

<TD>How to print from Linux to a Win95/NT shared printer

<TR>

<TD>Process-Accounting

<TD>How to use process accounting with Linux

<TR>

<TD VALIGN="TOP">Proxy-ARP

<TD>How to use the proxy Address Resolution Protocol (ARP) with Linux

<TR>

<TD>Proxy-ARP-Subnet

<TD>How to use ARP with subnetting under Linux

<TR>

<TD VALIGN="TOP">Public-Web-Browser

<TD>How to set up a public web browser using Netscape and Linux

<TR>

<TD>Qmail&#43;MH

<TD>Using qmail with Linux

<TR>

<TD>Quota

<TD>Enabling disk quotas under Linux

<TR>

<TD VALIGN="TOP">RCS

<TD>Installing and using the Revision Control System (RCS) and Linux

<TR>

<TD VALIGN="TOP">RPM&#43;Slackware

<TD>How to use the <TT>rpm</TT> command and the Slackware Linux distribution

<TR>

<TD>Remote-Boot

<TD>Booting Linux in a network environment

<TR>

<TD>Remote-X-Apps

<TD>How to run remote X clients using Linux

<TR>

<TD VALIGN="TOP">SLIP&#43;proxyARP

<TD>How to connect a local area network to an Internet network using the Serial Line Interface Protocol (SLIP) and Proxy ARP

<TR>

<TD>SLIP-PPP-Emulator

<TD>How to connect to the Internet via a SLIP/PPP emulator

<TR>

<TD>Sendmail&#43;UUCP

<TD>Using sendmail and UNIX-to-UNIX-Copy

<TR>

<TD>Software-Building

<TD>How to create software distributions under Linux

<TR>

<TD>Software-RAID

<TD>Using RAID software with Linux

<TR>

<TD>Soundblaster-16

<TD>Using a Soundblaster 16 card with Linux

<TR>

<TD>Soundblaster-AWE64

<TD>Using a Soundblaster AWE64 card with Linux

<TR>

<TD>StarOffice

<TD>Installing the StarOffice Office Suite for Linux

<TR>

<TD>Swap-Space

<TD>How to share swap space with Linux and Windows

<TR>

<TD VALIGN="TOP">Term-Firewall

<TD>How to access network information through a TCP firewall under Linux

<TR>

<TD>Token-Ring

<TD>How to configure Linux to use Token-Ring networks

<TR>

<TD>Upgrade

<TD>How to upgrade from one Linux distribution to another

<TR>

<TD VALIGN="TOP">VPN

<TD>How to set up a Virtual Protected Network (VPN) under Linux

<TR>

<TD>Virtual-wu-ftpd

<TD>Setting up and using virtual ftp servers with Linux

<TR>

<TD>Visual-Bell

<TD>How to disable console bells under Linux

<TR>

<TD>Win95&#43;Win&#43;Linux

<TD>How to boot multiple operating systems

<TR>

<TD VALIGN="TOP">Windows-Modem-Sharing

<TD>How to share a modem over a TCP/IP network under Linux

<TR>

<TD>WordPerfect

<TD>How to run WordPerfect under Linux

<TR>

<TD>X-Big-Cursor

<TD>How to configure large cursors under X

<TR>

<TD VALIGN="TOP">XFree86-XInside

<TD>How to convert XFree86 XF86Config modelines to XI modelines

<TR>

<TD>Xterm-Title

<TD>How to place titles in xterm windows

<TR>

<TD VALIGN="TOP">ZIP-Drive

<TD>How to configure and use the Iomega Zip drive with Linux

<TR>

<TD>ZIP-Install

<TD>How to install the ppa Zip disk driver

<TR>

<TD COLSPAN="2"><HR>

</TABLE>

<P><BR></P>

<CENTER>

<TABLE BORDER>

<TR>

<TD><A HREF="ewtoc.html">Table of Contents</A></TD>

</TR>

</TABLE>

</CENTER>





</td>
</tr>
</table>

<!-- begin footer information -->





</body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -