大模型/镜像站/开源项目

weifeng 2024/07/28

目录

开源镜像站

# npm使用镜像
npm install -g request --registry=https://registry.npmmirror.com
# npm安装包时提示"self signed certificate in certificate chain",可暂时去掉https证书校验:
npm set strict-ssl false

# 使用国内源升级pip
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple pip -U
# 替换为国内源
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple

其他

  • 模拟器

  • windows磁盘分区调整

    为了解决windows C盘很快被用尽的问题,需要从其他分区分出一部分,扩展到C盘。

    1. 下载分区助手 https://www.disktool.cn/

    2. 检查分区是否开启了Bitlock,如已开启则需要关闭,否则无法调整分区大小。

      • 操作路径: 设置 - 隐私和安全性 - 设备加密 - 找到开关点击关闭 - 等待解密完成。

    3. 打开分区助手,调整其他分区的大小,修改C盘分区大小,提交修改。

    4. 分区助手将创建PE系统并重启电脑,重启后自动完成分区调整。

  • windows包管理工具