title: Linux 初识
date: 2018-02-09 20:42:38
categories: [coding]
tags: [Linux,notes,BigDate]
前言
- Linux 还是要系统的掌握下,
重新跟着学习资料系统的整理下
笔记
- Linux 实际为 大神 Linus Torvalds 开发的并开源发行于GPL下的unix 类的系统内核 官网 http://www.kernel.org
- Linux 是开源的, 由志愿者贡献开发
- 开源 GNU联盟, GPL - General Public License 版权许可: GNU/GPL
- GPL 协议 : 官网 http://www.gnu.org
- 可获取源代码
- 可复制修改
- 可发行于回馈
- 不得修改版权(取消GPL)
- unix 多用小型机
- 基于Linux 内核 出现了分发发行版本操作系统: centos redhat fedora ubuntu suse ... 多用于pc服务器
- (Linux kernel+ software+ Tools+Document) -> 可安装 -> Linux distribution
- Linux 分发版对比
- redhat -- centos(大部分使用) centos 将redhat免费化, centos已被redhat已被收购
- debian -- ubuntu(个人开发使用)
- redhat enterprise
- oracle -- mysql --> mariDB
- ios下载地址
- mirrors.163.com
- mirrors.sohu.com
- mirrors.centos.org
网友评论