1.下载安装镜像文件
http://www.centos.org ->downloads->mirrors
http://mirrors.aliyun.com/centos/6.8/isos/x86_64/
http://mirrors.aliyun.com/centos/6.8/isos/i386/
主要下载Centos-6.8-x86_64-bin-DVD1.iso和Centos-6.8-x86_64-bin-DVD2.iso
选择 install or upgrade an existing system
(1).为系统设置主机名 主机名为:dnzhu
(2).配置网卡及连接网络(可选)
选择:Asia/Shanghai
取消:system clock uses UTC
然后:next
可以create (创建),update(修改) ,delete(删除)等操作。
选择:standard partition
1).创建引导分区,/boot分区
mount point:/boot
file system type:ext4
size:200
2).创建swap交换分区
mount point :<not applicable>
file system type:swap
size:1024 (物理内存的1-2倍)
addtion size options : fixed size
force to be a primary partition
3).创建( / )根分区
mount point :/
file system type : ext4
size : 剩余
addtion size options : fill to maximum allowable size (根分区是最后一个分区,所以把剩余的空间都分配给根分区)
force to be a primary partition
4).格式化警告
选择: format
系统默认使用GRUB作为启动加载器,引导程序默认在MBR下:
install boot loader on /dev/sda ->change device ->master boot record -/dev/sda
系统默认是desktop ,但是这里选择minimal。
自定义安装包选择:customsize now
base system :
base ,compatibility libraries , debugging tools
development :
development tools
然后:next
修改更新yum源:
cp /etc /yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.ori
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirros.163.com/.help/CentOS 6-Base-163.repo
ll /etc/pki/rpm-gpg/
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY*
yum update -y
ps:一般在首次安装时执行yum update -y ,如果是在实际生产环境中,切记使用,以免导致异常。
yum install tree telnet dos2unix sysstat lrzsz nc nmap -y
yum grouplist #查看包组列表
yum frouplist "development Tools"