1. 统一管理Windows环境下的OpenSSH

    统一管理Windows环境下的OpenSSH Windows 10从1709开始,默认在系统目录里带了OpenSSH客户端,这样对于开发人员就可以直接在cmd或者powershell上使用ssh命令。 但是git-bash上也有一套相对独立的OpenSSH,两者的公钥私钥似乎不能统一管理,怎么办呢? 参考文章 page

    2025/10/22 Daiybh

  2. publisher could not be verified

    The publisher could not be verified. Are you sure you want to run this software? article Solution: Click Start > Run and type gpedit.msc. Click OK Go to User Configuration > Administrative Templates > Windows Components > Attachment Manager Open the Inclusion list for moderate risk file types setting. Set the policy to Enabled, then add *.bat in Specify high risk extensions box. Click OK and close the Group Policy Editor.

    2025/09/16 Daiybh link

  3. 魔方.

    魔方. 上右下左 youtuber ## 还原顶层中心角 上左下逆 上左下右 下顺上上右下右 还原顶部边角 上右上左 上左上右 下右上上

    2025/07/21 Daiybh link

  4. Useful Link.

    Useful Link. From Lanzou ffmpeg spaceSinffer goLancher From origin potplayer

    2025/07/14 Daiybh link

  5. Adjust GPU (NVIDIA) Clock.

    NVIDIA-SMI -lgc and -rgc Usage Guide NVIDIA’s nvidia-smi (NVIDIA System Management Interface) provides the -lgc and -rgc options, allowing users to manually control GPU clock frequencies.

    2025/03/03 Daiybh nvidia

  6. Debug cpp with lldb in VSCode in MacOS

    we want debug the cpp with lldb/gdb in VSCode in MacOS but gdb is not work in macos(M1).(maybe yes, but I don’t found ) so we use lldb.

    2024/11/12 Daiybh macos lldb

  7. Use Gcc on Macos

    Use Gcc on Macos strong suggest install gcc with macport . use HomeBrew maybe miss some headers.

    2024/11/10 Daiybh macos

  8. how to 'proxy_pass' in nginx

    we have a http://aaa.com domain. want http://aaa.com/server1 to http://127.0.0.1:8080 want http://aaa.com/server2 to http://127.0.0.1:8081 but how to do it?

    2024/11/02 Daiybh nginx proxy_pass