Updated: Sep 1998. Provides basic information about the Linux operating system, including an explanation of Linux, a list of features, some requirements, and some resources.
Updated: Sep 1999. Aimed at all those who have been using VMS and now need or want to switch to Linux.
4.1.3. Distributions
Distributions-HOWTO, Distributions HOWTO
Archived - Last Update: Mar 2002.
Further information on Linux Distributions can be found on the Linux Weekly News (LWN) site: Distributions section.
Linux From Scratch HOWTO
Describes the process of creating your own Linux system from scratch from an already installed Linux distribution, using nothing but the source code of software that we need.
Updated: Apr 2002. Describes the installation of Linux on a headless Compaq ProLiant server with a Compaq Remote Insight Lights-Out Edition card without physical access to the system.
Updated: Jan 2004. Describes why you should use jigdo (a tool for obtaining Debian ISOs), a little bit about how it works and how you use it to get and update Debian ISOs.
Updated: Jan 2004. Covers some ways on how to install both Linux and Windows NT on the same computer and how to boot either of them from within LILO menu.
Updated: Jul 2002. How to install a Gnu/Linux distribution on a computer without Ethernet card, nor cdrom, but just a local floppy drive and a remote nfs server attached by a Null-Modem parallel cable.
Updated: Mar 2003. A compilation of all the possible boot time arguments that can be passed to the Linux kernel at boot time. Includes all kernel and device parameters.
Updated: Nov 2003. Outlines the procedures for getting the current PA-RISC/Linux development kernel to boot on your PA-RISC system. It also explains the functions of PALO, the kernel loader for PA/Linux.
Updated: Nov 2000. A brief description of what happens in a Linux system from the time that you turn on the power, to the time that you log in and get a bash prompt.
Updated: Jan 2004. Lilo (LILO) is the most used Linux Loader for the x86 flavour of Linux. This describes some typical Lilo installations. Intended as a supplement to the Lilo User's Guide.
Updated: Sep 1997. Describes the use of the Windows NT boot loader to start Linux. This procedures have been tested with Windows NT 4.0 WS and Linux 2.0.
Updated: Jan 2002. How to use the GRUB bootloader to turn your computer into a Windows + Linux dual boot machine, without affecting your current Linux installation.
Updated: Nov 2000. Describes the Alpha Linux Miniloader (also known as MILO), a program for Alpha-based systems that can be used to initialize the machine and load Linux.
Updated: Nov 2003. Outlines the procedures for getting the current PA-RISC/Linux development kernel to boot on your PA-RISC system. It also explains the functions of PALO, the kernel loader for PA/Linux.
Updated: Nov 2000. Describes how to boot Linux/Alpha using the SRM console, which is the console firmware also used to boot Compaq Tru64 Unix (also known as Digital Unix and OSF/1) and OpenVMS.
Updated: Jan 1998. Discusses the four basic approaches to parallel processing that are available to Linux users: SMP Linux systems, clusters of networked Linux systems, parallel execution using multimedia instructions (i.e., MMX), and attached (parallel) processors hosted by a Linux system.
Updated: Jan 2004. Eplains how to create encrypted file systems using the Cryptoloop functionality. Cryptoloop is part of the CryptoAPI in the 2.6 Linux kernel series.
Updated: Dec 2003. A method is described for encrypting a hard disk, either in whole or in part, with the encryption key stored on an external medium for increased security.
Updated: Nov 2000. Describes a straight forward way of recovering whole directory structures, instead of file by file, that have been removed by a misplaced rm -rf
Archived - Last Update: Aug 2003. Replaced by the Disk Encryption HOWTO Explains how to setup and then use a filesystem that, when mounted by a user, dynamically and transparently encrypts its contents.
Updated: Sep 1999. How to use the Linux loopback device to create a Linux native filesystem format installation that can be run from a DOS partition without re-partitioning.
Updated: May 2002. Describes how to install, configure, and maintain a hardware RAID built around the 5070 SBUS host based RAID controller by Antares Microsystems.
Updated: May 2002. Explains how to install Linux on an Intel Pentium compatible computer with an ATA RAID Controller (onboard chip or seperate card), single or multiple processors and at least two hard disks.
Updated: Jul 2000. This document only applies to the OLD raidtools, versions 0.50 and under. The workarounds and solutions addressed in this HOWTO have largely been made obsolete by the vast improvment in the 0.90 raidtools and accompanying kernel patch to the 2.0.37, 2.2x and 2.3x series kernels. You may find the detailed descriptions useful, particularly if you plan to run root raid or use initrd.
original description: A cookbook for creating a root mounted raid filesystem and companion fallback rescue system using linux initrd. Step-by-step instructions for both raid1 and raid5 md0 devices.
Updated: Dec 2003. How to use Software RAID under Linux. It addresses a specific version of the Software RAID layer, namely the 0.90 RAID layer made by Ingo Molnar and others. This is the RAID layer that will be standard in Linux-2.4, and it is the version that is also used by Linux-2.2 kernels shipped from some vendors. The 0.90 RAID support is available as patches to Linux-2.0 and Linux-2.2, and is by many considered far more stable that the older RAID support already in those kernels.
Updated: Nov 1998. How to use Software RAID under Linux. RAID stands for "Redundant Array of Inexpensive Disks". For users of the Linux MD kernel extension, the associated tools, and their use. This HOWTO addresses an earlier implementation.
Updated: Jan 2004. Demonstrates how to use command-line tools to configure your Debian system for printing. It explains how to send documents from Linux to Windows printers and how to share Linux printers with Windows PCs.
Updated: Nov 2003. Creating and controlling terminal and xterm prompts is discussed, including incorporating standard escape sequences to give username, current working directory, time, etc.
Updated: Nov 1999. RPM is the RPM Package Manager. It is an open packaging system available for anyone to use. It allows users to take source code for new software and package it into source and binary form such that binaries can be easily installed and tracked and source can be rebuilt easily. It also maintains a database of all packages and their files that can be used for verifying packages and querying for information about files and/or packages.