tzselect选择北京或上海时区

yum -y update

NTP时间同步:

yum install ntpdate

ntpdate ntp.api.bz

  ntpdate time-a.nist.gov

安装中文字体支持:

yum groupinstall chinese-support

http://os.51cto.com/art/201004/192805.htm

clock -w 将系统时间写入硬件BIOS

配置开机自动启动程序;

配置关机自动执行程序;

SELINUX关闭:

/etc/sysconfig/selinux

注销所有条目,

增加一条:

SELINUX=disabled

重启生效;

部署iptable;

安装时不能设定网络,需要安装后设定网络,设定方法如下:

# system-config-network

# sed -i "s/ONBOOT=\"no\"/ONBOOT=\"yes\"/g" /etc/sysconfig/network-scripts/ifcfg-eth0

# /etc/init.d/network restart

首次安装界面可能出现花屏,或者文字、选项框的偏移。