顯示具有 錯誤 標籤的文章。 顯示所有文章
顯示具有 錯誤 標籤的文章。 顯示所有文章

2022年7月19日

ssh 連線錯誤:

今天在 Mint Linux 桌面系統使用 ssh 要連回去一台老 Linux ,出現錯誤: 

Unable to negotiate with 123.12.123.123 port 22: no matching key exchange method found. Their offer: diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1

簡單說明,就是目的端的加密方式比較舊, client 端的比較新,所以無法建立正確的連線,所以只要在 client 時指定允許舊版的加密,就可以連線。

#ssh -oKexAlgorithms=+diffie-hellman-group1-sha1 user@123.123.123.123

2021年8月7日

安裝 Windows 10 S 模式 0xc1900204 錯誤

 解決:

  1. 輸入 services.msc 啟動「服務」,關閉 Windows Update 。
  2. 刪除 C:\Windows\SoftwareDistribution\DataStore 、C:\Windows\SoftwareDistribution\Download 兩個路徑底下的全部資料。
  3. 啟動步驟 1 的 Windows Update 服務。
  4. 重跑 Windows 10 S Installer 。

2021年8月3日

Windows 7 update 出現 80072EFE 錯誤

 如果還有老電腦重灌 Windows 7 之後,要跑 update 更新的時候,會遇到 80072EFE code 錯誤,請手動下載 KB3138612 安裝之後重新開機,就可以正常跑 update 更新了。

2017年10月23日

使用 PieTTY 進行 ssh 連線錯誤

使用 PieTTY 進行 ssh 連線時,直接出現 「Could't agree a client-to-server cipher」的錯誤。原因是 PieTTY 版本過舊,原本使用 0327 的版本,更新 0400b14 的版本就正常了。