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 的精神,目前還沒有時間表。

2020年11月30日 星期一

PHP 8.0 Released


PHP 8.0 有一些弱型別比對結果的異動,
Backward Incompatible Changes
像本來 0 == "" 是成立的,但在 8.0 不成立

PHP 7 與 PHP 8 的比較

遷移指南

 

GCP reduce trial to 3 month

GCP 把試用期從原本一年縮減到三個月,不確定是從何時開始的,根據 reddit 這邊 的討論,應該在 2020 八月左右改的。

新帳號爽用一年沒了。

 

DNS negative cache

在查詢一個域名時,若當資料不存在,會出現 NXDOMAIN DNS 也會 cache 這個查不到的結果,其預設的 TTL 跟 DNS 及 Zone 的 SOA TTL 有關 例如 BIND 的 max-ncache-ttl 預設是 10800 秒 當 SOA 中的 TTL 小於 ...