微軟延長了 Windows 10 ESU 支援時間至 2027-10-12 (又加一年)
可以使用 ConsumerESU 腳本快速啟用 ESU
下載 ZIP 包解開後,以系統管理員身分執行 Consumer_ESU_Enrollment_run.cmd
微軟延長了 Windows 10 ESU 支援時間至 2027-10-12 (又加一年)
可以使用 ConsumerESU 腳本快速啟用 ESU
下載 ZIP 包解開後,以系統管理員身分執行 Consumer_ESU_Enrollment_run.cmd
鈕西蘭的 Dazzle 蘋果真是超好吃啊
爽脆多汁口感,貼紙上有 dazzle 字樣及 PLU 編號 3529
據說是經歷 20 年研發,農業科技的結晶
附圖取自官網 https://www.dazzleapple.com/
方法1 Playwright
npm install -g playwright
npx playwright install-deps
npx playwright install chromium
npx playwright screenshot --full-page --wait-for-timeout=3000 https://24h.pchome.com.tw screenshot.png
方法2 Chromium
dnf install chromium -y
chromium-browser --headless --disable-gpu --screenshot --window-size=1920,1080 https://24h.pchomec.com.tw
結果會輸出到當前目錄的 screenshot.png
方法1會自動捲動,存下完整頁面,方法2局限於指定的大小
Copy fail 及 Dirty Frag 這兩個漏本地提權(LPE)漏洞,在 2026 年 5 月被揭露,
漏洞已存在很久,幾乎影響所有的 Linux
Github 上面已經有很多 POC 程式
暫時解決方案是禁用相關的 Kernel 模組
以下是 for RedHat 系的 Linux
# Copy fail
echo "install af_alg /bin/false" > /etc/modprobe.d/disable-af_alg.conf
echo "install algif_aead /bin/false" >> /etc/modprobe.d/disable-af_alg.conf
echo "install algif_skcipher /bin/false" >> /etc/modprobe.d/disable-af_alg.conf
# Dirty Frag
echo "install esp4 /bin/false" > /etc/modprobe.d/disable-esp.conf
echo "install esp6 /bin/false" >> /etc/modprobe.d/disable-esp.conf
echo "install rxrpc /bin/false" >> /etc/modprobe.d/disable-esp.conf
lsmod | egrep "af_alg|algif_aead|algif_skcipher|esp4|esp6|rxrpc"
若有結果,表示已載入該模組,用 rmmod 移除
https://github.com/winfsp/winfsp
https://github.com/winfsp/sshfs-win
在 Linux 環境下,一直都是使用 joe 編輯器 (JOE - Joe's own editor)
這個編輯器應該算冷門了,非 vi、vim 的編輯器中,nano 或 pico 使用群大概都比它多
joe 是使用 Ctrl 組合鍵來達到各種編輯動作
從 2018 年發布 4.6 版本以來, 長期未更新,最近關注它,發現竟然有 4.7 及 4.8 版,都是在 2026 年更新的
joe-4.8-1.el8.x86_64.rpm
微軟延長了 Windows 10 ESU 支援時間至 2027-10-12 (又加一年) 可以使用 ConsumerESU 腳本快速啟用 ESU 下載 ZIP 包解開後,以系統管理員身分執行 Consumer_ESU_Enrollment_run.cmd