Red Hat NETSCAPE MANAGEMENT SYSTEM 6.1 - COMMAND-LINE Instalační příručka

Procházejte online nebo si stáhněte Instalační příručka pro Software Red Hat NETSCAPE MANAGEMENT SYSTEM 6.1 - COMMAND-LINE. Red Hat NETSCAPE MANAGEMENT SYSTEM 6.1 - COMMAND-LINE Installation guide Uživatelská příručka

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 158
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků

Shrnutí obsahu

Strany 1 - Getting Started Guide

Red Hat Linux 7.3The Official Red Hat LinuxGetting Started Guide

Strany 2

x Introductionleopard login:user inputText that the user has to type, either on the command line, or into a text box on a GUI screen, isdisplayed in t

Strany 3 - Table of Contents

100 Chapter 10. Working with Images

Strany 4

Chapter 11.Shell Prompt Basics11.1. Why Use a Shell PromptGraphical environments for Linux have come a long way in the past few years. You can be perf

Strany 5

102 Chapter 11. Shell Prompt BasicsThe result was the Bourne Again Shell, or bash. Although your system came with several differentshells, bash is the

Strany 6

Chapter 11. Shell Prompt Basics 103If you are currently in directory3 and you want to switch to directory1, you need to move up inthe directory tree.E

Strany 7 - Introduction

104 Chapter 11. Shell Prompt BasicsCommand Functioncd / takes you to the entire system’s root directorycd /root takes you to the home directory of the

Strany 8 - 2. Document Conventions

Chapter 11. Shell Prompt Basics 10511.5. View Directory Contents with lsNow that you know how to change directories, it is time to learn how to view t

Strany 9 - Mail backupfiles mail reports

106 Chapter 11. Shell Prompt BasicsFigure 11-4. Sample ls Output for the /etc DirectoryHere is a short list of some popular options to use with ls. Re

Strany 10

Chapter 11. Shell Prompt Basics 107The locate command works very quickly, as long as the database is up to date. That database is auto-matically updat

Strany 11 - 4. Using the Mouse

108 Chapter 11. Shell Prompt BasicsSometimes, you may accidentally open a program file or some other non-text file in a terminal window.Once you close t

Strany 12

Chapter 11. Shell Prompt Basics 109Figure 11-5. Redirecting Output to a FilePress [Enter] to go to an empty line and use the [Ctrl]-[D] keys to quit c

Strany 13 - Getting Started

Introduction xi3. Copying and Pasting Text With XCopying and pasting text is easy using your mouse and the X Window System. To copy text, simplyclick

Strany 14 - 1.2. Logging In

110 Chapter 11. Shell Prompt BasicsFigure 11-6. Joining Files and Redirecting OutputYou can see that cat has added home.txt where sneakers.txt ended.1

Strany 15 - 1.2.2. Virtual Console Login

Chapter 11. Shell Prompt Basics 111Figure 11-7. Stringing Commands and Comparing Files11.9.3. Redirecting Standard InputNot only can you redirect stan

Strany 16 - 1.3. Graphical Interface

112 Chapter 11. Shell Prompt BasicsTipTo read startup messages more closely, at a shell prompt, type dmesg | less. You will be able toread the file one

Strany 17 - 1.5. Creating a User Account

Chapter 11. Shell Prompt Basics 113head can be a useful command, but because it is limited to the first several lines, you will not see howlong the file

Strany 18

114 Chapter 11. Shell Prompt BasicsWe know the file is called "sneak____.txt," so type:ls sneak*.txtand there is the name of the file:sneakers

Strany 19 - 1.6. Documentation Resources

Chapter 11. Shell Prompt Basics 115cat sneakrs.txtNothing happens, of course, because there is no sneakrs.txt file. No problem. We will just use theup-

Strany 20

116 Chapter 11. Shell Prompt BasicsRemember that commands are case sensitive, so the command to start Mozilla must be in lowercaseto start the browser

Strany 21 - 1.7. Logging Out

Chapter 11. Shell Prompt Basics 117Figure 11-9. Permissions for sneakers.txtOther information to the right of the group includes file size, date and ti

Strany 22 - 1.7.2. Virtual Console Logout

118 Chapter 11. Shell Prompt Basics11.14.1. The chmod CommandUse the chmod command to change permissions easily. This example shows how to change the

Strany 23 - 1.8.1. Graphical Shutdown

Chapter 11. Shell Prompt Basics 119Figure 11-10. Changing Permissions for sneakers.txtTo remove read and write permissions from sneakers.txt use the c

Strany 24 - 24 Chapter 1. Getting Started

xii IntroductionTo read more about technical support for Official Red Hat Linux, refer to the Getting Technical Sup-port Appendix in the Official Red Ha

Strany 25 - The GNOME Desktop Environment

120 Chapter 11. Shell Prompt Basics[sam@halloween sam]$ cat sneakers.txtcat: sneakers.txt: Permission denied[sam@halloween sam]$Removing all permissio

Strany 26 - 2.4. Using the Panel

Chapter 11. Shell Prompt Basics 121If you do not allow others to have execute permission to tigger, it will not matter who has read orwrite access. No

Strany 27 - 2.4.2. Using Applets

122 Chapter 11. Shell Prompt Basicschmod 644 sneakers.txtNow verify the changes by listing the file. Type:ls -lsneakers.txtThe output should be:-rw-r--

Strany 28 - 2.5. Using Nautilus

Chapter 12.Managing Files and DirectoriesThe GNOME file manager Nautilus and the KDE file manager Konqueror are powerful and im-portant tools for managi

Strany 29

124 Chapter 12. Managing Files and Directories• /tmp — Reserved directory for all users to store temporary files. Files stored here are not perma-nent.

Strany 30 - 2.6.1. Customizing GNOME

Chapter 12. Managing Files and Directories 12512.2.3. System Files• .conf — a configuration file• .lock — a lock file; determines whether a program or de

Strany 31 - 2.7. Logging Out of GNOME

126 Chapter 12. Managing Files and Directoriesoften or files that you want to save but do not use anymore. You can even create an archive file andthen c

Strany 32

Chapter 12. Managing Files and Directories 127TipFor more information, type man bzip2 and man bunzip2 at a shell prompt to read the man pages forbzip2

Strany 33 - The KDE Desktop Environment

128 Chapter 12. Managing Files and DirectoriesTipFor more information, type man zip and man unzip at a shell prompt to read the man pages for zipand u

Strany 34 - 3.4. Using The Desktop

Chapter 12. Managing Files and Directories 129This command creates an archive file and then compresses it as the file filename.tbz. If you un-compress t

Strany 35 - 3.5. Using The Panel

Chapter 1.Getting StartedThe first step to using your Red Hat Linux system is to log in. When you log in, you are basicallyintroducing yourself to the

Strany 36 - 3.5.2. Using Applets

130 Chapter 12. Managing Files and DirectoriesTo copy a file, type the following command:cp source destinationreplacing source with the name of the file

Strany 37

Chapter 12. Managing Files and Directories 13112.4.4. Deleting Files and DirectoriesYou learned about creating files with the touch command, and you cr

Strany 38 - 3.6. Managing Files

132 Chapter 12. Managing Files and DirectoriesA safer alternative to using rm for removing directories is the rmdir command. With this command,you wil

Strany 39 - 3.6.1. The Navigation Panel

Chapter 13.Updating and Adding Packages to Red HatLinuxRed Hat Linux consists of various software applications and utilities, known as RPM packages. A

Strany 40 - 3.8. Logging Out of KDE

134 Chapter 13. Updating and Adding Packages to Red Hat Linux13.2. Errata ListIt is recommended that new users use Red Hat Network to download and ins

Strany 41

Chapter 14.Frequently Asked QuestionsThis chapter answers some of the most common questions about using Red Hat Linux that you mayask as you become mo

Strany 42

136 Chapter 14. Frequently Asked Questions# .bashrc# User specific aliases and functions# Source global definitionsif [ -f /etc/bashrc ]; then. /etc/b

Strany 43 - Diskettes and CD-ROMs

Chapter 14. Frequently Asked Questions 137The reason you need to use the ./ in order to start the application is because the executable wasn’tplaced i

Strany 44

138 Chapter 14. Frequently Asked QuestionsYou can access another partition on your system (for example, a Windows partition), in two differentways.Fir

Strany 45 - 4.1.4. Formatting a Diskette

Chapter 14. Frequently Asked Questions 139history | grep manYou will see a list of all the commands you typed which have the word man in them.There ar

Strany 46 - /sbin/mke2fs /dev/fd0

14 Chapter 1. Getting Started• Panel: A GUI environment toolbar, usually located across the bottom of the screen (Figure 1-2).The panel contains the m

Strany 47 - 4.2. CD-ROMs

140 Chapter 14. Frequently Asked Questionsforward through the commands) until you find the command you want. Press [Enter] to execute thecommand, just

Strany 48 - 4.3. CD-Rs and CD-RWs

Chapter 14. Frequently Asked Questions 141Open a shell prompt. If you’re in your user account, su to root by typingsuPassword: yourrootpasswordNow, ty

Strany 49 - .iso or .img) files need to be

142 Chapter 14. Frequently Asked QuestionsFigure 14-1. The Opening Dialog of XConfiguratorTo navigate and make selections, use the [Tab] key. When your

Strany 50 - /home directory for backup

Chapter 14. Frequently Asked Questions 143Figure 14-3. The Monitor Setup DialogYou will have quite a few monitor choices — the hash mark (#) indicates

Strany 51

144 Chapter 14. Frequently Asked QuestionsYou can choose modes ranging from 8-bit to 32-bit, depending on the power of your computer andhow many color

Strany 52

Appendix A.ApplicationsThe following table shows some of the Red Hat Linux applications that are available to handle manypopular tasks. This is not a

Strany 53 - 4.4. Additional Resources

146 Appendix A. Applications

Strany 54

Appendix B.A Comparison of Common DOS and LinuxCommandsMany Linux commands typed at a shell prompt are similar to the commands you would type in MS-DO

Strany 55 - Getting Online

148 Appendix B. A Comparison of Common DOS and Linux CommandsCommand’sPurposeMS-DOS Linux Basic Linux ExampleDisplays yourlocation in the filesystemchd

Strany 56

Appendix C.System DirectoriesThis is a list of the primary Red Hat Linux system directories. Each directory is described briefly. Foradditional directo

Strany 57 - Web Browsing

Chapter 1. Getting Started 151.2.1. Graphical LoginDuring installation, if you selected graphical as the login type and GNOME as the default desktop,

Strany 58

150 Appendix C. System Directories

Strany 59 - 6.1.1. Mozilla Navigator

Appendix D.Keyboard ShortcutsHere are a few keyboard shortcuts you can use to perform common tasks quickly. Many more areavailable in addition to what

Strany 60 - 6.1.2. Mozilla Composer

152 Appendix D. Keyboard Shortcuts

Strany 61

IndexSymbols/etc/printcap, 77/etc/printcap.local, 77666permissions, 122777permissions, 122Aappending standard output, 110appletsadding to GNOME’s pane

Strany 62

154DdesktopKDE, 34switch between GNOME and KDE, 17desktopsmultipleKDE, 36DHCP, 55directorieschanging, 102copying, 129deleting, 131descriptions, 149lis

Strany 63

155Ggames and amusements, 87, 87finding more online, 88GIMP, 96opening a file, 96saving a file, 97GNOME, 25applets, 27, 28customizing, 30desktop, 25lates

Strany 64

156Mmain menuin GNOME, 26in KDE, 36mke2fs, 46mkisofs, 51mousehow to use, xiMozilla(See Web browsers)Mozilla Mail(See email clients)mtools, 44mutt(See

Strany 65 - Chapter 6. Web Browsing 65

RRed Hat Network, 133Red Hat Network Registration Client, 133Red Hat Update Agent, 133redirecting standard input, 111redirection, 108reset, 107resolut

Strany 67 - Email Applications

16 Chapter 1. Getting StartedUnless you have chosen to give your machine its own hostname, which is primarily used in a networksetting, your machine w

Strany 68

Chapter 1. Getting Started 17Figure 1-6. A KDE DesktopIf you want to log in to your Red Hat Linux system with a different desktop, select it from the

Strany 69 - 7.2. KMail

18 Chapter 1. Getting StartedTo create a user account graphically:1. In GNOME, click the Start Here icon on the panel at the bottom of your desktop. I

Strany 70

Chapter 1. Getting Started 19ImportantYou can be fancy or plain when you pick a user account name, but take precautions when youchoose a password. The

Strany 71 - 7.3. Mozilla Mail

Red Hat Linux 7.3: The Official Red Hat Linux Getting Started GuideCopyright © 2002 by Red Hat, Inc.Red Hat, Inc.1801 Varsity DriveRaleigh NC 27606-207

Strany 72 - 7.3.1. Mozilla and Newsgroups

20 Chapter 1. Getting StartedFigure 1-8. GnoRPMClick on the Install button in the upper left corner of this window. Another screen appears,similar to

Strany 73 - 7.4. Plain Text Email Clients

Chapter 1. Getting Started 21will look something like rhl-gsg-en-7.2-5.noarch.rpm, so you would type the followingto install the Official Red Hat Linux

Strany 74 - Pine Compose Message Screen

22 Chapter 1. Getting StartedIf you chose KDE as your default desktop environment during your installation of Red Hat Linux,your logout screen will lo

Strany 75 - 7.4.2. Using mutt

Chapter 1. Getting Started 231.8.1. Graphical ShutdownIf you are in the X Window System, log out as discussed in Section 1.7. If you are using the GNO

Strany 76

24 Chapter 1. Getting Started

Strany 77 - Printer Configuration

Chapter 2.The GNOME Desktop Environment2.1. Introducing GNOMEGNOME is one of several graphical desktop environments included with Red Hat Linux. GNOME

Strany 78 - Important

26 Chapter 2. The GNOME Desktop EnvironmentFigure 2-1. A GNOME DesktopAs stated previously, the GNOME desktop gives you access to the applications and

Strany 79 - 8.1. Adding a Local Printer

Chapter 2. The GNOME Desktop Environment 27From here, you can start most applications included in Red Hat Linux. You will notice that you mayaccess KD

Strany 80

28 Chapter 2. The GNOME Desktop EnvironmentFigure 2-5. Red Hat Network Alert Notification Tool2.4.3. Adding Icons and Applets to the PanelTo make the p

Strany 81 - 8.1.1. Printing a Test Page

Chapter 2. The GNOME Desktop Environment 29The main frame contains folders and files which you can drag with your mouse to move and copythem into new l

Strany 82 - 8.2.3. Driver

Table of ContentsIntroduction...

Strany 83 - 8.3. Additional Resources

30 Chapter 2. The GNOME Desktop Environment2.6.1. Customizing GNOMEWithin the Start Here area you can select the Preferences icon to configure your GNO

Strany 84

Chapter 2. The GNOME Desktop Environment 31Printer Configuration ToolThe Printer Configuration tool allows you to add a new printer to your system. The

Strany 85 - Chapter 9

32 Chapter 2. The GNOME Desktop Environment

Strany 86 - /etc/modules.conf file

Chapter 3.The KDE Desktop Environment3.1. Introducing KDEKDE is a graphical desktop environment that allows you to access your Red Hat Linux system an

Strany 87 - 9.6. Amusements

34 Chapter 3. The KDE Desktop Environment3.3. Finding HelpYou can access a comprehensive set of documentation about KDE through the KDE HelpCenter.Fig

Strany 88 - 9.7. Finding Games Online

Chapter 3. The KDE Desktop Environment 35Figure 3-3. A Typical KDE DesktopThe KDE desktop displays application launchers, document windows, file folder

Strany 89 - • http://happypenguin.org/

36 Chapter 3. The KDE Desktop EnvironmentFigure 3-4. The PanelThe panel is highly configurable. You can add and remove buttons that launch applications

Strany 90

Chapter 3. The KDE Desktop Environment 37Figure 3-5. The Desktops Tab in the Panel ConfigurationYou can change the names of your desktops (from Desktop

Strany 91 - Working with Images

38 Chapter 3. The KDE Desktop EnvironmentTipAnother way to bring minimized or background windows to the front is to use the [Alt] and [Tab] keys.To pi

Strany 92

Chapter 3. The KDE Desktop Environment 39Figure 3-7. The Konqueror File ManagerYou can navigate through the file system by clicking on folders within t

Strany 93 - 10.1.3. Using GQview

4. Diskettes and CD-ROMs ... 434.1. Using D

Strany 94 - .jpg Image

40 Chapter 3. The KDE Desktop Environmentapplication. The navigation panel makes Konqueror an effieient solution for users who wish to havefast and eas

Strany 95 - 10.1.4. Electric Eyes

Chapter 3. The KDE Desktop Environment 41• From the K Menu, select Logout.• From the panel, select the Logout icon• From the desktop, right-click on t

Strany 96 - 10.2.2. Loading a File

42 Chapter 3. The KDE Desktop Environment

Strany 97 - 10.2.4. GIMP Options

Chapter 4.Diskettes and CD-ROMsUsing diskettes and CD-ROMs with Red Hat Linux requires some understanding about removable me-dia. This chapter discuss

Strany 98 - 10.3. Additional Resources

44 Chapter 4. Diskettes and CD-ROMsWhen you are done using the diskette, you should unmount it before ejecting it from the drive. To dothis, close any

Strany 99 - 10.3.2. Related Documentation

Chapter 4. Diskettes and CD-ROMs 454.1.3. Putting Linux Files on an MS-DOS DisketteTo copy files from a Linux machine to an MS-DOS formatted diskette s

Strany 100

46 Chapter 4. Diskettes and CD-ROMsFigure 4-3. gfloppy Status Box4.1.4.2. Using KDE Floppy FormatterAnother way to format a diskette for either ext2 or

Strany 101 - Shell Prompt Basics

Chapter 4. Diskettes and CD-ROMs 47On Linux systems, /dev/fd0 refers to the first diskette drive. If your computer has more than onefloppy disk drive, y

Strany 102 - /home/sam

48 Chapter 4. Diskettes and CD-ROMs4.2.2. Using CD-ROMs From a Shell PromptIf you use KDE or have problems with the automatic mounting facilities with

Strany 103

Chapter 4. Diskettes and CD-ROMs 49more. Figure 4-7 illustrates the Setup screen and its configuration options. Note that your CD-R(W)drive brand may b

Strany 104

10. Working with Images... 9110.1. View

Strany 105

50 Chapter 4. Diskettes and CD-ROMsFigure 4-8. Using X-CD-Roast to Duplicate CDs4.3.1.2. Using X-CD-Roast to Create a CDIt is always recommended to ba

Strany 106

Chapter 4. Diskettes and CD-ROMs 51To write your tracks to the CD-R(W), click Write Tracks from the panel on the left. In the LayoutTracks tab, highli

Strany 107

52 Chapter 4. Diskettes and CD-ROMsOption FunctionOption Function-o Specify an output filename of the ISO image-J Generate Joliet naming records; usefu

Strany 108 - 11.9.1. Using Redirection

Chapter 4. Diskettes and CD-ROMs 53The command above sets the write speed at 4, the device address as 0,3,0, and sets write output toverbose (-v), whi

Strany 109 - [sam@halloween sam]$cat

54 Chapter 4. Diskettes and CD-ROMs

Strany 110

Chapter 5.Getting OnlineThere are many types of Internet connections including:• ISDN Connection• Modem Connection• xDSL Connection• Cable Modem Conne

Strany 111 - 11.10. Pipes and Pagers

56 Chapter 5. Getting OnlinexDSL ConnectionAn xDSL (Digital Subscriber Line or Loop) connection uses high-speed transmissions throughtelephone lines.

Strany 112 - 11.11.1. The head Command

Chapter 6.Web BrowsingOnce you have configured your Internet connection (see Chapter 5), you are ready to get online. RedHat Linux comes with several o

Strany 113 - 11.11.3. The grep Command

58 Chapter 6. Web BrowsingFigure 6-2. Mozilla Profile CreationIf you click Convert Profile, your prior Netscape bookmarks and preferences will be conver

Strany 114 - • * — Matches all characters

Chapter 6. Web Browsing 59Figure 6-5. Profile Screen With New Profile AddedNow that you have created a user profile, click on Start Mozilla to launch the

Strany 115

12.5. Viewing PDFs ... 13213. Updating and

Strany 116

60 Chapter 6. Web Browsingthat contains additional options. And in the bottom left corner, there are four small icons : Navigator,Mail, Composer, and

Strany 117

Chapter 6. Web Browsing 61Figure 6-8. Nautilus Web SearchOr, you can use the Location: bar to enter path names, URLs, or other types of addresses.When

Strany 118 - 11.14.1. The chmod Command

62 Chapter 6. Web BrowsingFigure 6-9. Welcome to KonquerorWhen you first launch Konqueror, you will be presented with an Introduction screen. This scre

Strany 119

Chapter 6. Web Browsing 63Figure 6-10. The Konqueror Handbook6.4. Using Galeon to Browse the WebGaleon is a GNOME browser, based on Mozilla. It is onl

Strany 120

64 Chapter 6. Web BrowsingFigure 6-11. Configuring GaleonDuring the initial configuration, you have the option of importing bookmarks from Netscape orMo

Strany 121

Chapter 6. Web Browsing 65Figure 6-12. Online with GaleonTipGaleon’s "tabbed browsing" feature can help you avoid having your desktop clutte

Strany 122

66 Chapter 6. Web Browsing

Strany 123 - Chapter 12

Chapter 7.Email ApplicationsMany popular Web browsers and email applications are one in the same, such as Mozilla, but they donot have to be. Applicat

Strany 124 - 12.2.2. File Formats

68 Chapter 7. Email ApplicationsTo launch Evolution in GNOME, go to Main Menu => Programs => Applications => XimianEvolution.Figure 7-1. Evol

Strany 125 - 12.2.3. System Files

Chapter 7. Email Applications 69Figure 7-3. Evolution New Email Message ScreenOnce you have composed a message and entered an email address to send th

Strany 126 - 12.3.1. File Compressing

IntroductionWelcome to the Official Red Hat Linux Getting Started Guide!By now, you should have read the Official Red Hat Linux Installation Guide and s

Strany 127

70 Chapter 7. Email ApplicationsFigure 7-4. KMail Main ScreenThe folders on the left side of the KMail screen allow you to view emails you have receiv

Strany 128 - 12.3.2. File Archiving

Chapter 7. Email Applications 71the toolbar:7.3. Mozilla MailThis section covers briefly the basic steps for sending and receiving mail with Mozilla. T

Strany 129 - 12.4.2. Copying Files

72 Chapter 7. Email ApplicationsFigure 7-7. Mozilla Mail New Email Message ScreenTo send an email, click on the Send button or go to File => Send N

Strany 130 - 12.4.3. Moving Files

Chapter 7. Email Applications 73Figure 7-8. Newsgroup Account SetupEnter your name and email address on the next screen and click Next. On the followi

Strany 131

74 Chapter 7. Email ApplicationsTo launch pine, type pine as a command at the system prompt. After starting pine, the Main Menuscreen appears.Figure 7

Strany 132 - 12.5. Viewing PDFs

Chapter 7. Email Applications 75In the command menu above, the ^ character is used to indicate the Control key. This character meansyou must hold down

Strany 133 - Chapter 13

76 Chapter 7. Email ApplicationsThese messages are in a default mail folder, often called the mailspool, that you can think of as yourinbox. Use the [

Strany 134 - 13.3. Installation CD-ROMs

Chapter 8.Printer ConfigurationThis chapter provides information on configuring, testing, and modifying a local printer with print-conf. For information

Strany 135 - Frequently Asked Questions

78 Chapter 8. Printer ConfigurationFigure 8-1. printconfThis chapter explains local printer configuration only, but five types of print queues can be con

Strany 136 - 14.4. Starting Applications

Chapter 8. Printer Configuration 798.1. Adding a Local PrinterTo add a local printer such as one attached to the parallel port or USB port of your comp

Strany 137 - 14.4.1. Editing Your PATH

viii IntroductionWeb BrowsingThe Official Red Hat Linux Getting Started Guide has been reorganized to include a chapter onusing various Web browsers in

Strany 138

80 Chapter 8. Printer Configurationit to the printer device list. After selecting your printer device, click Next.Figure 8-4. Choosing a Printer Device

Strany 139 - 14.8.1. Other Shortcuts

Chapter 8. Printer Configuration 81The new printer will appear in the printer list in the main window. Click the Apply button in themain window to save

Strany 140 - 14.10. Password Maintenance

82 Chapter 8. Printer ConfigurationFigure 8-6. Editing a Printer8.2.1. Names and AliasesIf you want to rename a printer, change the value of Queue Name

Strany 141 - 14.12. Configuring X

Chapter 8. Printer Configuration 838.2.4. Driver OptionsThe Driver Options tab displays advanced printer options. Options vary for each print driver. C

Strany 142

84 Chapter 8. Printer Configuration

Strany 143

Chapter 9.Audio, Video, and General AmusementThis chapter has been written to give you a look at the lighter side of Red Hat Linux. From games andtoys

Strany 144 - /etc/X11 directory

86 Chapter 9. Audio, Video, and General Amusement9.3. Troubleshooting Your Sound CardIf, for some reason, you do not hear sound and know that you do h

Strany 145 - Applications

Chapter 9. Audio, Video, and General Amusement 879.4. Troubleshooting Your Video CardVideo card configuration is handled during the Red Hat Linuxinstal

Strany 146 - 146 Appendix A. Applications

88 Chapter 9. Audio, Video, and General AmusementFigure 9-4. GNOME’s Wanda the FishOther applets you may find to be very useful; KDE’s World Clock pres

Strany 147 - Commands

Chapter 9. Audio, Video, and General Amusement 89• http://www.linuxgamingnews.com/• http://happypenguin.org/You can also browse the Internet for "

Strany 148

Introduction ix[key]A key on the keyboard is shown in this style. For example:To use [Tab] completion, type in a character and then press the [Tab] ke

Strany 149 - System Directories

90 Chapter 9. Audio, Video, and General Amusement

Strany 150

Chapter 10.Working with ImagesThere are several types of image files. Some images are created using sophisticated software packages,while others are ma

Strany 151 - Keyboard Shortcuts

92 Chapter 10. Working with ImagesTo increase and decrease the size of the viewed image in Nautilus, click on the magnifying glass iconon the location

Strany 152

Chapter 10. Working with Images 93Figure 10-5. The Open With... Dialog Box10.1.3. Using GQviewGQview is a powerful image viewer for GNOME desktop user

Strany 153

94 Chapter 10. Working with ImagesFigure 10-6. GQview Displaying a .jpg ImageThe interface of GQview is simple and straightforward. The toolbar allows

Strany 154

Chapter 10. Working with Images 95Figure 10-7. The GQview Options Dialog Box10.1.4. Electric EyesIf you want a quick and simple way of viewing one file

Strany 155

96 Chapter 10. Working with Images10.2. Manipulating Images with the GIMPThe GNU Image Manipulation Program (GIMP) is a powerful tool that can be used

Strany 156

Chapter 10. Working with Images 97Figure 10-10. The Load Image DialogThe Load Image dialog displays your working directory — the directory you were in

Strany 157

98 Chapter 10. Working with Imagesand are ready to render the image, click OK. The GIMP will then render the image with the new effectapplied. Figure

Strany 158

Chapter 10. Working with Images 99chapter.10.3.1. Useful WebsitesThe Web has several sites of interest if you are looking for more detailed informatio

Komentáře k této Příručce

Žádné komentáře