主要发行版本排名:https://distrowatch.com/dwres.php?resource=popularity
Red Hat
优点最稳定和适合企业使用的 最大的使用场景是服务器。
缺点 软件包少而且软件版本比较老旧,技术支持和版本更新是需要收费
RHEL(Red Hat Enterprise Linux)
最大的发行版本
官方地址https://www.redhat.com/zh/technologies/linux-platforms/enterprise-linux
Centos
根据RHEL的源代码重新编译而成,把所有的商标信息换成了centos,可以看做是RHEL的马甲,不包含封闭源代码的软件,Mysql收购后 Centos7已经不提供Mysql的yum知己安装方式。
https://www.centos.org/
Rocky
主要为了替换centos
官方网站:https://rockylinux.org/
安装:https://docs.rockylinux.org/guides/rocky-8-installation/
Fedora
Red Hat公司最新技术的测试平台。新技术首先会应用到Fedora 上
https://getfedora.org/
Debian
Ubuntu
界面友好,强大中文社区支持,软件包丰富,安装简单
https://cn.ubuntu.com
elementary
颜值控
https://elementary.io/zh_CN/
mxlnux
Mint
deepin
中国人的骄傲
https://deepin.org/
opensuse
欧洲市场占有率高
https://www.opensuse.org
Arch
Arch推崇的是简洁,讲究 Keep It Simple, Stupid(对应中文为“保持简单,且一目了然”),初始安装的Arch只是一个基本系统,随后用户可以根据自己的喜好安装需要的软件并配置成符合自己理想的系统.
Arch Linux 将简洁定义为:避免任何不必要的添加、修改和复杂增加。它提供的软件都来自原始开发者(上游)),仅进行和发行版(下游)相关的最小修改。
https://www.archlinux.org
Manjaro
alpine
官方网站 https://alpinelinux.org/downloads/
安全轻量的Linue系统
Alpine Linux is a Linux distribution built around musl libc and BusyBox. The image is only 5 MB in size and has access to a package repository that is much more complete than other BusyBox based images. This makes Alpine Linux a great image base for utilities and even production applications. Read more about Alpine Linux here and you can see how their mantra fits in right at home with Docker images.
替换国内源
sed -i 's/dl-cdn.alpinelinux.org/mirrors.ustc.edu.cn/g' /etc/apk/repositories
安装命令apk add 例如安装curl
apk add curl
Linux开发板
Arm开发板
以英国ARM(Advanced RISC Machines)公司的内核芯片作为CPU,同时附加其他外围功能的嵌入式开发板,用以评估内核芯片的功能和研发各科技类企业的产品 ,
ARM开发板根据ARM内核可以分为ARM7、ARM9、ARM11、 Cortex-M系列、Cortex-R系列、Cortex-A系列
树莓派
目前个人流行的开发版本 体积小功能强大,价格便宜
https://www.raspberrypi.org/products/
镜像地址
镜像名称 | 镜像地址 |
---|---|
阿里云镜像 | https://developer.aliyun.com/mirror/ |