2020年12月11日 星期五

CentOS Stream

CentOS Project shifts focus to CentOS Stream
Red Hat blog FAQ: CentOS Stream Updates

CentOS Linux 之後只剩 CentOS Stream
CentOS Stream 算是介終 Fedora 跟 RHEL 之間的版本,若 Fedora 算 Alpha 版,CentOS Stream 就算是 Beta 版
CentOS Linux 7 在 2024-06-30 終止,RedHat 考量到 7 比較多人使用,支援期比較長
CentOS Linux 8 在 2021-12-31 終止
不會有 CentOS Linux 9

從 CentOS Linux 8 轉移到 CentOS Stream 的方法
dnf -y install centos-release-stream
dnf -y distro-sync
不用急著轉,等 2021 年底再處理

消息傳出來,CentOS 的創辦人 Gregory Kurtzer 馬上創了一個 Rocky Linux
打算傳承 CentOS 的精神,目前還沒有時間表。

沒有留言:

ESXi find what process lock file

ESXi 檔案刪不掉,出現 Device or resource busy 若檔案名稱是 windows-10-flat.vmdk 下此指令就可以知道那邊佔用 ps | grep `lsof | awk '/windows-10-flat.vmdk/ {print $1...