Prev Up Next
Go backward to 4.1 Linux Introduction Topic
Go up to 4 Major Topics
Go forward to 4.3 Linux Administration Topic

4.2 Linux Install Topic

The purpose of this section is to install the Linux operating system.

4.2.1 Preparation

Preparation for this section requires you to obtain an overview of the steps needed to install Linux. This is confused by the number of different distributions available.
  1. Read the Debian installation read-me file.
  2. Read chapter 2 of Running Linux by Welsh, Dalheimer, & Kaufman. "Preparing to Install Linux".
  3. Read chapter 3 of Running Linux by Welsh, Dalheimer, & Kaufman. "Installation and Initial Configuration".
  4. Read chapter 4 of Running Linux by Welsh, Dalheimer, & Kaufman. "Essential System Management".
  5. Locate a Debian distribution CD-ROM or other distribution.
  6. If necessary, prepare a bootable floppy disk.
  7. Understand hard disk partitioning. Some items to consider:
    1. Try to minimize the activity on the root partition and on the root device. Failures here are difficult to recover from.
    2. Have all necessary file to boot the system on the root partition.
    3. Have twice as much swap space as real memory.
    4. Place the swap space on the least busy fastest device. Place a swap partition near the center of the disk.
    5. If /usr runs out of space, the system should still have space on /.
    6. If a daemon logs too much, it should not prevent a user from saving its work. This and temp files are usually placed in /var and on a separate partition.
    7. If a user fills up the partition he/she is using, this should not upset the whole system. (It will probably upset a bunch of other users though.)
    8. UNIX systems fail VERY badly if they run out of space on root "/" and need some. It may not be possible to re-boot the system.
  8. Find & review the systems hardware configuration.
  9. Obtain the primary IP address for the system.

4.2.2 Group Task

  1. Install and configure a system with a Debian distribution or other distribution. Make sure that you include the packages necessary for code development and the X window system.
  2. Install and configure a second system with a different distribution.
  3. Telnet from one system to the other.
  4. ftp files from one system to the other
  5. Add user accounts to both systems for each member of your group. Make sure that you use the same GIDs and UIDs on both systems.
  6. Get pine & pico working. For Debian you may want to "grab" pine-pico.tgz from the anonymous ftp server on ftp://phRed.dcccd.edu/pub/ltaber/csc225.
  7. Mail your report from your Debian system.

4.2.3 Report

Turn in your group's report at the lab (only one copy please) as follows:
Instructor: ltaber@pima.edu** My new Home on phRed** The Pima College Site** The Mad Dr. G.'s home page on phred.

Prev Up Next