Windows ssh config 文件不起作用的问题 发表于 2021-12-24 更新于 2026-04-03 分类于 小技巧 If you use “Git for Windows” 1>cd c:\Program Files\Git\etc\ssh\ add to ssh_config following: 123AddKeysToAgent yesIdentityFile ~/.ssh/id_rsaIdentityFile ~/.ssh/id_rsa_other ps. you need ssh version >= 7.2 (date of release 2016-02-28)
查看Navicat已建立连接的密码 发表于 2021-12-23 更新于 2026-04-03 分类于 小技巧 注册表查看加密后的密码1regjump HKEY_CURRENT_USER\Software\PremiumSoft\Navicat\Servers regjump是微软发布的一款小工具, 详见:regjump 阅读全文 »
解决微软应用商店0x80131500问题 发表于 2021-12-22 更新于 2026-04-03 分类于 小技巧 问题状况:应用商店加载失败,错误代码: 0x80131500 原因:http协议设置问题,应设置为TLS 1.2 阅读全文 »