Timeline
2023年11月

12-29

  1. 查看文件夹大小: du -sh *
  2. 使用 macOS 自带软件实现远程桌面 (opens in a new tab)

12-28

  1. 电脑重启后,英伟达显卡没启动:NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running. 解决方案 (opens in a new tab)

12-27

  1. vite.config.ts中 proxy 的目标地址不能写localhost:2000,而是写成127.0.0.1:2000才可以,具体原因未知

11-24

  1. Git 2.43 发布 (opens in a new tab)
  2. dust (opens in a new tab): 可视化查看磁盘使用情况
  3. tlrd (opens in a new tab): 命令行帮助工具,可以快速查阅命令用法。

11-11

  1. 拷贝公钥到服务器:ssh-copy-id user@111.11.11.1

11-09

  1. mac 网络故障:删除/Library/Preferences/SystemConfiguration/com.apple.wifi.message-tracer.plist解决

11-07

  1. 最近踩到几个坑都和代理有关,开启了全局代理后,会导致代码的 http 调用异常。

11-03

  1. frp 也可以代理 mysql 端口:参考 (opens in a new tab)

11-01

  1. 双 11 买了一些东西:鱼竿、投影仪、iPhone。
  2. Nexus 部署的时候遇到问题: 使用twine上传的时候,无法访问的 url 也会给出 502 错误,影响了 debug 的方向。 实际原因是 VPN 导致的 url 无法访问。