squeak!
Syllabus Homepage
Course Overview
Course resources
Day 1
Day 2
Day 3
Day 4
Common errors
Internet Glossary
About Your Instructor
Credits: This site powered by the vi text editor, apache webserver, perl scripting, and Debian linux.
squeak!

Unix Install and Configure - Day 2

Goals

In this session you will:
  • do a custom Red Hat install

Custom Red Hat Install

Yesterday you let RH drive the bus. Today you will take over the installation procedure.
  • choose the custom/expert config
  • use fdisk or Disk Druid to format your partitions. Remember you will need a swap partition of some size, a root partition, and possibly /usr, /var/, /home and /tmp partitions.
  • select enough packages to get you started.
  • troubleshoot!

Package management

  • up2date
      rpm
      • rpm -i /path/to/foo.rpm install a local version of foo.
      • rpm -f /path/to/foo freshen (ie, install new version if old version was present)
      • rpm -U /path/to/foo Update - install newer version even if it wasn't installed before.
      • rpm -U ftp://host/path/to/foo update via ftp
      • rpm -U http://host/path/to/foo update via http
    • Find packages at www.rpmfind.com


    http://www.mousetrap.net/syllabus/unix_admin_pt2/day2.html
    $Id: day2.orb,v 1.4 2001/12/19 14:01:02 mouse Exp $

    Remember, your login is based on your machine's hostname, not on any other number.
    ~/[initials] refers to the subdirectory under your homedir, named after your initials. Everything except for .dotfiles will be stored in your ~/[initials] directory.


© 1995-2001 jason carr
Distributed under the terms of the GNU Free Documentation License.