Centos7_安装

一.Linux哲学思想

  1. 一切都是一个文件(包括硬件)
  2. 小型,单一用途的程序
  3. 链接程序,共同完成复杂的任务
  4. 避免令人困惑的用户界面
  5. 配置数据存储在文本中
    二.Linux生产主流版本
    Linux 各种版本
CentOS 各版本介绍
 https://zh.wikipedia.org/wiki/CentOS
RHEL各版本介绍 
 https://zh.wikipedia.org/wiki/Red_Hat_Enterprise_Linux
Ubuntu 各版本介绍
 https://zh.wikipedia.org/wiki/Ubuntu
 https://blog.csdn.net/songfulu/article/details/85310273

获取发行版

CentOS
 https://wiki.centos.org/Download
 http://mirrors.aliyun.com
 http://mirrors.sohu.com
 http://mirrors.163.com
 https://mirrors.tuna.tsinghua.edu.cn/centos/
Ubuntu 
 http://cdimage.ubuntu.com/releases/ Server版
 https://mirrors.tuna.tsinghua.edu.cn/ubuntu-cdimage/releases/
 http://releases.ubuntu.com/ Desktop版
 http://mirrors.aliyun.com/ubuntu-releases/
 https://mirrors.tuna.tsinghua.edu.cn/ubuntu-releases/

三.安装 Linux 系统

3.1Linux安装前准备
虚拟机:用软件(如:vmware,virtualbox等)模拟硬件,方便实验的灵活配置
Centos7_安装_第1张图片
虚拟化软件,建议使用 Vmware Workstation

你可能感兴趣的:(Linux基础,linux,ubuntu,centos)