
Go backward to 4.1 Linux Introduction Topic
Go up to 4 Major Topics
Go forward to 4.3 Linux Kernel Configuration Topic
4.2 Linux Install Topic
The purpose of this section is to install the Linux
operating system.
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.
- Read the Debian installation read-me file.
- Read chapter 2 of Running Linux by Welsh, Dalheimer, & Kaufman. "Preparing to Install Linux".
- Read chapter 3 of Running Linux by Welsh, Dalheimer, & Kaufman. "Installation and Initial Configuration".
- Read chapter 4 of Running Linux by Welsh, Dalheimer, & Kaufman. "Essential System Management".
- Locate a Debian distribution CD-ROM.
- If necessary, prepare a bootable floppy disk.
- Understand hard disk partitioning. Some items to consider:
- Try to minimize the activity on the root partition and
on the root device. Failures here are difficult to recover from.
- Have all necessary file to boot the system on the root partition.
- Have twice as much swap space as real memory.
- Place the swap space on the least busy fastest device. Place
a swap partition near the center of the disk.
- If
/usr
runs out of space, the system should still have
space on /
.
- 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.
- 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.)
- 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.
- Find & review the systems hardware configuration.
- Obtain the primary IP address for the system.
- Install and configure a system with a Debian distribution.
- Install and configure a second system with a non Debian
distribution.
- Telnet from one system to the other.
ftp
files from one system to the other
- Add user accounts to both systems for each member of your group.
- Get
pine
& pico
working. For Debian you may want
to grab pine-pico.tgz from the anonymous ftp server on red.cscwc.pima.edu.
- Mail your report from your Debian system.
e-mail your group's report (only one copy please) as follows:
- To: ltaber@pima.edu
- Subject: CSC225 Topic: 4.2: Install
- Attach:
- Output of
ifconfig eth0
for each system.
- Output of
fdisk -l
for each system.
/etc/fstab
.
- Message text:
- Group membership.
- Name of the second distribution used.
- Relative merits of each distribution.
- Suggestions on this topic.
Instructor: ltaber@pima.edu** Red's Home page** The Pima College Site
