What images are in this directory

CentOS-6.3-x86_64-netinstall.iso

This is the network install and rescue image.

This image is designed to be burned onto a CD. You then boot your computer off the CD

CentOS-6.3-x86_64-minimal.iso

The aim of this image is to install a very basic CentOS 6.3 system, with the minimum of packages needed to have a functional system.

Please burn this image onto a CD and boot your computer off it. A preselected set of packages will be installed on your system Everything else needs to be installed using yum.

Please read http://wiki.centos.org/Manuals/ReleaseNotes/CentOSMinimalCD6.3 for more details about this image.

Beware that the set of packages installed by this image is NOT identical to the one installed when choosing the group named “Minimal” from the full DVD image.

CentOS-6.3-x86_64-bin-DVD1.iso

CentOS-6.3-x86_64-bin-DVD2.iso

These two dvd images contain the entire base distribution.

Please burn DVD1 onto a DVD and boot your computer off it.

A basic install will not need DVD2.

After the installation is complete, please run “yum update” in order to update your system.

CentOS-6.3-x86_64-LiveCD.iso

This is a CD live image of CentOS 6.3 designed to be burned onto a CD. You then boot your computer using that CD.

Please read http://wiki.centos.org/Manuals/ReleaseNotes/CentOSLiveCD6.3 for more details about this image.

The disk can also be used to install CentOS 6.3 onto your computer.

CentOS-6.3-x86_64-LiveDVD.iso

This is a DVD live image of CentOS 6.3 designed to be burned onto a DVD. You then boot your computer using that DVD.

Please read http://wiki.centos.org/Manuals/ReleaseNotes/CentOSLiveDVD6.3 for more details about this image.

The disk can also be used to install CentOS 6.3 onto your computer.

Remember that in order to be able to partition your disk you will need to run the GUI installer which in turns needs enough RAM. The same is true for the network setup step. The release notes ( http://wiki.centos.org/Manuals/ReleaseNotes/CentOS6.3 ) provide more details about these aspects.

中文大致理解

liveDVD版本:它就是一个体验版,无需安装到硬盘,插入光盘就可以通过光盘软件并体验Centos的各种功能。

liveCD版本:和liveDVD一样,也是一个体验版和DVD体验版唯一的区别就是CD的存储空间要小一些,文件也会小一些,里面的软件包少一点。

bin-DVD版本:这个版本就是普通的安装版本发,如果需要给服务器安装一个centos系统到硬盘,就需要选择这个版本。这个版本的文件很大,so包含了大量的常用软件,这样安装系统时候就可以直接安装而无需从网络上再去下载了。

minimal版本:和bin-DVD一样它也是一个安装版镜像文件,只是minimal这个文件中只包含了系统和系统必须的几个基本软件包。

netinstall版本:和bin-DVD一样它也是一个安装版镜像文件,但是netinstall的软件包都需要通过网络下载进行安装而bin-DVD镜像自身包含了离线的软件包无需下载。

建议看英文。

下载地址:http://isoredirect.centos.org/centos/7/isos/x86_64/CentOS-7-x86_64-Everything-1611.iso

选择一个站点,then按照自己要的版本去做修改。。。

Or

http://vault.centos.org/

一般说来用 xxxxxDVD1.iso 就ok了。

CentOs 版本名字说明的更多相关文章

  1. 新手之VM下安装centos版本Linux系统完整版!

    一.安装必备软件 1:下载好VM workstations虚拟机 2:下载好你要安装的centos版本. 如果没有,请自己先百度下载好~或者找我要. 二.开始安装 VM workstation部分 1 ...

  2. 查看CentOS版本信息

    今天小编将给大家详细讲解查看CentOS版本信息的命令. (一) 查看已经安装的CentOS版本信息 1.cat /etc/issue 查看版本 cat  缩写concatenate  cat命令可以 ...

  3. Centos版本6的使用教程

    Centos版本6的使用教程 1.打开VMware workstation 12 PRO 创建新的虚拟机. 2.使用典型类型配置. 3.选择稍后安装操作系统,可以在后面进行安装. 4.选择安装的系统 ...

  4. 查看已安装的CentOS版本信息:

    如何查看已安装的CentOS版本信息: 1)[root@localhost ~]# cat /proc/version Linux version 2.6.18-194.el5 (mockbuild@ ...

  5. 配置163Yum源自动判断你的系统是Centos版本(适用于5.x或6.x)

    #!/bin/bash #Author:nulige #Date: 2015-3-8 #实现功能:自动判断你的系统是Centos版本,适用于5.x或6.x mv /etc/yum.repos.d/Ce ...

  6. 查看CentOS版本方法

    查看内核版本 这个命令适用于所有的linux,包括Redhat.SuSE.Debian.Centos等发行版. root@MyMail ~ # uname Linux root@MyMail ~ # ...

  7. [Linux Kernel]查看CentOS版本方法

    查看CentOS版本方法  有以下命令可以查看:   # lsb_release -a LSB Version:    :core-3.1-ia32:core-3.1-noarch:graphics- ...

  8. CentOS版本区别及 Linux目录结构及其详解

    CentOS 7.0体验与之前版本的不同http://www.linuxidc.com/Linux/2014-07/104196.htm CentOS版本选择http://www.centoscn.c ...

  9. 如何查看已安装的CentOS版本信息

    如何查看已安装的CentOS版本信息: 1)[root@localhost ~]# cat /proc/version Linux version 2.6.18-194.el5 (mockbuild@ ...

随机推荐

  1. 写在归程路上——2018ROBOCUP机器人世界杯中国赛

    写入自强队名单一年,认识Daniel十个月,第二次代表上海大学参加国赛,这一次是在浙江绍兴.坐在返沪的车上,心里担心着作业和明天的早课,写这篇博文来打发打发时间. ROBOCUP两个半比赛日,项目主要 ...

  2. JavaScript闭包简单学习

    因为实验室项目要用,所以最近在学习OpenLayers,但是从来没有做过前端呀,坑爹的,硬着头皮上吧 反正正好借这个机会学习一下JS,本来对这门语言也挺感兴趣的,多多少少写过一下JS代码了,差不多学一 ...

  3. Notepad++正则表达式使用

    推荐个正则表达式在线测试的工具http://ccmpp.com/Regex/ Notepad++正则表达式使用 -- ::| 分类: 文档 | 标签:正则表达式 替换 notepad++ 匹配 查找 ...

  4. ATK 设计框架 之 Atk.CustomExpression

    在ATK-DataPortal框架中的xxxHandel中常用到的一种类型,形如: 1.protected virtual D ItemHandle(D item, Func<E, E> ...

  5. Vue组件通讯黑科技

    Vue组件通讯 组件可谓是 Vue框架的最有特色之一, 可以将一大块拆分为小零件最后组装起来.这样的好处易于维护.扩展和复用等. 提到 Vue的组件, 相必大家对Vue组件之间的数据流并不陌生.最常规 ...

  6. 关于alert后,才能继续执行后续代码问题

    如果在正常情况下,代码要在alert之后才执行,解决办法:将要执行的代码用setTimeout延迟执行即可(原因:页面未加载完毕) 首先,先说明问题情况: 如下JS代码,不能正常执行,只有在最前面加上 ...

  7. 一个BUG?Visual Studio 2017 C++编写交换两个整数

    想用一句话搞定交换: int a = 2, b = 5; cout << "a = " << a << ", b = " & ...

  8. Spring Boot2.4双数据源的配置

    相较于单数据源,双数据源配置有时候在数据分库的时候可能更加有利 但是在参考诸多博客以及书籍(汪云飞的实战书)的时候,发现对于spring boot1.X是完全没问题的,一旦切换到spring boot ...

  9. (第02节)集成Sping框架

    通过第一节创建好的Web项目,接下来就是集成Spring框架 首先让我们看下创建好的Web项目的基本结构 其中,Java跟test是我自己创的,然后就是一般的webapp文件,和pom配置文件,要在w ...

  10. LINUX SSH 建立密钥对

    配置私钥和公钥 先检查一下服务器的ssh配置文件 /etc/ssh/sshd_config RSAAuthentication yes # 启用 RSA 认证 默认为 yes PubkeyAuthen ...