computers:serverconfigcentos
This is an old revision of the document!
Table of Contents
Initial Install
Just did the standard install (no custom packages)
Run Level
Modify /etc/inittab so the default run level is 3 (since I have a crappy monitor on there anyway)
Kernel
yum install gcc yum install ncurses-devel yum install kernel-devel.i686 yum install gcc-* cd /usr/src/kernels/2.6.18-8.1.1.el5-i686 make menuconfig make make install make modules_install
Daemons
dhcpd
The one thing this server HAS to do right now is DHCPD, as archon is broken. Looks like it might not be installed by default. We'll use the good old yum tool to find it.
yum install dhcp.i386
User Programs
lynx
yum install lynx
computers/serverconfigcentos.1176513667.txt.gz · Last modified: 2007/04/14 12:10 (external edit)