Running Linux
Overview of Mandrake 7.0
Mandrake is a linux distribution based on Red Hat. With the latest version 7.0, a good distribution has become even better. Installation process is easy with a graphic interface. New attractions include choice of security level from low to high, DrakConf inerface for easy configuration of almost all common system administration tasks, and much more.
Boot from cdrom or floppy. Mosly self-explanatory. Consult the following list for some of the choices:
If everything works out, network should come up automatically. Type "ifconfig" to see if "eth0" interface is there;
If not, do this first: type "control-panel" under root account, click on the network button; click on the "eth0" interface; then click "activate";
If still not on (which is what happened to me), do this:
...
if [-n "$DHCP" ]; then
echo -n "Determining IP information for $DEVICE via dhcpcd ..."
#if /sbin/dhcpcd $DEVICE -h $HOSTNAME; then
if /sbin/pump -i $DEVICE; then
echo "done"
else
....
Now re-activate "eth0" interface, the network should be up promptly.
Type "DrakConf" in root account and click on the "startup services". click on these in addition to whats already there: dhcpcd,inet,lpd,sendmail.
First deny everyone: change /etc/hosts.deny to be
ALL:ALL EXCEPT localhost:DENY
The, add those allowed to the /etc/hosts.allow file:
in.ftpd:allowed-hostname.domain.edu
in.telnetd:allowed-hostname.domain.edu
StarOffice, LYX, acrobatReader, IglooFTP, etc,...
command: "mount /mnt/cdrom"; The contents on the cdrom is now in directory /mnt/cdrom; to unmount "umount /mnt/cdrom"; now you can eject the CD.
![]()