12-29
- 查看文件夹大小:
du -sh *
- 使用 macOS 自带软件实现远程桌面 (opens in a new tab)
12-28
- 电脑重启后,英伟达显卡没启动: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
vite.config.ts
中 proxy 的目标地址不能写localhost:2000
,而是写成127.0.0.1:2000
才可以,具体原因未知
11-24
- Git 2.43 发布 (opens in a new tab)
- dust (opens in a new tab): 可视化查看磁盘使用情况
- tlrd (opens in a new tab): 命令行帮助工具,可以快速查阅命令用法。
11-11
- 拷贝公钥到服务器:
ssh-copy-id user@111.11.11.1
11-09
- mac 网络故障:删除
/Library/Preferences/SystemConfiguration/com.apple.wifi.message-tracer.plist
解决
11-07
- 最近踩到几个坑都和代理有关,开启了全局代理后,会导致代码的 http 调用异常。
11-03
- frp 也可以代理 mysql 端口:参考 (opens in a new tab)
11-01
- 双 11 买了一些东西:鱼竿、投影仪、iPhone。
- Nexus 部署的时候遇到问题:
使用
twine
上传的时候,无法访问的 url 也会给出 502 错误,影响了 debug 的方向。 实际原因是 VPN 导致的 url 无法访问。