CentOS
The CentOS Linux distribution is a stable, predictable, manageable and reproduceable platform derived from the sources of Red Hat Enterprise Linux (RHEL). We are now looking to expand on that by creating the resources needed by other communities to come together and be able to build on the CentOS Linux platform. And today we start the process by delivering a clear governance model, increased transparency and access. In the coming weeks we aim to publish our own roadmap that includes variants of the core CentOS Linux.
Ref:http://isoredirect.centos.org/centos/7/isos/x86_64/CentOS-7.0-1406-x86_64-DVD.iso
Ref:Alibaba Open Source Mirror Site
Ref:CentOS 7.0 安装配置LAMP服务器方法(Apache+PHP+MariaDB)
Ref:CentOS上PHP完全卸载
Ref:How to install NodeJS, Bower and Gulp on a CentOS 7 VPS
Ref:Linux常用命令大全
Ref:Linux命令大全(man.linuxde.net)
Ref:Centos7 MariaDB: Access denied for user 'root'@'localhost' (using password: NO)
cd /etc/sysconfig/network-scripts/
vi ifcfg-eth00 -> ONBOOT=yes
service network restart
Ref:CentOS 7中ip命令将逐渐取代 ifconfig
Ref:yum的repo文件详解、以及epel简介、yum源的更换
- CentOS-7.0-1406-x86_64-DVD.iso 标准安装版,一般下载这个就可以了
- CentOS-7.0-1406-x86_64-NetInstall.iso 网络安装镜像
- CentOS-7.0-1406-x86_64-Everything.iso 对完整版安装盘的软件进行补充,集成所有软件。
- CentOS-7.0-1406-x86_64-GnomeLive.iso GNOME桌面版
- CentOS-7.0-1406-x86_64-KdeLive.iso KDE桌面版
- CentOS-7.0-1406-x86_64-livecd.iso 光盘上运行的系统,类拟于winpe
(1)CentOS-xxxx-LiveCD.ios 和CentOS-xxxx-bin-DVD.iso有什么区别?前者只有700M,后者有3.8G。其差别不仅仅在大小上,其更本质的差别是,CentOS-xxxx-LiveCD.ios只能加载到内存里运行,不能安装。CentOS-xxx-bin-DVD1.iso才可以安装到硬盘上。
(2)CentOS-xxx-bin-DVD1.iso,CentOS-xxx-bin-DVD2.iso分别是干什么的?前者是3.8G,后者是500M。其差别是DVD1是CentOS的安装文件,DVD2是CentOS的一些软件(就简单实用CentOS来说是不需要的)。