Browsed by
Month: 2022 年 7 月

Microsoft Edge修復記

Microsoft Edge修復記

前幾天家人求救,說Microsoft Edge無法開啟。家人的使用習慣每天都只是上網看影片或玩一些小遊戲,近期也沒有安裝軟體、或對Windows 10做特別的異動、安裝設定檔重設,吃著火鍋,唱著歌,Edge突然就無法開啟了。

做了一下實驗,觀察到以下癥狀:

  • 啟動Edge標準模式時,出現一個白色視窗,數秒後視窗消失(閃退)
  • 啟動Edge InPrivate模式時,可以正常啟動,但是點擊功能表中的設定、關於Edge等項目,似乎會另外建立一個新Edge視窗,但這會造成Edge crash
  • 事件檢視器可看到有MicorsoftEdgeUpdate.exe錯誤

Read More Read More

apt upgrade因/boot空間不足導致更新失敗問題

apt upgrade因/boot空間不足導致更新失敗問題

近期在為幾台運行Ubuntu的機器使用apt upgrade進行套件更新時,遇到了/boot空間不足,導致更新失敗的問題,折騰了一下子,總算是將問題解決了,在此做個筆記。

問題

我們使用基本apt工具進行更新:

apt update
apt upgrade

若更新的套件包含linux-image-x.x.x.x-generic,且/boot(通常為獨立的分割區)空間不足,將無法完成更新。

Read More Read More

apt更換mirror站台後遭遇GPG NO_PUBKEY問題

apt更換mirror站台後遭遇GPG NO_PUBKEY問題

前一陣子購入了一批Raspberry Pi Desktop Kit,隨附的記憶卡中已經預先裝載好Raspbian,沒想到近日在更新套件時,頻頻遇到某某套件無法更新的問題,apt錯誤訊息建議使用–fix-missing參數,實際執行完全無法解決問題。重新下了apt-get upgrade觀察了一下,發現更新失敗幾乎都是連不上某台伺服器(所以無法下載套件)造成的,於是心生一計──修改apt source list裡的URL,改為指向mirror site試試。

Read More Read More

軟體也通膨?

軟體也通膨?

7月8日,收到來自JetBrains的一封信件,原以為是一如往常的軟體更新或是技術webinar通知,定睛看了一下主旨「Increased Subscription Pricing for IDEs, .NET Tools, and the All Products Pack」讓我錯愕又帶著點困惑,內文如此寫道:

Dear customer,

We would like to inform you that starting October 1, 2022, we are increasing the prices of the following products that you have active individual subscriptions for:

• All Products Pack
You can read more about the changes in this dedicated blog post and find the new prices on the product pages linked above.

(下略)

Read More Read More