computers:serverconfigcentos
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
computers:serverconfigcentos [2007/04/14 00:19] – created david | computers:serverconfigcentos [2007/12/04 15:52] (current) – david | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== | + | ====== |
+ | |||
+ | Just did the standard install (no custom packages) | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | ===== Run Level ===== | ||
+ | |||
+ | Modify **/ | ||
+ | |||
+ | |||
+ | ===== Kernel ===== | ||
+ | |||
+ | <code bash> | ||
+ | yum install gcc | ||
+ | yum install ncurses-devel | ||
+ | yum install kernel-devel.i686 | ||
+ | yum install gcc-* | ||
+ | cd / | ||
+ | make menuconfig | ||
+ | make | ||
+ | make install | ||
+ | make modules_install | ||
+ | </ | ||
+ | |||
+ | |||
+ | ===== Encrypted File System ===== | ||
+ | |||
+ | Setting up the main data storage system as an encrypted partition, you may want to look [[http:// | ||
+ | |||
+ | ====== Daemons ====== | ||
+ | |||
+ | |||
+ | |||
+ | ===== bind ===== | ||
+ | |||
+ | <code bash> | ||
+ | yum install bind | ||
+ | </ | ||
+ | |||
+ | Then add to the system services by running **setup** | ||
===== dhcpd ===== | ===== dhcpd ===== | ||
The one thing this server HAS to do right now is DHCPD, as archon is broken. | The one thing this server HAS to do right now is DHCPD, as archon is broken. | ||
+ | <code bash> | ||
+ | yum install dhcp.i386 | ||
+ | </ | ||
+ | |||
+ | Then add to the system services by running **setup** | ||
+ | |||
+ | ====== User Programs ====== | ||
+ | ===== lynx ===== | ||
+ | <code bash> | ||
+ | yum install lynx | ||
+ | </ |
computers/serverconfigcentos.1176509972.txt.gz · Last modified: 2007/04/14 00:20 (external edit)