CentOS项目将重点转移到CentOS Stream
CentOS计划的未来是CentOS的流,并且在未来的一年,我们会从CentOS的Linux的转移焦点,重建红帽企业Linux(RHEL)的,以CentOS的流,跟踪只是提前当前RHEL释放。作为对RHEL 8的重建,CentOS Linux 8将于2021年底结束。CentOSStream在此日期之后继续,作为Red Hat Enterprise Linux的上游(开发)分支。
同时,我们了解到你们中的许多人都对CentOS Linux 7进行了深入的投资,我们将在RHEL 7生命周期的剩余时间内继续生产该版本。
CentOS Stream也将成为CentOS特殊兴趣小组(SIG)之间合作重大转变的核心。这样可以确保SIG在开发和测试RHEL的下一版本。这也为SIG提供了明确的单一目标,而不必为两个发行版进行构建和测试。它给CentOS贡献者社区带来了对RHEL未来的巨大影响。并且消除了在Linux发行生态系统中“ CentOS”的含义的困惑。
当CentOS Linux 8(RHEL8的重建)结束时,最好的选择是迁移到CentOS Stream 8,这是CentOS Linux 8的一个很小的变化,并具有像传统CentOS Linux版本一样的定期更新。如果您在生产环境中使用CentOS Linux 8,并且担心CentOS Stream不能满足您的需求,我们建议您与Red Hat联系以获取选项。
当您弄清楚项目重点的这种转变可能对您有何影响时,我们将提供一个常见问题解答来帮助您解决信息和计划需求。
安装
- 选择Install CentOS Stream 8-stream
- 选择语言
- 根据需求配置基本信息
- 安装
基本查询
- 系统版本
[root@localhost ~]# cat /etc/redhat-release CentOS Stream release 8
- 系统内核
[root@localhost ~]# uname -a Linux localhost.localdomain 4.18.0-257.el8.x86_64 #1 SMP Thu Dec 3 22:16:23 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
- firewalld
root@localhost ~]# systemctl status firewalld ● firewalld.service - firewalld - dynamic firewall daemon Loaded: loaded (/usr/lib/systemd/system/firewalld.service; enabled; vendor preset: enabled) Active: active (running) since Thu 2021-02-18 22:19:18 CST; 3min 56s ago Docs: man:firewalld(1) Main PID: 779 (firewalld) Tasks: 2 (limit: 4758) Memory: 36.8M CGroup: /system.slice/firewalld.service └─779 /usr/libexec/platform-python -s /usr/sbin/firewalld --nofork --nopid 2月 18 22:19:16 localhost.localdomain systemd[1]: Starting firewalld - dynamic firewall daemon... 2月 18 22:19:18 localhost.localdomain systemd[1]: Started firewalld - dynamic firewall daemon. 2月 18 22:19:18 localhost.localdomain firewalld[779]: WARNING: AllowZoneDrifting is enabled. This is considered an insecure con> lines 1-13/13 (END)
- selinux
[root@localhost ~]# cat /etc/selinux/config # This file controls the state of SELinux on the system. # SELINUX= can take one of these three values: # enforcing - SELinux security policy is enforced. # permissive - SELinux prints warnings instead of enforcing. # disabled - No SELinux policy is loaded. SELINUX=enforcing # SELINUXTYPE= can take one of these three values: # targeted - Targeted processes are protected, # minimum - Modification of targeted policy. Only selected processes are protected. # mls - Multi Level Security protection. SELINUXTYPE=targeted
总结
即使有一天centos7系列停止更新,大家可以使用CentOS-Stream-8,总体差别不是很大。
- 我的QQ
- QQ扫一扫
-
- 我的头条
- 头条扫一扫
-
评论