提示: Windows PowerShell Copyright (C) Microsoft Corporation. All rights reserved. PS C:\WINDOWS\system32> winget upgrade Anthropic.ClaudeCode Found …
Windows如何备份Claude Code
项目不用管,只备份Claude本身的数据 如果不考虑项目目录,只备份 Claude Code 本身的数据,重点就是用户目录下的配置和状态文件。 Windows 下建议备份这几个: 1. .claude 目录(最重要) 路径: C:\Users\<用户名>\.claude 例如: C:\U …
PowerShell查询历史命令
按照关键词查询命令: PowerShell 7.6.4 PS C:\Users\gao> Select-String -Path (Get-PSReadLineOption).HistorySavePath -Pattern “serve.py” AppData\Roaming\Microso …
AutoSci 部署指南
Windows安装 GitHub – skyllwt/AutoSci: Karpathy’s LLM-Wiki vision, fully realized — wiki-centric full-lifecycle AI research platform powered …
Windows上安装Claude Code CLI
Overview – Claude Code Docs 安装Claude Code CLI命令: winget install Anthropic.ClaudeCode
Obsidian查看Markdown数量
Vault Statistics插件
Ubuntu AI实验监控工具
如何安装nvtop Ubuntu 安装 nvtop 很简单,优先使用系统包管理器。 方法1:apt安装(推荐) 先更新软件源: sudo apt update 安装: sudo apt install nvtop 运行: nvtop 如果能看到 GPU 信息就成功。