easypp 发表于 2002-12-19 21:50:36

【资料】RHCE302重要的一些知识点【推荐】

INSTALLATION

Use the right boot disk for the installation:

boot.img - Standard installation
bootnet.img - Network installation
pcmcia.img - PCMCIA required installation
Install LILO in an appropriate location:

MBR - If LILO will be the default bootloader
First partition of boot sector - If you're using another OS bootloader


LINUX FILESYSTEM

The root filesystem is made up of 12 directories by default:

/bin/home/proc
/dev/opt/usr
/etc/lost+found/var
/sbin/mnt/usr/local


KERNEL COMPILING
Three options are available for configuring a kernel:

make config
make menuconfig
make xconfig
There are two types of kernel images:

zlmage (small kernel images)
bzlmage (compressed kernel images)
The seven steps for compiling a kernel are:

make configuration (makeconfig, make menuconfig, or make xconfig)
make dep
make clean
make bzlmage (or zlmage)
make modules
make modules_install
configure LILO and reboot
Three shorter steps for compiling a kernel are:

make configuration (make config, make menuconfig, or make xconfig)
make dep clean bzlmage modules modules_install
configure LILO and reboot


X WINDOW SYSTEM
Three X configuration tools are:

Xconfigurator
XF86Setup
xf86config


APACHE
The main configuration directory is /etc/httpd/conf/.

The main Apache configuration file is httpd.conf, used for httpd server configuration.

To configure a virtual host, follow these steps:

Set NameVirtualHost (NameVirtualHost 192.168.0.1).
Set VirtualHost (<VirtualHost 192.168.0.1>).
Set DocumentRoot.
Set ServerName.
Set ErrorLog.
Set TransferLog.
Close VirtualHost (</VirtualHost>).
Restart httpd (/etc/rc.d/init.d/httpd restart).


EMAIL
There are three components of email:

MTA - Mail transfer agent (sendmail)
MDA - Mail delivery agent (procmail)
MUA - Mail user agent (Pine, Elm, Mutt, Netscape)


DNS/BIND
To configure a domain, follow these steps:

Set up a zone in /etc/named.conf.
Set up a forward zone file (db.example.com).
Set up a reverse zone file (0.168.192.in-addr.arpa).
Restart DNS (/etc/rd.d/init.d/named restart).


FTP
To configure FTP, you need these files:

/etc / ftpaccess - For ftpd configuration
/etc / ftpusers - For user access control
/etc / ftphost - For host access control


SAMBA
Files used with SMB are:

/etc / smb.com - Main configuration file
/etc / smbpasswd - Password configuration file
To set up an SMB share, follow these steps:

Add share to /etc/smb.conf.
Use testparm to test /etc/smb.conf syntax.
Restart SMB (/etc/rc.d/init.d/smb restart).
Access SMB share (smbclient).


DHCP
To configure a DHCP server, follow these steps:

Check for MULTICAST (ifconfig).
Add route 255.255.255.255 (route).
Start DHCP (/etc/rd.c/init.d/dhcpd start).
Verify DHCP service ( /usr/sbin/dhcpd -d -f ).
Configure /etc/dhcpd.conf.


INETD
To enable or disable network services controlled by inetd, you edit the /etc/inetd.conf file.



TCP_WRAPPERS
Controls access to only those services managed by inetd.

To specify access rules, edit:

/etc/hosts.allow
/etc/hosts.deny


ROUTING
To set up network and routing services, use these tools:

Use route tp sipw pr cpmfogire the IP routing table.
Use netstat to display network connections, routing tables and interface information.
Use netcfg to configure network information, routing, host information, default servers, and interface connections.
Use ifconfig to configure a network interface.


IPCHAINS
The default chains are:

input - Controls incoming connections
output - Controls outgoing connections
forward - Forwards connections


DEBUGGING
To debug your machine, follow these steps:

Boot your machine.Decide whether you can fix the machine as is, whether you need to boot the system into single-user mode, or whether you need to use system rescue disks.
Obtain a set of boot disks.
Boot the machine with a floppy disk (or boot into single-user (linux single) mode as determined by step a).
Check your filesystem. (fsck)
Mount your filesystems. (mount)
First mount your root partition.Then mount any other filesystems under your root (/) partition. (mount /dev/hda5/ /mnt/harddrive)
Fix the problem.
Check to see if you need to restart LILO. (lilo, or lilo -r)
Sync any changes to the disk. (sync)
Unmount any manually mounted filesystems. (umount)
Remove any floppies, CDs, and so on, and reboot (Ctrl+Alt+Del).

linuxchina 发表于 2002-12-20 06:05:43

谢谢PP,的确是很重要的知识点

谢谢PP,的确是很重要的知识点
希望大家针对上面的知识点把几个重要部分的操作都做一下
对考试有很大的帮助的。

easypp 发表于 2002-12-20 12:21:13

帅哥与美女双剑合并噢!
搞好这个讨论区有望了……
呵呵……

zhangyichi 发表于 2003-2-2 13:33:17

hahahaha.
   that's it,good advice.
i want to get a RHCE too.
good luck to everybody like me. :roll:

rianren 发表于 2003-3-18 08:54:27

怎么我在广州好像没有看到呢,只有上海的易路才有的考吗?

linuxchina 发表于 2003-3-21 02:51:08

关于考试地点:

我知道的考试地点是上海的eloo,广州的领思,浙江的eloo分部

Anomymous 发表于 2003-4-5 09:52:53

我也要去考。谢谢!! :roll:

fchunan 发表于 2003-4-14 16:53:09

报考费多少?

javabean 发表于 2003-4-25 10:34:55

咳,太贵了,我一个穷学生
什么都没有

jackzheng2002 发表于 2003-5-5 19:16:32

广州也有?!

laokan 发表于 2003-9-21 11:19:05

强!

aspbiz 发表于 2003-10-13 10:26:30

好。

fengjia 发表于 2003-10-20 17:19:33

:roll:

xiayee 发表于 2003-12-25 09:48:21

昨天我刚刚问过,上海资料费500,培训费2900再加考试费1200,你们算吧,真的是太贵了,晕啊

山里人 发表于 2003-12-26 13:29:00

努力把同志们!
redhat有诱惑力呀
页: [1] 2
查看完整版本: 【资料】RHCE302重要的一些知识点【推荐】