Basic Information and Operations

Abstract

View the computer’s basic system information: operating system and version number, installed RAM (random access memory).

View CPU information

  1. Start Applications->Configuration->KDE->Information->Processor

  2. Click Close when done.

View RAM details

  1. Start Applications->Configuration->KDE->Information->Memory

  2. Click Close when done.

View operating system version information

This information can also be found in a number of places. For example:

  • Start Applications->Configuration->Configure your Desktop. This displays the KDE Control Centre.

This gives you details of the Linux kernel you have installed on your system. In this case it is version 2.4.22-10.

Each of these numbers has a special meaning:

2

The second major release of the Linux kernel.

4

The fourth minor release of the second major release. The fact that it is an even number means that it is a stable release. If it were an odd number, it would indicate that the version is not yet fully tested.

22

The twenty second patch of the above release. A patch contains minor corrections to a version.

10

Build ten. A build contains even smaller changes than those found in a patch.

Configuration

Abstract

Change the computer’s desktop configuration: date & time, volume settings, desktop display options (colour settings, screen pixel resolution, screen saver options).

[Note] Note

In order to carry out some of the changes to the system, you will need to know the root password.

Set date and time

  1. Right click on the clock in the bottom right of the screen to display a context menu.

  2. Enter the root password when prompted.

  3. Adjust the date and time on the calendar and clock.

  4. Click OK when done.

An alternative method is to use:

  • Start Applications->Configuration->KDE->System->Date & Time.

Set volume level

  1. Start Applications->Multimedia->Sound->KMix.

  2. Adjust the volume level using the left-most slider.

  3. File->Quit or click the Close icon when done.

Get information on sound card

  • Start Applications->Configuration->KDE->Information->Sound

Set desktop options

The main method of changing the appearance of the desktop is through:

  • Start Applications->Configuration->KDE->LookNFeel.

Change colour settings
  1. Start Applications->Configuration->KDE->LookNFeel->Colors.

  2. Select the colour scheme.

  3. Adjust contrast, if necessary.

  4. Click OK when done.

Change screen saver
  1. Start Applications->Configuration->KDE->LookNFeel->Screen Saver.

  2. Select the screen saver and set the time before the screen saver is displayed.

  3. If you wish, set a password to stop screen saver. This will automatically protect your work should you leave your machine unattended for a period of time.

  4. Click Apply.

Disable the screen saver
  1. Remove the cross in the Start screen saver automatically check box.

  2. Click Apply.

Set desktop background
  1. Start Applications->Configuration->KDE->LookNFeel->Background.

  2. Configure the background as you wish it. You may also use a background wall paper.

  3. Click OK.

Set screen pixel resolution
  1. Start Applications->Configuration->Configure your Computer.

  2. Enter the root password when prompted and click OK. This will launch the Mandrake Control Centre.

  3. Click Hardware in the left hand pane.

  4. Click Change your screen resolution in the left hand pane.

  5. Adjust the screen resolution and number of colours.

  6. Click OK when done.

  7. File->Quit or press Ctrl-Q.

Set, change keyboard language

The keyboard language define the position of the various keys on the keyboard. For example, British, American and French keyboards all have different layouts. If some of the keys generate a different letter to that shown on the key itself, it could be that the keyboard language setting needs to be changed.

  1. Start Applications->Configuration->Configure your Computer.

  2. Enter the root password when prompted and click OK. This will launch the Mandrake Control Centre.

  3. Click Hardware in the left hand pane.

  4. Click KeyboardDrake in the left hand pane.

  5. Select the keyboard layout.

  6. Click OK when done.

  7. File->Quit or press Ctrl-Q.

Formatting

Abstract

Format removable disk media: diskette, Zip disk.

Before data can be saved on a disk, it has to be prepared. The process of preparing a disk to store files is called formatting. If a disk has been previously formatted, formatting a second time will result in the loss of any data that may have been stored on it.

Format a floppy disk via GUI

  1. Make sure the disk you wish to format does not contain any data you will need.

  2. Insert the diskette into the diskette drive.

  3. Start Applications->Configuration->Hardware->KFloppy

  4. Select the File system.

    If you use DOS, you will be able to share the disk with Windows users. If you use ext 2, you will only be able to share it with Linux users.

  5. Give the diskette a label.

    This is the electronic label that the formatting process attaches to the disk.

  6. If the disk has been formatted previously, you can select Quick format.

    This makes use of the previous format to speed up the process.

  7. Click Format.

Once the disk has been formatted, you can save files to it.

Format a diskette using a terminal

An alternative method of formatting a floppy disk is to open a terminal and type in the appropriate command.

Terminal windows give you access to the full power of Linux. The GUI simplifies the process of executing much of the power of Linux. Typing in the actual commands at the command prompt allows you to execute all the variations of Linux commands. The following example illustrates how to use the command line.

[Note] Note

When you use a terminal to enter commands, you must press the Enter key at the end of each line. Further commands are case sensitive. If a command does not work, check that you are typing the command exactly as required. For example, mkfs is correct but Mkfs and MKFS will not work.

  1. Insert the floppy disk to be formatted.

  2. Start Applications Terminals Konsole.

  3. Type in the following command exactly as shown and press Enter:

    /sbin/mkfs.msdos /dev/fd0

Format a zip disk for use in Linux only

If you wish to format the diskette in Linux format, you would use: /sbin/mkfs.ext2 /dev/fd0. In this case you would not be able to share the disk with Windows users.

In order to format a zip disk, you would need to use a terminal.

  1. Insert the zip disk to be formatted.

  2. Start Applications Terminals Konsole.

  3. Type in the following command exactly as shown and press Enter: /sbin/mkfs.ext2 /dev/sd0

This will format the zip disk in ext2 format. This disk can only be shared with Linux users.

Format a zip disk to share with Windows users

If you wish to share the zip disk with both Linux and Windows users, you will need to use the vfat file system.

  1. Insert the zip disk to be formatted.

  2. Start Applications Terminals Konsole.

  3. Type in the following command exactly as shown and press Enter: /sbin/mkfs.vfat /dev/sdo

Installing and Uninstalling

Abstract

Install, uninstall a software application

Install applications from distribution CDs

Mandrake Linux maintains a database of applications and their locations. Initially these are applications that are stored on the distribution CDs. Depending on the particular installation, only certain of these may be installed on a given system. The following illustrates how to install KOffice from the Mandrake distribution CDs.

  1. Start Applications->Configuration->Packaging->Install Software.

  2. Enter the root password when prompted.

  3. Click All Packages by Group.

  4. Click on Office to expand its contents.

  5. Click on KOffice. A window appears warning you of dependencies. A dependency refers to other software which needs to be installed on the machine before the application can be installed.

  6. Click OK. A tick will then appear next to KOffice.

  7. Click Install.

  8. When prompted, insert the required CD and click OK.

  9. Other prompts may appear. Respond by clicking OK if you wish to proceed with the installation.

  10. When the installation has completed a notification window will appear. Click OK.

  11. Verify that the application has been installed. In this case use:

    Start Applications->Office->Word Processors->KWord.

Install applications from a CD with an install program

You may get an application as part of a CD or through a download across the Internet. In some cases these applications are distributed with an install file. Double clicking on this in a file manager will initiate an automated installation process. You would simply sit back and wait for the entire process to complete.

Install an application using the File Manager

The following illustration assumes the application is located on a CD.

  1. Double click on the CD-ROM icon on the desktop.

  2. Locate the directory in which the application installation file is located. This process will be explained fully in the section called “Directories/Folders” on directories.

  3. Double click on the application.

Uninstall an application

The following example illustrates how to uninstall the application xterm.

  1. Start Applications->Configuration->Packaging->Remove Software.

  2. Enter the root password when prompted.

  3. Click OK if the welcome screen appears.

  4. Click on Workstation and then Console Tools.

  5. Click xterm.

  6. Click Remove.

Using Print Screen for Screen Captures

Abstract

Use keyboard print screen facility and paste contents into a document.

You can take a snapshot of the screen you are working on and use it in a document.

  1. Press the Print Screen button on the keyboard. It may be abbreviated to Prt Scr or similar.

    This activates an application called KSnapshot which captures an image of your screen.

  2. Click the Save Snapshot icon.

  3. Specify a name and location in which to save the snapshot.

    The snapshot will be saved in png format.

    The image can now be inserted into a document in the same way you would insert any graphics file by opening the document and doing the following:

    1. Click on File->Insert->Graphics.

    2. Browse to the directory / folder containing the file.

    3. Click the filename of the graphic you wish to insert and click Open or simply double click on it.

      This will insert the graphic into the document at the current cursor position.

Use available Help functions

The KDE desktop comes with a number of manuals in electronic form.

  1. Start Applications->Documentation->Help

  2. Click KDE User's Manual to expand its contents.

  3. Click on First Impressions to expand the chapter into its sections.

  4. Click on Desktop Components. The right hand pane will display information on this topic.

Print Help

If you find it difficult to read the help on-screen, you can print the contents of the current window.

  • File->Print .

Searching in Help

The search function only allows you to scan the currently displayed topic.

  1. Edit->Find or press Ctrl+F.

  2. Enter the text you wish to find. Notice the various options that you can set when carrying out a find.

  3. Press OK.

The first occurrence will be highlighted in the text of the help. You will be prompted if you wish to locate the next occurrence.

Using Help as a tutorial

Become as familiar as possible with the help system. These notes will provide you with an introduction to Linux using the KDE desktop. When you have worked through a section in these notes, you could read what the KDE help system has to say on the topic. If you wish to become an expert, you will need to read further and discover the full power of Linux and KDE. The help system is the best place to start.